Hey Im working on a automation rule nad got stuck on adding up value of a smart value list im creating.
The rule should add up all time spent on closed children of Epic. Then it should add up all reaming estimate on non-closed children. Then it should add up these two values and insert it into the Epics Original Estimate field, and in a comment under the Epic.
Would appreciate any help, thanks!
Hi @Matěj Hájek -- Welcome to the Atlassian Community!
A rule branch will not work to sum the values of the issues found by the JQL: such branches execute in parallel and asynchronously, and so the variables (and any issue updates) will be repeated created / destroyed with each pass through the loop.
Instead please try using the Lookup Issues action with that JQL and the sum function, as shown here in the documentation:
Kind regards,
Bill
Hello @Matěj Hájek
Welcome to the Atlassian community.
What is the output in the Audit Log when this rule is executed?
What values do you expect the variables to end up having?
Does the image show the entire rule? If not, please provide a new image that does show the entire rule.
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.