Work Item approvals, change state
in https://jazz.net/products/rational-team-concert/features/wi
is this sentence about approvals
"Work item customization can be used to automatically trigger a state transition on the work item if an approval has been accepted (or rejected)."
what does that mean? create a script to change the state? I don't see how the 'state' field in the list of approvals ever gets enabled.
Accepted answer
- In your eclipse client, open up the project area.
- Navigate to the Process Configuration tab.
- Navigate to Team Configuration -> Event Handling
-
At the bottom of the view, see Work items -> Work Item State Changed Event.
This is where the event to change a state can be configured by a certain action, such as work item approval. Essentially this means when you approve a work item, it will change the work item state. This is similar to operation behaviour where an action is executed based on a configured 'kick off' action.
Comments
showing 5 of 8
show 3 more comments
One other answer
Under Project Configuration -> Configuration Data -> Work Items -> Approval Trackings
you can select the Workflow and then for the approval type, specify a workflow action.
So for us, on our Defect Workflow, we state that an Approval of type "Verification" when marked Approved triggers the Workflow Action "Verify" and if the approval of type "Verification" is marked Rejected, it triggers WorkflowAction "Reject".
Perhaps this is not what you were looking for, since it doesn't require any extension.
Susan
you can select the Workflow and then for the approval type, specify a workflow action.
So for us, on our Defect Workflow, we state that an Approval of type "Verification" when marked Approved triggers the Workflow Action "Verify" and if the approval of type "Verification" is marked Rejected, it triggers WorkflowAction "Reject".
Perhaps this is not what you were looking for, since it doesn't require any extension.
Susan
Comments
showing 5 of 8
show 3 more comments