Hi Dipen,
Another plugin which provides calculated custom fields is the JIRA Misc Custom Fields plugin.
For more details about how to configure such fields, you may refer to their documentation, linked below:
https://innovalog.atlassian.net/wiki/display/JMCF/JIRA+Misc+Custom+Fields
Cheers,
Danilo
Hi Danilo, Thank you - this was very helpful. My only problem is that my custom fields that I am calculating are from a drop down list that contain both numeric and alpha-numeric values, so it is concatenating the values rather than adding them. Is there a way to 1) make them add, and 2) there is only one alphanumeric value and can i create a condition that makes the code looks at it as a numeric value of my choosing? Thanks, Dipen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not with the JMCF - it requires numerics. You need the script-runner to be able to cast them correctly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Find or write a addon that can add them up. I'd use a calculated / scripted field provided by the script runner addon, but there are other options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! Do you have examples of how to sum the value of multiple fields?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Depends on which plugin you use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic, I am using the SumUp plugin, but i'm unsure how to configure it so that it adds up all the field values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, the SumUp plugin is for adding up the values for one field on many issues, not accumulating fields. If you imagine your list of issues as a spreadsheet, one row per issue and one field per column, then SumUp provides "column totals". What you're looking for is "row totals"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd use the script runner...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks - As i'm new to the Jira, are you able to provide an example script that I can use. Here is what I have: Custom Field 1 = 5 Custom Field 2 = 5 Custom Field 3 = 5 Total Custom Field = 15 Looking how to script the Total Custom Field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add a "scripted field" and have a look through https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+Fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi I am attempting to follow this thread to work through Scripted Fields via Scriptrunner.
In my project I have 3 number fields: "Amount Deposited", "Amount Spent," and "Amount Available" - Amount Available would be the Script Field.
All values for Amount Deposited are added to Amount Available. All values for Amount Spent are subtracted from Amount Available.
The Scripted Field, Amount Available, would account for all Issues/values of Amount Deposited and Amount Spent. I was hoping maybe an aggregateExpression could show this value in the Search for Issues page? At this point I am not seeing an aggregateExpression that adds and subtracts number field values.
Is such a Script Field possible?
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.