I Have 2 single select custom field.
Ex: Field1 : (1,2,3,4,5) as drop down values
Field2 : (A,B,C,D,E) as drop down values
Based on selection of above fields, Priority System field as to be set as defined.
For Ex: if Field1 = 1 && Field2 = A, Priority to be set as High
Filed1 = 2 && Field2 = B, Priority to be set as Medium
Filed2 = 3 && Field2 = C, Priority to be set as Low ------etc.
as a start, i have tried with following code applied at post function of create transition,
Please help me on it.
Thanks in Advance
Welcome to the Atlassian Community!
It looks like you've copied really bad code from somewhere, could you have a look through https://library.adaptavist.com instead? A simple search for priority should get you there, last time I looked, I think I saw an "update priority field from custom field" example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.