1
0
-1

Hi,


When syncing from Jira cloud to Github cloud, I'm trying to add to the existing set of Github labels and not replace them completely. Is there any way to do this?


Thanks,

Tomer

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Not sure whether this works, but I think you can use 

      issue.labels = issue.labels + replica.labels

      instead of 

      issue.labels = replica.labels


      https://docs.idalko.com/exalate/display/ED/How+to+synchronize+issue+labels

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Sim Hua Soon - you're correct. I've accepted your answer. My mapping was not set up correctly: I simply needed to do the above on the Github side as an incoming rule (instead of trying to do this on the Jira side as an outgoing rule). Thanks!  

        1. Sim Hua Soon

          Hi Tomer, 

          Glad it was helpful (big grin)

        CommentAdd your comment...