Is there a way to create a issue display which calculates Priority (3/2/1) / Points (1/2/3/5)?
(we're not yet interested in full https://www.scaledagileframework.com/wsjf/ calculation so aren't yet interested in https://community.atlassian.com/t5/Jira-discussions/WSJF-scoring-using-Jira-Automation/td-p/1485210/)
Hi @Greg Porter ,
Based on the article you have posted, you would create a new custom field to hold the calculated value and use smart value formulas to get the results you need.
Here's a link to the smart value math expressions:
https://support.atlassian.com/jira-software-cloud/docs/smart-values-math-expressions/
Hope this helps.
-Ben
Thank you Ben!
Should we be using a Number Field or another type of Custom Field?
In which Customer Field setup field does the Smart Value Math Expression go?
What is the smart value math expression to divide the Priority field value by the Points field value?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You welcome.
You can use a number custom field.
Just follow this link you posted and apply the match expressions:
https://community.atlassian.com/t5/Jira-discussions/WSJF-scoring-using-Jira-Automation/td-p/1485210
You would place the math expression in the automation rules something along the lines like this:
Smart value = {{#=}}{{Issue.priority|0}} / {{Issue.points|0}}
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.