I have a situation where I have a daily process that needs to iterate over a set of Epics and for each Epic, iterate over its children to calculate custom fields values that are stored on the Epic. I'm trying to use Jira Automation in Cloud. My rule starts out with a "For JQL" branch that returns a list of Epics, but from there I can't figure out how to iterate over each Epic to perform calculations based on the Epic's children:
Any help would be appreciated,
Greg
First thing, this is possible and subject to your number of epics, perhaps a bad idea. The following is based upon Jira Cloud and would not work for Jira Server/Data Center version.
What is possible:
The bad idea parts:
If your list of epics is small, and they each have less than 100 issues, perhaps try this to see how the rule performs.
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.