Calculate sum of values of 2 custom fields in other custom field in JIRA Cloud

Greg Raddemann February 12, 2018

I'm using JIRA Cloud and don't have any plugins. I plan to create two new custom fields (e.g. Ease of Development and Business Impact) which will each have numeric values (1 through 4). I'd like to create a 3rd custom field that simply sums those two numbers for display/reporting/sorting.

Is this possible in JIRA Cloud without a plugin/add-on?

If a plugin is needed, which one? Any suggestions on how to actually do this would be greatly appreciated! I'm not a programmer and am by no means a JIRA expert.

Thank You.

2 answers

1 vote
iDa Khoshvaght
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 22, 2024

You can build a Jira automation rule to add the value of two fields. You can refer to How to sum up attribute value of multiple assets in an Assets objects field and update it to another Jira field with Automation for the same.

0 votes
Dave Theodore [Coyote Creek Consulting]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 12, 2018

Native functionality will not do this.  We typically implement this using the Jira Workflow Toolbox and a post function that allows you to run an arithmetic function. I am not aware of any way to do this in Cloud. 

Beth August 21, 2018

Simple <3

Suggest an answer

Log in or Sign up to answer