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!
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()))
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.