The Sequence of work item
Dear Friends,
Please help me, how to create 1 work item only can be started if its predecessor has been closed? example : Task B is the predecessor of Task A. The task A only can be started if the task B has been closed. How to do that? I have used the predecessor but it still can be started, only show the warning that Task B is started before the predecessor work item is complete. please help thank you |
4 answers
Dear Friends, Hai Friends, please help me on this one. thank you very much |
Geoffrey Clemm (30.1k●3●30●35)
| answered Apr 13 '11, 3:29 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You would need to write your own "work item save" process adviser to
detect and prevent this. As you correctly observed, the built-in functionality only generates a warning, but does not prevent saving the work item with this invalid state. There was a work item requesting that this be an error, rather than a warning, but I'm working disconnected at the moment, so cannot look up the workitem number. Cheers, Geoff On 4/8/2011 1:53 AM, adichristantohasan wrote: Dear Friends, |
Hi Geoff,
thank you before for your help.. so i need to write my own "work item save" to prevent this one? i am really sorry, i don't understand about it because i am a new guy on RTC, could you please to explain me again with the detail? or any tutorial for this one? thank you very much You would need to write your own "work item save" process adviser to Dear Friends, |
Geoffrey Clemm (30.1k●3●30●35)
| answered Apr 18 '11, 8:35 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
An example can be found at:
http://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExample Anyone else have another (or better) example/tutorial for this? Cheers, Geoff On 4/18/2011 3:23 AM, adichristantohasan wrote: Hi Geoff, |
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.