Hello Jira community!
I'm trying to do something that I thought would be simple and running into an issue, hoping someone here can help enlighten me.
My goal:
What I've done:
{{issue.Story Points.minus(issue.Actual Story Points.abs)}}
The issue I'm seeing:
Workarounds I've tried:
Does anyone have any ideas around what I'm missing here, or if this is a bug?
Hi @Monica Brazelton ,
your .abs is in the wrong place in your formula. As it is now, you are applying it to the value of actual story points and not to the result of the calculation. It should be outside the curly brackets, like this:
{{issue.Story Points.minus(issue.Actual Story Points).abs}}
Hope this helps!
Yessss thank you @Walter Buggenhout! I had been staring at it for too long and was blind to my error lol. Just updated the smart value expression as you suggested and my automation is working now. I see a positive value regardless of whether 'Actual Story Points' is greater or smaller than 'Story Points'.
VERY much appreciate your help, thank you again!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline 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.