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 been able to get the comments to appear as posted by the correct user (impersonate?) on Jira from DevOps.
In the other direction (Jira>DevOps) they only show on DevOps as being posted from the Exalate user.
I've tried:
issue.comments = commentHelper.mergeComments(issue, replica){ it.executor = nodeHelper.getUserByEmail(it.author?.email) }
Also tried:
{ it.executor = nodeHelper.getUserByEmail(it.updateAuthor?.email) }
Anyone able to advise?
Thanks