Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

test

vinnus
Tera Contributor

test

11 REPLIES 11

Mark Manders
Giga Patron

????


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

vinnus
Tera Contributor
if(producer.priority == 'High')  
    (current.urgency = '1') && (current.impact = '2');
will be High in the case
and for Medium
(current.urgency = '2') && (current.impact = '2');
and for low
(current.urgency = '3') && (current.impact = '3');