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 trying to integrate JIRA and Azure DevOps to sync items. Most of this works, except assignee.
Assignee does work from Azure DevOps -> JIRA.
It doesn't work from JIRA -> AzureDevOps.
The call to get the user is always null, for users that exist too.
def user = nodeHelper.getUserByEmail(replica.assignee.email)
The replica.assignee.email is set to a correct email address.
"user" is always null.
I've seen in some docs that this might be because of a permission issue; but not where I should fix said permission issue.