Is there some way to nest tasks in a gantt diagram?

0 votes
asked Aug 11, 2021 in Question / help by mcon (320 points)

Need is to have a task which is the summary of a bunch of other tasks.

Ideal would be to have "sub-tasks" automatically handled, but also having a single task starting when first of "bunch" starts and ending when last of "bunch" ends would be acceptable.

I tried somethong along the lines:

@startgantt
-- Connect.ME --
[AG550Q/AG215S connected to sb001] as [CMa] lasts 3 weeks
[BT integration] starts at [CMa]'s start
[BT integration] lasts 3 weeks
[CMa] ends at [BT integration]'s end
[Commsignia integration] starts at [CMa]'s start
[Commsignia integration] lasts 1 week
[CMa] ends at [Commsignia integration]'s end
[Control.IT integration] starts at [CMa]'s start
[Control.IT integration] lasts 2 weeks
[CMa] ends at [Control.IT integration]'s end
@endgantt

... but it doesn't seem to work as expected.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...