Gantt: How to assign multiple resources to one task?

0 votes
asked Feb 2, 2020 in Question / help by anonymous
edited Feb 2, 2020

How can multiple resource be assigned to one task? I tried using

[X] on {R1:100%, R2:100%} lasts 10 days

but that only recognizes `R1` as a resource and omits `R2`.

1 Answer

0 votes
answered Feb 2, 2020 by plantuml (295,000 points)
 
Best answer

You can have :

@startgantt
Project starts the 2020/04/03
sunday are closed
[T1] on {source 1:50%} lasts 5 days and is colored in lightblue
[T2 with a very long name] lasts 2 days and is colored in lightblue
then [T3] on {source 1:50%} {source 2:50%} lasts 2 days
@endgantt

http://www.plantuml.com/plantuml/uml/XO-nQiKm34LtVyLTEZ_7QPPE-OGEsK86rHP9YYk3fRI4qd-l2QLGABnDLqY7SqSrghQIcBddMbuv6gwLmZP6yC7V_EFDzquFINI2AYFcefpSF7KBYk1Jor4ZetiQ_CCNCgaf1hHh1Kd2heWbbyfj5EHztUmb7zp-0pvssq1uvteY5raXzCRB3oFSPpH9mJpr_uZynd35FqmtigIhzJS0

...