Originally asked by ben friedman on 27 November 2020 (original question)
Hi,
in the ZD incoming i have these:
issue.attachments = attachmentHelper.mergeAttachments(issue, replica)
issue.comments = commentHelper.mergeComments(issue, replica){it.internal = true}
however, when an attachment is being added in an internal comment on JSD, it goes into a public message on ZD. the text of the comment goes private, but the file, is public.
Please advise how to resolve.
Thanks
Ben