Below is where I need assistance. In the Expression block, I can not create a RICE formula with {reach}*{Impact}*{confidence}/{effort}. I also show that I created fields for these parameters. Impact score and effort parameters are already created.
I've trying to insert the expression formula that I want:
{Reach} * {Impact} * {Confidence} / {Effort}
The "*" is not recognized per https://support.atlassian.com/jira-product-discovery/docs/expression-based-formulas/
Thanks
@Terry Neff I can't say where/how/why things fail on you, but I can say that we have a very similar formula in place, and for several fields, e.g. "{Reach} * {Improve} ... / {effort}", and it is working, just fine.
I also tried to create a new field using a similar custom formula - works as well.
Maybe you have to reach out to the Atlassian team to find out whether there is an issue that affects your cloud instance ...
P.S.: just like Chris wrote, your first screenshot looks as if you're not filling out the expression field, but only the name field. Do you get a similar message, when you actually enter your formula? What does it say?
Hi @Terry Neff , can you please share a screenshot for when you've typed the formula - what the app shows? the screenshot you shared just shows the placeholder text we have as an example for what you could type in that field.
Everyone - It's work now.
The solution was to type it in Notepad + then copy/paste to Expression field.
@Terry Neff the system wouldn't let you type directly in the Expression field?
I could type in the field but would not recognize the "*". Example - {Reach} * , once the "*" was added, it would say "Invalid expression". This also happen with "/" also.
I see.
While you are typing, the UI tries to validate your formula as you go.
So, for example:
"{Reach" --> invalid
"{Reach}" --> valid
"{Reach} * " --> invalid
"{Reach} * {Im" --> invalid
"{Reach} * {Impact}" --> valid
We'll see if we can improve that so it's clearer.
First off let me say I think it's a great product and just what we need for our team.
Was a little surprised it didn't do RICE scoring out of the box as I thought that had been showcased at one of the big events, maybe something for a future iteration?
Anyway just thought I'd explain how I achieved this (to align with this Intercom blog) for anyone who might read this thread in future.
The first thing to note is that you can't use the default Impact, Confidence, and Effort fields as they don't work with the formula in the way we need them to. However they still have their purposes for quick visualisation, on matrix views, and other formulas that use weighted score for example.
Additionally Select type fields can't be used as they don't allow for fractions of numbers in the weighting.
So steps are as follows:
Expression again is:
{Reach (R)} * {Impact (I)} * {Confidence % (C)} / {Effort (E)}
When you've done all the above you should end up with something like this.
Hopefully someone finds this useful! :)