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 two instance of Jira a Jira server core and another Jira cloud and i need to pass the assignee from Jira server core to Jira cloud.
I was try with some scripts but i don't have result success
For example
server core in the Outgoing Sync i sue:
replica.assignee =issue.assignee
Jira cloud :
def defaultUser = nodeHelper.getUserByEmail("Proxi-user@jira.com")
issue.assignee = nodeHelper.getUserByEmail(replica.assignee?.email) ?: defaultUser
but not show the assigne from Jira server.
Someone know how to resolve this ?
Thanks
Hi Andrey Miranda,
Couple of questions
yes is a valid email address.
but I dont have the same users in both intances