Hey all!
I have two custom fields of the type select list. I have to multiply the value of those two fields into a new 3rd field. I created two variables and saved the select list value there to be able to calculate them. Somehow it doesn't work...
Hi @Brian Trepto ,
For reference you can take a look here.
But this should do it:
{{Wahrscheinlichkeit.multiply(SchadenMax))}}
First, your math expression in the edit is missing one of the curly brackets. Those should appear in pairs, so try updating that.
Next, when using text values and variables in math expressions, rules sometimes need help with the type conversion. To do that, please use the asNumber function to convert them before, or as part of, the math expression. Please look here for more information on that: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-text-fields/#asNumber
Kind regards,
Bill
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.