Jira Misc Custom Field for Addition of Subtasks

Chris C April 11, 2016

Im using the JIRA Misc Custom Fields addon (1.6.4) with JIRA 646. I'm looking for a what formula to use in a custom calculated numeric field entry. The field would take the sum of the 'Story Points' field from all subtasks  (field id customfield_10053) and sum them. If there are no subtasks it can be blank or 0.

Thanks!

1 answer

1 vote
Fidel Castro
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 19, 2016

You can do it using "Mathematical and date-time expression calculator" post-function provided by JIRA Workflow Toolbox using the following formula:

sum(fieldValue({10053}, subtasks()))

Suggest an answer

Log in or Sign up to answer