How to add milestone at specific day

0 votes
asked May 24, 2019 in Question / help by rami.sedhom (120 points)

As I can see it's possible to add milestone at start or end of the task. Is it possible to add milestone after X days of task start?

For example, something like:

@startgantt
[Sprint X] lasts 21 days
then [Sprint X UAT] lasts 7 days
[Sprint X Checkpoint] happens after 7 days of [Sprint X]'s start
@endgantt

1 Answer

0 votes
answered May 26, 2019 by plantuml (294,960 points)

The exact syntax is:

@startgantt
[Sprint X] lasts 21 days
then [Sprint X UAT] lasts 7 days
[Sprint X Checkpoint] happens 7 days after [Sprint X]'s start
@endgantt

Not sure wether this is a good syntax.

commented Jun 5, 2019 by rami.sedhom (120 points)

Thanks, it works yes

...