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
Hi
I have a two-way sync enabled via the "Script" mode and I am successful in passing all fields except one: the DevOps Work Item key back to Jira. Some details below and also zip file attached:
Incoming Server:
issue.customFields."DevOpsWorkItem"?.value = replica.key
Outgoing Server:
replica.customFields."DevOpsWorkItem" = workItem.Key
I get no errors now but the field is not passed from DevOps to Jira.