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.
Dear Team,
I have question with automation project rule as I have created Project Rule and assigned user base on which Status response. It doesn't show any error but it's also not running.
My workflow is
Request-> Verify Finance Team -> waiting approval -> approve
handle by different user.
@Pi -
What I was asking is your actual automation rule setup. If I look at your original screen shot, your actual workflow have all of those "transition" (Destination status) defined.
Once you provide your automation rule setup, I will be able to give you with better guidance and determine the what it is not running.
Best, Joseph
As my attach photo is what actually I am trying to build it. 1st step run correctly but step 2nd is not running.
2nd rule inside it was move transition 1 status to another status with another assignee response.
Thanks!
@Pi -
So, you only have one automation rule that controls the entire flow? If so, then it is a problem. The event that triggered the automation is "Issue Created", but you are calling out for transition issue testing too.
I would recommend that you have another rule setup that focuses on transitioning your issue via the trigger event of "Issue transitioned". Lastly, you can look at the audit log to see what is happening with your rule. You can use "Log action" action to your rule setup to assist your review of the audit log at the end of each branching in your rule and rule debugging. This way you can see which branching got executed.
Here is a link on debugging rule - https://support.atlassian.com/cloud-automation/docs/debug-an-automation-rule/
Best, Joseph