Hey guys,
I need to perform a mathematical operation function that works like this in Automation:
{{customfield_12345}}*{{customfield_10321}}/100
I.e:
Field 12345 Multiplied by Field 10321 Divided by 100
I need to do this type of operation in JMWE, can anyone help me?
I thank!
Hey guys,
I found a solution here, follow it:
{{ issue.fields.customfield_10293 * issue.fields.customfield_10321 /100 }}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.