You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am using the Calculated Number Field to calculate a sum based on the values of a Cascading Select List. I am using the following code in a Calculated Number Field:
<!-- @@Formula: var casOption1 = issue.get("customfield_14001").get(null); var casOption2 = issue.get("customfield_14001").get("1"); var WouldHave = "Would Have"; var GeneralFeedback = "General Feedback"; int casval1 = 0; int casval2 = 0; int progress = 0; var value1 = casOption1; log.error("The value for the first option is " + value1); var value2 = casOption2; log.error("The value for the second option is " + value2); if (casOption1.equals(WouldHave)) { casval1 = 1; } if (casOption2.equals(GeneralFeedback)) { casval2 = 2; } int progress = casval1 + casval2; return progress; -->
In the logs I get:
2017-05-22 11:23:17,347 http-nio-8080-exec-19 uri:/jira/secure/ProjectIssueNavi...%21issueViewWithSidebar.jspa username:ericv ERROR ericv 683x237003x1 ajkb4x 10.84.131.145,10.84.32.19 /browse/FBI-177397 [c.i.jmcf.fields.CalculatedNumberField] The value for the first option is Would Have 2017-05-22 11:23:17,348 http-nio-8080-exec-19 uri:/jira/secure/ProjectIssueNavi...%21issueViewWithSidebar.jspa username:ericv ERROR ericv 683x237003x1 ajkb4x 10.84.131.145,10.84.32.19 /browse/FBI-177397 [c.i.jmcf.fields.CalculatedNumberField] The value for the second option is General Feedback
It seems like the code is correct but the IF statements (casOption1.equals(WouldHave)) and (casOption2.equals(GeneralFeedback)) are not setting the value in casval1 or casval2 even though the logs are saying these are equal to what I have specified.
Is there anything special that needs to be done with these IF statements for cascading select lists? Thank you.
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events