I have a very detailed, complicated workflow. There are 10 different status types, and 3 of them require subtasks to be created.
In the first subtask creation, see screenshot #1, the rule works.
In the second subtask, see screenshot #2, when I trigger the rule, the new subtask has a status of "BCT Oversight" rather than "CMO Review". Is this because I cloned the first rule? Can someone please advise? Thank you
Hi @Christina Leong -- Welcome to the Atlassian Community!
For the #2 rule you note, please review and post an image of the audit log from an execution when the behavior occurs. This may provide some context to help the community offer ideas. Thanks!
And just to clarify rule behavior...
Best regards,
Bill
Thanks for your reply @Bill Sheboy
I want the branched actions to apply to the newly created subtask. Should I create it as a new rule instead? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi! No need for another rule...
One of the available smart values is {{createdIssue}} (or {{createdIssues}} when you have several). That value is immediately available once the issue is created, so you could branch on its key when you only need to access that one: {{createdIssue.key}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Problem solved! I missed an edit in the second to the last step of the rule.
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.