2
1
0

In Outgoing sync.... how can we get the affects version and fix version in customKeys before it goes out... 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You can add this information directly into the replica using following code



      replica.affectedVersions  = issue.affectedVersions
      replica.fixVersions       = issue.fixVersions



      If you would like to have an overview of all available fields - check 
      Issue fields available for synchronization

        CommentAdd your comment...