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
Hello,
we have Jira Service Management on Cloud and Jira Software on Server. To connect between instances we're trying to use your plugin.
Our question is: is it possible to adjust 'Excalate' user name on Cloud if we don't have user with email on it?
For users with email on both instances we used:
replica.addedComments.each { it.executor = nodeHelper.getUserByEmail(it.author?.email) }
replica.changedComments.each { it.executor = nodeHelper.getUserByEmail(it.updateAuthor?.email) }
issue.comments = commentHelper.mergeComments(issue, replica, { it })
as its described on https://docs.idalko.com/exalate/display/ED/How+to+impersonate+a+comment+in+Jira+on-premise
and its working like a charm.
But what about if we would like to have different name for non existing user.. Can new user be created like in Server and how?
Thank you for answers.