2
1
0
Hi, how can i sync only internal comments from Zendesk ? Mikael B
    CommentAdd your comment...

    1 answer

    1.  
      4
      3
      2

      Hi!

      On your zendesk (or any other platform) outgoing sync, you can filter comments with:

      //Outgoing script
      replica.comments = issue.comments.findAll{it.internal}

      This would only send internal comments to the other side.

        CommentAdd your comment...