How can I make a custom field whose value (an integer) is calculated from how the other fields were answered?

Tuan Vo August 25, 2014

I am trying to make a special priority field that would automatically generate a numerical value based on how other fields in a screen are answered.

1 answer

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 25, 2014

You will need to find or write a post-function or listener if you want to calculate and store a value for edit later. Your other option is a "derived" field which doesn't store a value and can't be edited, but will show the calculated value.

The easiest way to do this is generally to use the "script runner" plugin, as that means you can insert your code without having to write your own plugin.

Thomas Heidenreich
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.
August 25, 2014

Use the script runner to create a scripted field that displays the calculated values. Some examples are here: https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+Fields

Tuan Vo August 25, 2014

Thanks Nic and Thomas, I will install the script runner plugin and try it out. Thanks for the quick response.

Suggest an answer

Log in or Sign up to answer