In our team, sometimes we ship things between locations. I need the item to reach the destination before I can start working on tasks that involve that item (i.e. waiting for a circuit board to be delivered).
If I know delivery will take about 5 days, then I don't want any of the blocked tasks to start until 5 days from now. If the item DOES get delivered early, or there's a delay in delivery, I want to be able to see the effect of that.
I thought about setting up a "release" for when the item arrives. But then how do I dynamically control the beginning of work on the following release to coincide with the end of the current one? Otherwise I can set up a task for "waiting for delivery", however, this throws off the scheduler, because then I have a team member literally waiting around for a delivery rather than doing some other work in the meantime.
How do I make this work in Portfolio?
Solved! Go to Solution.