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 an extended issue.
i am syncing between two custom fields from azure devops to jira. using below incoming and outgoing.
one of them works and the other doesnt. both are custom fields. and values are also exactly the same for the list.
Business Risk works, but not subscriber impact. Any suggestions please?
Azure devops column:
Jira: column:
Azure Outgoing
replica.customFields."Business Risk" = workItem.customFields."Business Risk"
replica.customFields."Subscriber Impact" = workItem.customFields."Subscriber Impact"
Jira Incoming
issue.customFields."Business Risk".value = replica.customFields."Business Risk"?.value
issue.customFields."Subscriber Impact".value = replica.customFields."Subscriber Impact"?.value
Data is going from azure but JIRA side the remote data is empty.