Automation rule to transition a Parent issue to "In Progress" when its first Sub-task is moved to "In Progress"

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

Summary

Jira automation rule to automatically transition a Parent issue to In Progress when its first Sub-task is moved to In Progress.

Solution

The solution below was devised from this community post. An overall view of the automation rule can be seen in:

Final automation rule preview

1. First, we execute this rule whenever an issue is being transitioned - by using the Issue transitioned trigger. a. Set To Status = IN PROGRESS b. Leave From Status blank or set a Status if you need to specify one. Learn more about transitioning an issue with automation.

Issue transition

2. Next, we use the Issue fields condition to check if the Issue that triggered the rule is a Sub-task:

Use issue fields condition

3. Then we branch off for the Parent using the Branch rule / related issues branch

Branch rule
  • We now check with a Related issues condition that some Sub-tasks are In Progress:

    Related issues condition
  • We also check with the Issue fields condition that the Parent issue is not currently In Progress:

    Issue fields condition
  • If those are true, then we transition the Parent Issue to In Progress:

    Transition issue

Updated on May 31, 2024

Still need help?

The Atlassian Community is here for you.