2
1
0

How can i sync in attachment to internal comments in Zendesk ?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Sure! You can set the internal property in the attachment from the incoming script:

      replica.addedAttachments = replica.addedAttachments.collect{it.internal = true; it}
      issue.attachments = attachmentHelper.mergeAttachments(issue, replica)


      Also it would be possible to detect from Jira if the attachment was included in a private or public comment, so you can decide where to set it on zendesk.


      Best regards,

      Juan

      1. Mikael Bohlin

        Hi,


        works now.


        Thank you


      CommentAdd your comment...