Hi @a855031
This is the third time you have asked this same question, and repeatedly it appears you have not tried to solve the problem yourself.
This community is a place for people with similar interests to learn, and ask for / offer help on Atlassian products. It is not a free labor pool to implement requests on demand.
I recommend pausing to read the documentation for automation and smart value expressions to learn how to solve such needs, and then experiment to build and test your rules. If you are unable to do so, please work with your leadership team to consider hiring a fulltime Jira Administrator to support your teams.
Kind regards,
Bill
To diagnose a problem with a math expression in a rule, I recommend:
Looking at that image with the error message, there is at least a missing {{/}} at the end of the expression.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @a855031
You need to look a smart values in you automation.
You also need 2 a field where the sum of the 1st 3 options is stored
See, jira-smart-values-math-expressions
If you place all this information in separate numeric custom fields
Example:
Fields
Sum Cost of delay value in automation should contain:
{{#=}}{{issue.Business Value}} + {{issue.Time}} + {{issue.Risk}}
The add an action to re-fetch issue data
Then the WSJF field should contain:
{{#=}}{{issue.Cost of Delay}} / {{issue.Size}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Error parsing template: Failed to close '=' tag; all field names are exactly in same case and also used {{/}}, Is it happening because my custom field name has /
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @a855031
Then the option would be to change the name of you custom field.
Slashes are always bad news in a name, they are usually revered in an application.
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.