Hello All,
I am having an issue with an automation rule. The main problem that I want to solve is that due to the limit of runs for a rule in the global automation I have to limit the role and copy it on each project. The problem is that the rule is supposed to update a linked issue in another project but because of the single-project limitation, it doesn't recognize the issues that are linked in other projects.
I did test the rule on the global automation and it worked fine but because the rule runs every time there is an update that causes the rule limit to be reached.
e to help
I can imagine. If you fire a rule every single time an issue gets updated, that is going to be a lot of executions.
A couple of things you could do to try and limit the number of executions:
Hope this helps!
Hi @Walter Buggenhout ,
Thank you for your suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at this support article. It is the trigger event that determines how your executions are counted.
The flip side of the scheduled rule with many potential actions is that it may have other consequences. This support article gives some insight and recommendations about best practices.
In the end, it is a balancing act where you:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, and...to Walter's suggestions:
Perhaps if you explain the problem this rule is meant to solve, the community can offer ideas for alternatives which are less-execution intensive for an automation rule.
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.
HI @Bill Sheboy ,
The main problem the rule is trying to solve is to enable the project team have visibility of tickets added on specific epics in different projects. Without having to navigate on different project boards or be part of meetings to be aware of this work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Nikolaos.
I wonder...what if the interested people watched those epics for changes instead? How might that help?
Or instead triggering on Issue Linked and checking for connection to an epic? Perhaps that would have far fewer rule executions than Issue Updated.
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.