Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
I wrote this script based on examples, but its not working and im getting an error.
when i tried to set a constant value to the the "avo" field, it was working fine.
def leftToRightUrgency = [
// left Assignee ---> right Assignee
"דחופה" : "Emegency",
"גבוהה" : "High",
"רגילה" : "Medium",
"נמוכה" : "Low"
]
def urgency = leftToRightUrgency["IL ZD".issue.עדיפות?.value] ?: "High"
on["""avo"""].issue.customFields.urgency.value = urgency
the error message doesnt say anything specific.
please assist.