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.
Hi All
We have recently purchased scriptrunner and are looking to use it for our risk matrix. Im relatively new to groovy so was hoping to get some help.
We have 2 custom fields "risk consequence" (minimal,moderate,severe) & "risk likelihood" (rare,possible,likely) which are both select list single type fields.
I have created a Scripted Field "risk rating". My risk matrix has ratings of low , medium , high.
Basically i want the rating to be calculated from the risk consequence * risk likelihood Example:
risk likelihood = rare
risk consequence = severe
rare * severe = medium (risk rating)
How would i implement something like this? Is a Scripted Field the correct approach?
Would appreciate any help/guidance
Thanks
i have built a risk assessment form based on 10 questions and used a scripted filed to calculate the risk value. It worked very well for my users.
Advice avoid allowing a None value in input select lists or check for null in your code.
my calculation was based on select index I.e 0,1,2 etc which meant select list can’t be reordered with amending the script
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.