I'm using Automation for Jira Cloud Lite and trying to reorder rules (I want some to execute after others).
Is this possible? When I hover over a rule I see that there is a selector, but when I drag and drop I just get a not allowed symbol:
Hi Nathan,
The order that rules run in is non-deterministic. We don't/can't guarantee which order they will execute in. We do have a feature request open to be able to specifically trigger one rule from another: AUT-534 but it will be a while before we can get to this.
Is there a particular reason you would like them to run in a particular order? Perhaps there is another solution that might help.
Cheers,
Brydie [Automation for Jira]
Hi,
Thank you for your response.
Right now I have three rules I'm dealing with:
Thus, I really want the change priority rule to execute first, then I want the transition rules to fire, then I want the webhook rule to fire.
I think things are working okay right now, but I was just nervous about knowing the order and helping enforce an execution order.
Thank you,
Nathan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nathan,
A couple of questions,
1. Are rules 1 & 3 listening to the same transition or different transitions?
2. Is it possible to change the field for rule 2 during the transition (e.g. on a transition screen?
Thanks,
Brydie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Brydie McCoy (CB) - yes, I will combine a few of these together.
I was just trying to modularize a few of my rules so that one rule will update a field (the priority) and another rule will notify teams if the priority is a "1".
Modularizing the rules makes them reusable, and if I can trust them to run in a certain order, it allows my rules to be short, sweet, and to the point.
For now I will take your answer into consideration and write my rules in a way that forces actions to run in the order that I want.
Thank you for your help, this add-on is a super big help for us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I handled this by creating a custom field that is buried and not accessible from any screens. The first rule will update this field at the end of the execution. The field update will trigger the 2nd rule. I suppose using some combination of the approaches above, you could set a condition for priority order, and then once the field update is triggered set a condition, "If customFieldName = 2", then execute 2nd rule. Something like that would work.
In addition, even if anyone did manage to revive this field, you could set a date/time condition so that it occurs X number of days/hours/minutes(?) from the initial execution, assuming you stamp that out somewhere.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not believe these are not run by the order they are in. You also have the option to use "Add Label" to the left side to group rules together.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.