1
0
-1

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:

workItem.comments     = commentHelper.mergeComments(workItem, replica)

And also 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

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      I don't think that comment impersonation is supported on Azure DevOps.  I will check with development and let you know

        CommentAdd your comment...