check dependent item state before advancing workflow
One answer
You will need to create your own custom process pre-condition for this.
There is an RFE for this: Link type depends on: add Operation Behavior to block save's of WI if child is not close # (182769)
And the good news is that Sam attached some sample code for implementing this pre-condition (thanks, Sam!)
There is an RFE for this: Link type depends on: add Operation Behavior to block save's of WI if child is not close # (182769)
And the good news is that Sam attached some sample code for implementing this pre-condition (thanks, Sam!)
Comments
Hi Geoff! Is there an update to this link?
I would like to set up a dependency where a I have a parent work item (maybe a Story) and it has the following child work items: devTask, buildTask, qaTask, etc.. I want to be able to make sure that the buildTask can not start until the devTask is completed...for example.
FYI, I am running RTC 4.0.1
you will have to write your own advisor handler to do that check