You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a task A which preceeds a custom issue B when then preceeds another custom issue C.
Task A --(preceed)--> custome issue B --(preceed)--> custom issue C
And I have two automations.
Automation 1:
1.1. when a task changes to Done
1.2. check the custom issue which is preceeded by the task
1.3. if all tasks which preceed the custome issue (found in 1.2) are all Done, move the custom issue to Done
Automation 2:
2.1. when a custom issue changes to Done
2.2. check the custom issue which is preceeded by the task
2.3. if all tasks or custom issues which preceeds the custom issue (found in 2.2.) are all Done, move the custom issue to Done
Problem:
I change task A to done, automation 1 kicks in and changes custom issue B to Done automatically, however custom issue C is not changed to Done automatically. The automation 2 does not detect the custom issue state transition performed by automation 1.
However if I manually change custom issue B to Done, automation 2 kicks in and changes custom issue C to Done automatically. This proves that automation 2 set up is correct.
Hi Jeffrey - Welcome to the Atlassian Community!
For automation 2, have you checked the box in the rule Details for Allow rule trigger? If it is not checked, then automation 2 will not fire based on automation 1 firing and doing something.
Thanks for the answer. After checking the allow rule trigger, it works fine now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Glad you got it working.
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.