aggregate expression with a selection list custom field

Tomas Arguinzones Yahoo December 14, 2016

Hi...I have a selection list custom field where the values represent numbers (1,2,3,4,5)....is there a way I can use a JQL like this :....issueFunction in aggregateExpression("Total","customfield.sum()")....

 

When I try to run it I get an error message 

Field  found but has no searcher. Edit it, set the searcher, and re-index

is there a way to "convert" the selection field to number so the aggregateExpression can do the sum?

 

Thank you 

2 answers

0 votes
Anna Tran October 26, 2020

Hi @Tomas Arguinzones Yahoo ,

did you find a solution for your problem?

BR

Anna

0 votes
Steven F Behnke
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.
December 14, 2016

You can add your own classes for JQL functions – Called Script JQL Functions.

If you are not comfortable with this, you may need to reach out to Adaptavist for consulting. This isn't something most people will do for free.

image2016-12-14 14:31:10.png

Suggest an answer

Log in or Sign up to answer