Please can you assist , I have 2 numeric custom fields on an issue and I want to multiple the values and insert the result in a "total" numeric field.
The numeric fields are "Rate" and "Qty", the rate is set but when a user inputs the "Qty value I want the field "rate" to multiple by the "Qty" and push the value in a field called total.
Can this be done in automation?
Hi Bronwyn,
Here is an example of one I use. Just replace the / with *
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got it working like this:
For more information about the possible mathematical operations automation can perform, check out this documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much for this i have tried the way you suggested however get the following error:
Error parsing template: Failed to close '=' tag
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found my error
Thank you it worked perfectly, I appreciated your assistance :)
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.