On this page

Use case

When a sub-task is transitioned to the "In Progress" status the parent issue will be transitioned to the "In Progress" status as well if it is still in the "To Do" status.


Configuration steps

Target issue*

Select Parent issue.

The parent of the current issue will be transitioned.

Mode*

Select Execute transition and Start Progress as the transition.

The Start Progress transition (i. e. ID = 4) will be executed on the parent issue.

Delayed execution*

Set it to 500.

Executing the post function will be delayed by 500 milliseconds.

Run as*

Choose which user* will be able to execute the post function. By default, it is set to the Current user.

The user must have all necessary permissions to execute the transition.

Conditional execution

Insert the following expression:

%{parent.status} = "To Do"



If you still have questions, feel free to refer to our support team.