1
0
-1

1 answer

  1.  
    1
    0
    -1

    To do this please send the assignee from the Source side like this

    replica.assignee       = issue.assignee


    Then you need to add the assignee as a watcher on the target like 

    issue.watchers += nodeHelper.getUserByEmail(replica.assignee.email)


    Thanks!


      CommentAdd your comment...