It's all about the answers!

Ask a question

how can use dependency between Work Items to warn me on possible risk


Shimon Nir (241116) | asked Jun 28 '13, 6:06 a.m.
Here is the use case:
WI A depends on WI B. B does not complete on time (as scheduled). A which is due to start upon completion of B is not late in execution and hence the whole project release is at risk or will be late. In MS project the Guntt is automatically moved.
Does RTC Guntt chart have the same behavior ? Is it possible to view this in Risk view ?
Shimon

2 answers



permanent link
Ralph Schoon (63.1k33646) | answered Jun 28 '13, 6:35 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Simon,

the formal process template uses the predecessor/successor link for scheduling. No template uses the depends on link to do calculations. There is no semantic built into the tool. I am not sure if you can achieve what you want because planning has no extension points. You might be able to use the Java API to run through the work items and create warnings.

permanent link
Erwin Kunz (94686986) | answered Jun 28 '13, 8:29 a.m.
Shimon

We introduced a new field Due Iteration as Iteration where we can say "not later than"

Then we have a Birt report showing the Planned for and the Due Iteration. I think we color the one where planned for is behind Due Iteration. It's not a warning, but it helps


Comments
Ralph Schoon commented Jun 28 '13, 9:04 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Nice solution Erwin.

The problem above is, that depends on does not affect the scheduler.You have to use the predecessor, successor relationship. If you do, the plan should show a warning, if you configure the plan checks, and the work item is planned to be finished in an iteration, but the scheduler detects it exceeds the time, I think. At least that is what I see in the agile planning.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.