Attachment not present in clone event listener

We have a custom plugin developed that listens to issue changes to make certain operations with these changes. We have notice that when we make a clone operation we receive a creation event, but without the attachments of the original issue (we mark the clone attachments check). Is there a way to retrieve these attachments form the issue in the event?

Thanks,
Regards, Jose.

Hi Jose. I’ve never had a need to use it, but I imagine that you can use the com.atlassian.jira.issue.AttachmentManager to get the attachments from the cloned issue, and add them to the clone. I’m guessing a bit here, and hoping it gives you an avenue to try.