I want to stop the JIRA rule execution if the condition is not met. But I did not find the trigger action as a stop rule execution. Can you help me?
Hello @Ashish Nayak
Welcome to the Atlassian community.
There is no such action for Automation Rules.
If a condition is not met then the actions that follow it will simply not be executed. There is no need to explicitly stop the rule execution.
However, if you show us your rule and explain the process you are trying to automate, then we can help you verify that it is structured correctly or suggest how you need to modify it.
Hi @Trudy Claspill ,
Thank you for the response. I create rule for the below condition,
Please find the attached screenshot for reference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe this is the rule you need:
If either 1, 3, or 4 are not true, then none of the steps that come after the not-true condition will execute and the Parent issue status will not be changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just following up to check if this answered your question. If so, please consider marking this one as "answered". That will help others with a similar need find solutions faster. If not, please let the community know what help you need with the rule changes.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Something is curious about the rule image you show: there is no such feature as nested branches in Jira Cloud, Server, or Data Center at this time, but your image shows nested branching.
There was a defect that allowed dragging a branch inside of another one while editing a rule, and that produced undefined / unpredictable behavior until it was fixed (for Jira Cloud).
Please explain how you created that rule, and if it is indeed an Atlassian Automation rule image.
Thanks, and kind regards,
Bill
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.