We have two custom fields(Single list(single choice)). Let say X and Y
Custom field X has 20(1-20) values and Custom field Y has 3(A,B,C) values.
For a issue, if the X value is btw 1-6 then Y should be A.
if the X value is btw 7-13 then Y should be B.
if the X value is btw 14-20 then Y should be C.
We need to set the Y value based on X value. How to achieve this using automation rule?
Hi Samuel,
Have you started a rule at all yet? If so, please share that.
Otherwise, start with a trigger for Field Value Changed. Then select custom field X.
Then add a Condition for If/Else block
For the first IF, use JQL with
"Custom Field" <= 6
Then add a New Action for Edit Issue. Select custom field Y and put the value of A.
Continue to add two more IF statements and two more actions.
Online 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.