Close parent WI when all child WIs are done follow-up action
Hello,
I need to close parent work item, when all child work items are done.
For example there is Verification task with children tasks Review and Repair Discovered Defects. After Review task is closed and I change Repair Discovered Defects task state to closed, I also want to close Verification task.
To configure this, there is a Process Templates > Process Configuration > Team Configuration >Operation Behavior editor tab in Eclipse Client. In this tab are preconditions and follow-up actions for Work Item > Save Work Item (server).
Here I need to add follow-up action which checks, whether this item is last closed child and close its parrent.
Is there some neat way to do this? I only discovered how to define your own follow-ups via defining extension
https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation
Thanks a lot for all advices.
I need to close parent work item, when all child work items are done.
For example there is Verification task with children tasks Review and Repair Discovered Defects. After Review task is closed and I change Repair Discovered Defects task state to closed, I also want to close Verification task.
To configure this, there is a Process Templates > Process Configuration > Team Configuration >Operation Behavior editor tab in Eclipse Client. In this tab are preconditions and follow-up actions for Work Item > Save Work Item (server).
Here I need to add follow-up action which checks, whether this item is last closed child and close its parrent.
Is there some neat way to do this? I only discovered how to define your own follow-ups via defining extension
https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation
Thanks a lot for all advices.