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’m getting errors on my 2 custom fields. I’ve checked the JIRA issue I wish to replicate and it does have values for each field. I should mention that these custom fields are both Select List, Single choice field types. I followed the doc for custom fields, do I need to do something different?
The sync comes back with Error type: Incoming script error - Cannot get property 'value' on null object. I checked the local payload screen and there I see both “customFields” and “customKeys” set to : {}. Do I need to do something different on either side?
Outgoing sync
replica.customFields."Product Area" = issue.customFields."Product Area"
replica.customFields."Severity" = issue.customFields."Severity"
Incoming sync
issue.customFields."Product Area".value = replica.customFields."Product Area".value
issue.customFields."Severity".value = replica.customFields."Severity".value