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 am trying to sync severity from Zendesk to JIRA. Severity is a custom field on both sides and the options are also same(Low, Medium, High, Blocker). I have tried the following
issue.customFields."Severity".value = replica.customFields."Severity"?.value?.value
issue.customFields."Severity".value = replica.customFields."Severity".value.value
issue.customFields."Severity".value = replica.customFields."Severity".value
def remoteSeverity = replica.customFields."Severity"?.value?.value
issue.customFields."Severity".value = severityMap[remoteSeverity] ?: remoteSeverity
issue.customFields."Severity" = remoteSeverity.value
Keep getting the same error
Jira Cloud error
Field Specify a valid value for Severity: customfield_10108.