You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hey everyone,
we've been trying to implement a very basic, custom formula for impact scoring in our team. We are using three metrics that positively impact our score (Business value 1-5, Key Customers (weighted), Insights (amount)) and one metric that is supposed to negatively impact our score (Effort).
Is there anyway to map this without using a custom formula? It seems to us that if we only use one negative metric, it weighs 50% in our total score.
Best,
Benedict
you can either use a Weighted score formula with both positive and negative inputs,
or, if that's not working for you:
you'll soon (within a week?) be able to use negative numbers in the "positive inputs" section - we've seen some teams with more exotic needs where this would help.
The way it works with fields in the "negative inputs" section:
Normalize ( Normalize ( Positive1 ) * weightP1 + ... + Normalize ( PositiveX ) * weightPX)
/
Normalize ( Normalize ( Negative1 ) * weightN1 + ... + Normalize ( PositiveX ) * weightNX)
If you put everything in the positive inputs section and use a negative number in the positive input section, it will normalize by adding everything, including the negative number.
Sorry, I couldn't find a way to explain it in plain English in a way that made sense
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for getting back to me so quickly. I struggled with formulating my question as well so no worries, I understood your answer. We will just wait for you to release an update then!
BR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you'll soon (within a week?) be able to use negative numbers in the "positive inputs" section - we've seen some teams with more exotic needs where this would help
Upvote for that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's there already!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.