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
Assignee is not getting sync from Azure Devops to Jira server. Its working from Jira to Azure Devops. Here is the code i'm trying to use.
Outgoing Sync (Azure DevOps)
replica.assignee = workItem.assignee
Incoming Sync (Jira Server)
issue.assignee = nodeHelper.getUserByEmail(replica.assignee?.email)