Hello,
I have a custom field "Risk Value" which is a Number field.
I have created another custom field "Risk Level" which is a Text field.
I want to populate values in "Risk Level" whenever a value is entered in "Risk Value". (Event: Issue Created)
Scenario:
1. If Risk Value takes: 0-5,
Risk Level is equals to Low,
Else if Risk Value takes : 6-10,
Risk Level is equals to Moderate
Else if Risk Level is equals to High
I tried to create an event based and added some groovyy expression, but I'm not getting any result when I'm creating a new ticket.
What I have done so far:

Can anyone please advise what is wrong with the expressions or whether this is achievable?
Thanks.