RTC : working with status of a workitem(New Question)
Abhinav Mishra (144●31●39)
| asked Feb 18 '14, 4:31 a.m.
edited Feb 19 '14, 11:32 a.m. by Jennifer Cianchetta-Riordan (251●2)
Hi All,
In RTC, how to ensure that no one will be able to change the status of a work item to complete,until unless all of its child work items were already being marked as complete ...?? For Ex: 1.Phase -> 2.Sub-Phase ->3. Workpacket ->4.Task So before completing all the task Under workpacket,no one can change the status of workpacket as "complete" Many Thanks. |
4 answers
There is a precondition built-in to RTC under Operational Behavior for the Save Work Item (server) operation:
All Children Resolved --> "Requires that a work item can only be resolved if all of its children are resolved." Susan Comments
Abhinav Mishra
commented Feb 18 '14, 5:31 a.m.
Thanks Susan
1
For more information about operation behavior, see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/index.jsp?topic=%2Fcom.ibm.jazz.platform.doc%2Ftopics%2Fc_behavior.html.
|
If they are children, there is a built-in precondition called "All Children Resolved" which Requires that a work item can only be resolved if all of its children are resolved. It can be set on the Save Work Item under Operational Behaviors.
Susan Comments
Abhinav Mishra
commented Feb 18 '14, 4:59 a.m.
Thanks Susan for your quick reply and valuable input
|
there is also another useful advisor, insure all dependencies are resolved..
I provided a sample source solution here https://jazz.net/forum/questions/64268/operation-advisor-custom-precondition-for-work-items second post. Comments
sam detweiler
commented Feb 18 '14, 5:49 a.m.
you can create a query to discover how many times this occurs in your environment.
|
Yes In Eclipse Client
1.Open the Project Area 2.Open the Process Configuration Tab 3.Under Team Configuration -> Select Operation behavior ->Under Operations column of operation behavior table ->Under Work Items ->Save Work Item (server) ->against this choose select role and Add the "precondition" 4.Select Precondition with name "All Children resolved" 5.Click on "Apply Changes" 6.Save Thanks |
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.