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!
No. Not at the moment. You might need to write your own JQL functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.