Hello
Currently I update everyday attachments for list of issues in Jira using java api.
The way I’m doing it is that I delete all attachments for each issue then re add them using attachmentManager.
Is there a way where I can find delta of attachments and add/remove them the changed ones only for each issue?
Thanks,
Ibrahim