Script Help

Alyson Briscoe May 14, 2020

Hi There 

 

im trying to do a script for cloning an issue when a one of 2 values is selected from a drop down custom field 

I cant seem to get the script correct - could anyone help?

 

result=true

if (cfValues['Does this ticket require any further action or monitoring?'].getValue() == "Yes, monitoring is required")

if (cfValues['Does this ticket require any further action or monitoring?'].getValue() == "Yes, a permanent fix is required")  {

result= false;

}

return result;

0 answers

Suggest an answer

Log in or Sign up to answer