Do you need to have the Integer.parseInt? I am using a similar formula and it works in mine
<!-- @@Formula: (issue.get("customfield_11885") != null ? issue.get("customfield_11885") : 0) -( (issue.get("customfield_10322") != null ? issue.get("customfield_10322") : 0) + (issue.get("customfield_10323") != null ? issue.get("customfield_10323") : 0) + (issue.get("customfield_12125") != null ? issue.get("customfield_12125") : 0) + (issue.get("customfield_12126") != null ? issue.get("customfield_12126") : 0) + (issue.get("customfield_12127") != null ? issue.get("customfield_12127") : 0) ) -->
That wasn't the problem but I just realized from looking at your code again I had missed the 2 '@' symbols. Its working now. I can credit that one to you, I have been over and over this for days now. Thank you so much.
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.