I have created the automation rule below. The action in the second if condition is not being accessed, but the first on is.
I am not sure what I am doing wrong. Any feedback/assistance is appreciated
Hi @Cody Brown -- Welcome to the Atlassian Community!
Context is important for automation rules...
Please post an image of your entire rule (ideally in one image) and an image of the audit log details showing the rule execution. If there are multiple rule executions not working as you expect. please post each log and explain what does not work at you expect.
Until we see those...
This may be a case of either the conditions in the rule are not mutually exclusive or a misunderstanding of rule behavior. Please note when using the if / else structure for a rule, the intention is at-most, only one of the cases will succeed. Seeing your entire rule and logs may help to confirm this.
Kind regards,
Bill
The rule is to edit the Quick Status field based on the date. When the current date before the start date I want the status to be Not Started, when the date comes within 14 days of the due date the status must be Behind, when the date is between the start date and 14 days prior to the due date the status must be On track, and if the date is past the due date status is behind.
The issue is the On track status is not being changed. Issues are not passing the condition in the third condition field.
Order of conditions
checks at risk
checks behind
checks on track
check not started
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.
Thanks for that information, Cody.
There are some untested assumptions in your rule, that we assume are valid (or could test for):
How are you using the Quick Status field: reporting, visibility of progress, etc.? If it is just for visibility on the board, consider disabling this rule and using JQL queries with card colors to show each condition.
Assuming you still need to set the Quick Status, try these things:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Cody Brown Welcome.
Can you clarify what do you want the rule to do in big picture?
Also, Instead of smart values in your conditions, You probably could do the same checks with JQL ..
So please clarify so community can help.
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.