Originally asked by Gautam Dama on 24 August 2021 (original question)
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.