How to: Restrict state change for the wi that depends on (is blocked by) another wi?
![]()
Hello,
I'm looking for the way to restrict state change of the work item that has link of type depends on to another wi. Do we have some standard pre-conditions/actions to accomplish such case? -thanks in advance |
One answer
![]()
I wrote a precondition that prevents workitems with unclosed dependencies from closing. (but not other state changes)
I posted the source here a while back see here precondition "depends on" advisor |