1
0
-1

Hi,

Theres is Private-Public connection. Now both sides are syncing. I want local side only create issue in destination side and remote side only can update fields. Is there any way to limit issue creation from remote side?


Regards

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Try in your incoming sync


      if (firstSync) {
         // do not create local issues
         return
      }



      1. GG

        Hi,


        Thanks 

      CommentAdd your comment...