Gantt: Multiple tasks as prerequisite for a milestone

0 votes
asked Feb 1, 2020 in Wanted features by anonymous
In my projects I have often the case that multiple independent tasks must be finished in order to finish a milestone. It would be nice to have this implemented.

1 Answer

0 votes
answered Feb 2, 2020 by anonymous
It's already possible. Just add multiple statements

[Milestone] happens at [X]'s end

[Milestone] happens at [Y]'s end

in order to have the milestone at the end of whatever task ends last.
commented Sep 22, 2020 by anonymous

Correct, but only works if the milestone "is the last statement".

As soon as you add some dependency it is not recalculated again.

e.g. following will point the milestone to day "5", since this was the time when the "Milestone" was set.

[X] lasts 2 days

[Y] lasts 5 days

[Milestone] happens at [Y]'s end

[Milestone] happens at [X]'s end

[X] -> [Y]

Led me into problems, since I tried a generic approach (assign a task to a milestone in a procedure and later on do the dependencies)

commented Sep 23, 2020 by The-Lu (64,340 points)

Hello  all,

See also this similar question:

In fact the general rule for Gantt diagram is:

  1. Create task or milestone
  2. Put all dependency
  3. and only after: put other task or milestone with constraint of the previous tasks or milestones...

If that can help,
Regards,
Th.

...