Hello,
I want to setup a rule that every time a custom field changes, it will add the value of that field and another field and put the result in a third field.
The two values to add come from a custom simple select list with numerical values.
In the automation wizard I added an action that updates my third field with the sum of the two fields as such:
{{issue.customfield_13900}}+ {{issue.customfield_13901}}
The rule executes correctly but I'm not seeing the sum displayed in my field.
I'm guessing I need to add something extra to retrieve the selected value from my custom field lists?
Any help is much appreciated.
Thanks!
Hi Marko,
If the SSLPoke app that I contributed works for you, you can be sure that if JIRA were to use the same cacerts file, then it too would be able to connect. From this, I can only guess that a different JRE is being used? Can you confirm that the very same JRE path is referred in JIRA system properties?
Dear Andy,
I can’t believe I have missed that tomcat was using default jvm from jira installation bin folder… C:\Program Files\Atlassian\JIRA 4.2.4-b591\jre\bin\server\jvm.dll…and I was right there looking at it…
Please post this as an answer so I can mark it as correct one.
Thank you very much, kind regards.
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.