1
0
-1

I can't seem to get the Priority field to update when it changes on either the SN or the ZD side. 


I have tried 

def priorityMapping = [
// remote side priority <-> local side priority
"Critical" : "Urgent",
"Important" : "High",
"Normal" : "Normal",
"Informational" : "Low"
]
def priorityName = priorityMapping[replica.priority?.name] ?: "Normal" // set default priority in case the proper urgency could not be found
issue.priority = nodeHelper.getPriority("Normal") //priorityName)
*/

Along with many other iterations.


Any help would be much appreciated

Champ


    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Champ Yarbrough


      • What side is this code sample - ServiceNow or Zendesk
      • What field is the priority field
      • What are the allowed values



        CommentAdd your comment...