🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Features used to implement the example



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:




Related Usage Examples