Hi,
I'm using jira automation plugin and my goal is to multiply 3 number fields and assign result to fourth, what is my mistake ?
Current formula:
{{#=}}{{issue.Harm severity (after mitigation)}} * {{issue.Propability of occurence (after mitigation)}} * {{issue.Propability of harm (after mitigation)}} {{/}}
Error:
Error rendering smart-values when executing this rule:
Unknown unary operator * at character position 8: 3.0 * * 3.0
-Jouni