🚀 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.

On this page


Features used to implement the example


This example is considered outdated. Please head over to the one using our Transition issues post function here.

Example: Automatically close resolved sub-tasks when parent issue is closed

Let's see how to automatically close all sub-tasks when parent issue is closed. We do it in two steps:

We copy the name of the target status ("Closed") in auxiliary field "Ephemeral string 1" using post-function Copy parsed text to a field:


We use post-function Write field on linked issues or sub-tasks to copy the value in "Ephemeral string 1" into virtual field "Issue status" of all the resolved sub-tasks. 



Once configured, the transition looks like this:




Other examples of that functions

Write field on linked issues or sub-tasks


Copy parsed text to a field

Related Usage Examples