I have two Automation rules:
Both rules work:
However I would like the two rules to work together. If "rule 1" changes automatically the duedate of the linked Epics, the Epic duedates are changed, so "rule 2" should be fired as a consequence of running "rule 1".
Unfortunately the "rule 2" is only fired if I change the Epic duedate manually. It seems to me that the "Edit Issue Fields" Action which I have used to change the Epic duedates in "rule 1" doesn't send the right, native Jira field.edited event (or something similar).
Thanks for any advises, and all the help.
Can you take a screencap or your automation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unless you have an automation to change the due date automatically, then this will trigger when it's manually changed. Both rules seem they need to be manually changed...
Are you attempting to automatically change the due date?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to automate how the due dates are managed under following conditions and requirements:
Structure:
Top-down process of propagating the changes of Initiative.duedates (to be automated):
BTW. In the future I want to also automate the down-top duedates propagation. e.g. from Task to Epic, to Initiatives. However let's leave it for now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I see. Essentially when you manually change the due date in rule 1, everything else should be automatic.
It's odd the way you have it seem as if it should work. When you look in the audit logs does it give an error or does it act as if it never ran in the first place? (For rule 2)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After looking at the audit logs, it seems that the "rule 2" is never ran as a consequence of running the "rule 1". It is started after changing the Initiative value, but on the first condition it stops. And this is understandable and ok. What is expected, but doesn't work, is to start the rule after/as a consequence of executing the "rule 1". It seems it is not possible to do it, is it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Tomasz,
But default rules don't trigger other rules. This is done to prevent loops.
In order to allow your rule to be triggered by an edit in another rule, select the following option on the rule details page: "Allow rule trigger"
Hopefully that was the issue.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Nick,
thanks, I have missed that option. Now it works as I have planned. Thank you!
Cheers,
Tom
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.