Story Points + QA Story Points = Total Story Points
Hi Steve,
You can use Automation for Jira to do that. You could base it on one of the first two fields being updated, the update the Total Story Points field based on a formula like:
{{#=}}{{issue.customfield_16719}}+{{issue.customfield_16939}}{{/}}
Using the custom field id for Story Points and QA Story Points. Or it could look like this:
{{#=}}{{issue.Story Points}}+{{issue.QA Story Points}}{{/}}
Hi @Steve Hooczko do you know scripted fields feature of the ScriptRunner App?https://docs.adaptavist.com/sr4jc/latest/features/scripted-fields
I think it should work
I don't have the ScriptRunner App
@John Funk I'm only able to use this formula on two number fields. How can I sum up 10 fields at once. I tried to just add on to this formula, but it was a no go.
Disregard, I fat fingered a couple of characters in the formula.
Hey @Frank Collazo
I know it's been a while since you posted this comment, but I wanted to share something that might help. We at awesome custom fields recently released the advanced formula field, which supports Jira expressions and could be the solution you were looking for. If you are still in need of an easy way to sum up multiple fields at once, our new field might be just what you need. Feel free to check it out, and don't hesitate to reach out if you have any questions.
Cheers Kavitha from Team Awesome Custom Fields
@Kavitha Vaikunthavasan _Seibert-Products_ thank you for this information, but currently my network isn't allowed to use third party apps due to vulnerabilities. That will not change unfortunately.
It looks like you're new here. Sign in or register to get started.