How to mark a custom state as 'Resolved' state for a work item ?
Hi ,
I am using RTC 4.0.6 in my project . We have different custom work-items setup in our project . We link DBCR workitem as a Child to Defect workitem.
I want to use the Precondition 'All Children Resolved' between both of these but I don't know how to specify what state from the DBCR should be regarded as 'Resovled' by RTC .
In our current setup , my DBCR has New --> Assigned --> Data Model approved --> In Progress --> Closed
and the Defect has New --> Triaged --> Assigned --> In progress --> Resolved --> In Test --> In UAT --> Passed
I want to ensure that Defect cannot be moved to 'Resolved State' in Defect until DBCR is moved to 'Data Model approved; state .
On the Workitem workflow , I have selected 'Data model approve' action as the Resolve action , but that does not enforce the precondition.
Please guide me
Regards,
Achint
Accepted answer
there is no mechanism built into the product to do cross type dependencies like you describe.
One could create a server side plugin extension to provide this enforcement.
One could create a server side plugin extension to provide this enforcement.