I can easily do this if the child items statuses are both moved to "Done", but I have custom statuses set up named two different things, both being part of the "done" category.
Here's my set up:
The issue I'm having is the automation doesn't make any changes after the child items are moved to the appropriate statuses, so it seems like my branch is failing. The audit log reads "No Actions Performed" twice, one per child item being moved.
I figured it out, I realized I can just change the JQL to statusCategory = "Done".
Hello @Tim
Welcome to the Atlassian community.
Can you provide screen images showing the full details of the log for the execution of the rule? Make sure you expand all sections so we can see the details.
Is there more to the rule beyond what you've shown in the image? If so, please provide a screen image showing the entire rule.
Are the item types in the condition in the trigger the types used for the child items?
The For: Parent will be trying to change focus to the Parent of the item that triggered the rule. If the trigger item doesn't have a parent then that would cause a problem.
Sometimes there can be a timing issue, so you might try adding a "Re-fetch" action immediately after the trigger.
After you provide the details of the entire rule and the execution log I may have other suggestions for you.
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.