Calculated number field question

Neeta Dubey July 21, 2014

Hi All,

I got this below article which helped me in calculating difference between two number fields however my requirement is little advanced.

https://innovalog.atlassian.net/wiki/display/JMCF/JIRA+Misc+Custom+Fields

i would be having two select list select list A and select B

in select A i will have options like LOC a ,LOC b and LOC c where LOC a =100, loc b =200 and Loc c=500

similar options in select list B

Dasboard A, Dashboard B and dashboard C

where Dash board A=100, Dash board B = 200 and Dash board C= 500

Expectation:

there should be some variable in the back end which stores respective value of each LOC and helps in getting the final output.

so users would be selecting "LOC A" and "Dashboard B" and "final output" will display a numeric value: 300.

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
July 21, 2014

You will have to develop a calculated field type by yourself. Checkout https://developer.atlassian.com/display/JIRADEV/Creating+a+Custom+Field+Typefor a small example.

Suggest an answer

Log in or Sign up to answer