2
1
0

Is is possible to change Exalate user (which is created automatically by the system) to another admin specified name?


Currently in comments it is shown like


Exalate

$username commented: 


Is it possible to change it to


Technical Support

$username commented: ?



    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      I'm trying to achieve the same. However I didn't manage to do it.

      The replicated comment on the Jira Cloud instance still show exalate despite I have applied the following lines in the incoming flow at the Cloud side


      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 })


      Thank you, Pas

        CommentAdd your comment...