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.
@Pii -
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!
@Pii -
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