On this page
Example: Proceed with a task only when all sub-tasks are completed
I have a task and a sub-task. I need to create a condition for that: I only proceed with a task only when all ub-tasks are completed.
Let's suppose you want to prevent a transition "T" from being executed while there exists a sub-task in a status different from "Resolved" or "Closed".
You should insert in transition "T" a Condition on sub-tasks or Validation on sub-tasks with the following configuration:
Once configured, transition "T" will look like this:
Other examples of that function
- Close parent issue when all sub-tasks are closed
- Enforce certain type of sub-tasks to be "Resolved" to allow executing a transition
- Make linked issues, sub-tasks and JQL selected issues progress through its workflows
- Make parent issue progress through its workflow
- Proceed with a task only when all sub-tasks are completed
- Transition parent issue only when certain issue sub-task types are done