Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Parent move to In Progress when 1 of 3 children move to In Progress

deseymour
Contributor
June 2, 2026

I have an automation set to move a parent to In Progress when the first of it's children is moved to In Progress. However, for some reason, it is not moving the parent until ALL the children are In Progress. I have attached a screenshot of the automation. Any ideas what I did wrong?Parent to In Progress.png

3 answers

3 accepted

4 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 2, 2026

Hi @deseymour 

Your rule is missing a few things for the scenario:

  1. checking the children's status (which is only partially handled by the trigger),
  2. not moving the parent when it is already further in the workflow, and
  3. it does not handle possible other ways children could be "In Progress", thus requiring additional rules.  (e.g., adding an already "In Progress" child to a parent)

The #1 part may be done (with some risk) using the Related Work Items condition or (very safely) using the Lookup Work Items action and a Smart Values condition.  The risky part of the first condition type is I have observed inconsistent accuracy with it.

Perhaps try something like this:

  • trigger: work item transitioned...to "In Progress"
  • branch: to Parent
    • condition: status is not "In Progress"...or a later stage in your workflow
    • action: lookup work items, with JQL to gather child work items of the parent which are "In Progress"
    • smart values condition: check if {{lookupIssues.size|0}} is greater than 0
    • action: transition to "In Progress"

 

You may want other rules for the #3 thing I noted above.

One more recommendation: I recognize why teams might use rules like this to have the children drag / push their parent through flow (e.g., Stories and Epics).  Please take the time to map out the the different cases for the scenario to ensure your rule(s) handle the cases.

 

Kind regards,
Bill

deseymour
Contributor
June 2, 2026

I don't understand #3 above. What is an issue size??

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 2, 2026

Size is a list function to return the number of items in the list:

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-lists/#list.size

 

Also, please check your workflow for any validators as the other suggestions have offered.  Thanks!

deseymour
Contributor
June 2, 2026

OK, it appears to be working now. I'm really not sure why it worked this time. The only change I made was for it to check if the task was In Progress, Review, On Hold, or Complete instead of only In Progress. Thanks for your help. 

Like Bill Sheboy likes this
2 votes
Answer accepted
Evgenii
Community Champion
June 2, 2026

Hi, @deseymour 

Rule looks correct, what do you see in audit log, when rule triggers? Maybe there is error text, which can help with debug?

Or maybe there is condition or validator, that prohibits transition?


deseymour
Contributor
June 2, 2026

There isn't an error log as the rule doesn't trigger until the last subtask is moved to In Progress. 

 

Evgenii
Community Champion
June 2, 2026

It happens today, or it happened earlier?

If it happens today, I think, it can be linked with active incident:

Degraded performance of Jira automations

https://jira-software.status.atlassian.com/incidents/4drnxvxspl0g

1 vote
Answer accepted
Shalini Pradhan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 2, 2026

Hello @deseymour ,

Good day! Welcome to Atlassian community :)

The Automation rule looks correct. There is a possibility that there is either a validator or condition on the parent's workflow transition, which is blocking the automation rule.

Can you navigate to your parent's workflow ->  edit the workflow for the parent issue type -> look at the transition to "In Progress" and check for any validators or conditions (like "All sub-tasks must have status X") and if yes, remove them, publish the workflow and then see if automation works or not

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events