enforce precondition: work item links to story
Is it possible to enforce a precondition when saving a task to verify that the task has a link to a parent story? We are trying to avoid orphan tasks that don't link to a story. I didn't any "required links" capabilities in the process editor, wanted to know if there was another easy way or if it currently is not capable of that. Thanks!
3 answers
create a Workitem Advisor.
<br>
I have source somewhere here that implements all 'depends on' to be closed.
see here depends on advisor source
<br>
your requirement would be very simple.
<br>
get the links and checks for the implemented by link, and fails if not found.
<br>
Sam
<br>
I have source somewhere here that implements all 'depends on' to be closed.
see here depends on advisor source
<br>
your requirement would be very simple.
<br>
get the links and checks for the implemented by link, and fails if not found.
<br>
Sam
Hi,
Is this feature implemented in new CLM 4.x product. I have been looking for this functionality but couldnt find in RTC 4.x.
I'd like to enforce user to set an "implemented by" link type for my workitems. If not implemented, could you provide me a workaround to do that like creeating an operation behaviour.