You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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 Mauricio,
I suspect that it is not being added because the custom field is not a number type field for your select list.
Thanks for your answer John.
Is there a way to work with select lists and do the operation I mentioned?
I want to keep the field with a list of fixed values to avoid user error.
Or is there a way to make the options of the list be a number type? I don't see an option to modify this within the custom field options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to set a variable for the value in the dropdown and then use the variable field in your calculation.
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.
Great! Glad to hear it.
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.