Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I rank issues based on mathematical formula?

Alex Chan January 15, 2019

I would like to create a board which is automatically ranked based on fields assigned to the ticket.

 

I have three fields, each of them a 1 - 5 value:

  • Effort (1-5)
  • Value (1-5)
  • Financial Cost (1-5)

I would like to calculate the SUM of these three fields for each ticket, and then be able to rank by this SUM on a board.

This is obviously a a fundamental function in a spreadsheet - is it possible in JIRA?

2 answers

1 vote
Shawn Masters
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.
January 15, 2019

We use Abacus for Jira Cloud in our instance - being on server you have more options but by default Jira doesnt do calculations. 

Alex Chan January 15, 2019

Thanks Shawn - do you have any recommendations for free apps (since we are doing just a SUM and write to a field)?

 

Really appreciate your insight!

0 votes
Vincent Mutambuki { Mumo Systems }
Contributor
June 18, 2020

Abacus can calculate values from a select field. Using the Generic Numeric formula type, you can simply add the select fields 

Effort (1-5) + Value (1-5) + Financial Cost (1-5) = Result Field.

Then the execution plan will triggered every time issue is updated or scheduled to run a specific time. 

 

To be fancy you can even map text to numbers and Abacus will calculate

Suggest an answer

Log in or Sign up to answer