Hi everyone,
I'm trying to set up an automation rule in Jira to sum a custom field "Order Quantity" of all child issues and update the Epic's "Order Quantity" field with the total. I've followed several steps but can't seem to get it working correctly.
Here's what I've tried:
Scheduled Trigger:
issuetype = Epic
.Branch Rule for Child Issues:
Create Variable to Sum Order Quantities:
totalOrderQuantity
.{{issue.fields."Order Quantity".sum}}
.Edit Epic to Update Order Quantity:
{{totalOrderQuantity}}
.
Is anyone able to pinpoint what I'm doing wrong or guide me on an easier way to achieve this?
Hi Krista - Welcome to the Atlassian Community!
Here's an example of one that I use that probably does the same thing, except that I am doing an average instead of a sum.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.