Hey Atlassian Community,
I’m struggling with a Jira automation rule that’s supposed to transition a parent issue to “Done” when all its subtasks are marked “Resolved.” The rule seems set up correctly, but it’s not triggering, and I’m new to Jira automation, so I need some help debugging this.
Setup Details:
PROJ
, with standard issue types (Story, Subtask) and workflow (To Do → In Progress → Done).PROJ
).Status = Resolved
.PROJ
only, no global rules interfering.Questions:
Hi @Sophia Isabella -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
If you are using the newer feature of adding conditions directly to the trigger, there are multiple reports of problems with that feature. I recommend not using that feature and instead using individual field conditions.
Kind regards,
Bill
Hey Bill,
Thanks for the warm welcome and quick advice! I’m using a company-managed Scrum project (PROJ). Your tip about avoiding conditions in the trigger was spot-on—I moved the “All subtasks Resolved” check to a separate condition, and the rule now transitions the parent Story to Done as expected. Audit logs confirm it’s firing correctly now. I’m all set, so no need for screenshots. Really appreciate the help!
Cheers,
@Sophiaisabella
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you do a re-fetch action before this an see if you see a difference? I have a feeling the transistion is triggered but at that point of time the subtask is not yet closed until after the re-fetch of data.
Also if your triggering this in the subtask, are you then branching into its parent to transistion to solved/resolved?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Calvin ,
Thanks for the suggestions! I’m using a company-managed Scrum project, and yes, the rule branches to the parent Story to transition it to Done. I tried adding a re-fetch action, but moving the “All subtasks Resolved” condition out of the trigger (per Bill’s advice) fixed it—audit logs show it’s working now. I’m good to go, appreciate the help!
Cheers,
@Sophiaisabella
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.