Let me start of by saying I am not a JAVA developer.
Work is requiring me to try and find a solution to adding up 5 custom fields.
I am using the JIRA Misc Custom Field add-on : https://innovalog.atlassian.net/wiki/display/JMCF/JIRA+Misc+Custom+Fields
Now I am able to bring up with a number for all 5 fields but it is not adding them in the way I need them.
Example.
Field no. 1 is = 5
Field no. 2 = 6
JMCF field = 11
Instead the field is just combing fields for it looks like this;
JMCF = 56
Here is my Formula so far:
<!-- @@Formula:(issue.get("customfield_16405") != null ? issue.get("customfield_16405") : 0) + (issue.get("customfield_16406") != null ? issue.get("customfield_16406") : 0) + (issue.get("customfield_16407") != null ? issue.get("customfield_16407") : 0) + (issue.get("customfield_16408") != null ? issue.get("customfield_16408") : 0) + (issue.get("customfield_16409") != null ? issue.get("customfield_16409") : 0) -->
<!-- @@Format: numberTool.format(value) -->
I am having a problem on the @@Format: numberTool.format(value).
How can I go about adding up these 5 fields?
Cheers
Hi @ITORDERS and welcome to the community (7 years later...),
If your question is still valid, and although Appfire bought innovalog quite a few year ago, this page might help https://innovalog.atlassian.net/wiki/spaces/JMCF/pages/141892926/Use+cases+for+custom+fields#:light_bulb_on:-Calculate-the-sum-of-two-number-field-and-round-off-the-result
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.