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 have a two-way sync enabled via the "Script" between Jira Server & Azure DevOps, and I am unable to sync a custom field from Jira to a custom field in DevOps.
On Jira side I have put in Outgoing Sync:
replica.customFields."Jira PBI Reference" = issue.customFields."MainPBINum"
On DevOps side I have put in Incoming Sync:
workItem.customFields."Jira PBI Reference" = replica.customFields."MainPBINum"
Also the Jira Assignee & Status Fields are not being passed to DevOps (using standard script with no modifications for these fields on both Incoming & Outgoing sides) all other fields are OK:
replica.assignee = workItem.assignee
replica.assignee = issue.assignee
It is probably something simple I am missing?
Thanks in advance for your help,
Rosie