When using Automation for Jira, can I use automation rule to trigger another automation rule?
For example:
I have rule that creates "Task A" when I create "Story B"
Also, I have a rule to create "Story B" when I create "Epic C".
I would expect that whenever I create "Epic C" it will trigger the "Task A" rule as well
Hi Itay!
Yes you can allow this by checking the box next to Allow rule trigger in Rule details.
Hope that it answered your question :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Guys,
This is what I'm trying to achieve:
I have 4 rules that must be executed following a specific order:
Rule-1, Then after completion
Rule-2, Then after completion
Rule-3, Then after completion
Rule-4
All of those rules have the same trigger: "When issue is created"
Can I achieve this in a consistent way or not?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did this with labels. Rule 1 added a label that caused rule 2 to trigger. Rule 2 would clear rule 1s label so things didnt get messy, then rule did its thing and added a second label, etc...
Not pretty, but it worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Chris Carpenter I love this idea. One quick question - when all is cleared do the temporary labels still appear in the lookup for labels?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Robert Horan!
They dont actually. Here's an example of a rule I set up to auto assign bugs to the assignee of the story that the bug was linked to:
The label applied by the rule is "---assignee" where --- is the project name. That label always shows up as "new" when you type it into the label field on a jira ticket, since it never exists on a ticket in our system for more then a few seconds
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That seems strange that it's not in your list of existing labels. Why are you doing it that way? Why not use a project picker custom field and call it Project Assignee or something, for example we have one called 'Implementation Team' for Planned Change issue types where they're raised in project A but done by the Team that lives in project B.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi my requirement is almost same. I have Rule1 which has a trigger when an issue is created and it updates reporter filed with the mail id available in the description field.
Rule2 trigger is when an issue is created and it updates location field based on the group in which reporter is a member and it is a global rule and applicable for all projects.
Since both rules have trigger both will execute parallel. Now my problem is Rule 1 fetches email in the description and copies into the reporter filed, hence first reporter name will be erased and new one will be stored. But Rule2 updates location field based on first reporter field and hence location will not have correct value.
In this regard I want to trigger again Rule2 after execution of Rule1. Can any one suggests to fix this.
Thanks,
Madineni.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there. I think this is what I'm looking for, but I'm confused of how to trigger this rule from another. The checkbox says to allow other rules to trigger it, but what do I do on the rule that's supposed to be the trigger?
Not sure I'm asking that clearly, but I hope you get the gist!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You don't need to do anything special in the "trigger" rule. The action that this rule triggers should be an action that trigger the 2nd rule.
For example:
Rule 1# - if all tasks in a story are set to "DONE" > update story status to "QA"
Rule 2# - Whenever a story is moved to "QA" > assign the QA lead and send an email
Hope this makes sense
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are two different forms of questions being asked in this overall thread we've been sent to. Both relate to rule triggering but they're different underlying questions/use cases. The distinction is in one scenario there would be a way to add an ACTION in a rule to call another rule vs the rule being capable of triggering because another rule took an action that made triggered some underlying event (which itself is a weird oddity in the first place that it doesn't just trigger by default)
(though it sounds like the answer to this question is : No it is not possible yet.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Indeed, they are two separate scenarios. One involves the same automation rule with 2 or more separate actions, and the other involves two separate automation rules with one dependent on the other. I will update if I find a solution for the latter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Chris Carpenter 's suggestion worked for me, when automation rule #1 finishes it add label X to the ticket, and then automation rule #2 looks for tickets where label = X and then run. Like he said, it's not pretty, but it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great inspiration in this thread.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update: I've not got the post function changing the value 'Stage' which then prompts the next automation to run, so all sub tasks are fully automated. (I do love a good automation!) :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure if this can still help.
But I created a rule to add a comment, then another rule to be based off that comment text.
Rule 1;
SLA 1 hour after 1 hour > Add Comment "You have not responded to this in an hour"
Rule 2;
Comment Added > IF Comment Contains Text "You have not responded to this in an hour" > Trigger alert through Webhook.
Risks - If someone adds this text specifically, it will raise an alert. So you have to make it unique as possible. Potentially you can put Symbols at the start and end like !"You have not responded to this in an hour"!
You just have to trust people in your company not triggering the alert themselves...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I find the trigger thing bizarre, especially when the 'when' can be issue updated/created. you'd think well, surely my trigger should ALWAYS trigger the rule to run, whether the tick box is ticked or not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I think might not be understanding this correctly. Let me describe my scenario.
I have some fields that are populated from data available in other fields on a manual trigger by the user.
Now I want to create another rule that will do the same but not on manual trigger but based on
1. Transition to a certain Status
2. Edit of an issue field (one of the custom fields that I am using as input for populating the others fields in manually triggered rule.
Is it possible to execute the manually triggered rule based on the triggers mentioned above in 1. and 2.
Or do I need to recreate the same rule but with different trigger which are transition trigger and Issue field update trigger.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I am looking for a rule or a combination of rules to achieve the following:
When the sum of worklogs in current month reaches 20h in an epic, then an email should be sent to a specific email.
Is this possible at all?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I haven't found an action to trigger one rule from another rule. Please could you help me understand, how does the "Allow rule trigger" checkbox should imply?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same question. I have automated rules for transitions. Say #1 is Manually updated tasks and subtaks, and then #2 Close Epic if all tasks/subtaks done (this is done during transitions)
I manually run #1, but I want it to kick of #2 after it finishes #1. How do I do that? What do I do in #1 to get it to go to #2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's a little clumsy but I accidentally stumbled across this solution: Add to the workflow a same status loop that triggers the manual automation. Then you can push the issue through that status in your second automation which will trigger the first one. (Allow rule trigger checkbox was not required).
It isn't ideal though. Allowing an automation to trigger another one seems pretty desirable as the alternative if you want to have an automation that can also be triggered manually you seem to just have to duplicate and maintain two automations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, since @Chris Miller 's question was asked in 2020, I was wondering if there is any further guidance on this? My questions is the same.
Any guidance suggested will be greatly appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gena,
I did respond Sep 17, 2021 which I believe answered the question.
From memory, I used an automation to change a value, and when the value changed the automation would trigger again.
There are some good responses above from various contributors that all essentially say the same thing, "Yes".
Worth testing in a non-prod environment.
Good luck
Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Paul A Wright ,
Thank you. I was hoping there was a more direct way to invoke the needed automation, as it seems there's a common "fuzziness" about the use of the "Allow rule trigger."
If using labels or custom fields is the best way to do this, then I will follow suit, as has been described in this thread.
I would much prefer to create an action in my automation where I could fire off the desired subsequent automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gena
You raise a good point about the approach as it is fuzzy. I wouldn't use labels personally as they are very 'sensitive' (label that = "Test" is different to one that = "Test") as they're case sensitive and anyone could use your label and initiate a trigger.
It should be something unique. One thing I did later on was use a transition as a workflow and the transitions were unique.
So, I would use the automation to trigger and it would transition a ticket from one status to another. The transition would be a trigger for another automation to run, and so on.
It's a bit messy, and you have to be a bit creative (and remember the logic by using great description in your automation tasks), but it is achievable and can be very successful.
Another thought - depending on the complexity of what you want to do, you could use post functions in conjunction, which could be conditional.
Personally, I grab a large A3 sheet of paper or a whiteboard, and draw the logic until I'm happy.
Sadly, I'm yet to see a conditional trigger in an existing automation - I don't know if it's on the development radar but it would be a useful improvement. I suspect this type of function does cause the risk of an infinite loop (as I found to my own detriment), so use with caution!
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I try the "Add rules Trigger".. but can't find how to trigger that rules.. on completion of another rules...
How do we perform that ?
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.