1
0
-1

Hi,

i have a ZD/JSD integration. tickets coming from ZD should get to JSD, and updates on the related tickets,should be sent from JSD to ZD.

however, tickets will also be created on  JSD regardless. these tickets should not sync to ZD.


How can this bedone?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      To ensure that exalate won't create tickets on ZD you can do this on the top of the ZD incoming script:


      //ZD incoming script
      if (firstSync) return;

      Also make sure you don't have a trigger on the JSD side as triggers are mean to automatically exalate issues that match a query.



        CommentAdd your comment...