I have a custom field of type checkbox, each option in the field has a value to it. I want to calculate the total count based on the values selected on another field.
Eg:
Custom Field Name: Languages (Type: checkbox)
Custom Field Values: JAVA, Python, Groovy, Ruby
As per our process each language has a value say JAVA - 2, Python - 3, Groovy - 1 , Ruby - 4
If JAVA & Groovy are checked by the user then have another custom field "Total Value (type: numeric)", then value in this field should be 3
Is there a method to do this ?
Hi,
are you on Jira Server/Data Center or Cloud? On Server/DC, you can use a third-party app such as JMCF or ScriptRunner to create a calculated field whose value will be calculated by a simple formula.
David
Hi David,
I'm on JIRA DC, we have Script runner plugin installed but aren't able to come with the script to calculate the desired output.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, I'm not familiar with ScriptRunner, I could only help you with JMCF, which uses a simplified API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.