When a comment is added with multiple inline attachments (images for example), these images are synced across with the same file name - i.e. image.png.
The comment on Jira side will only show a single image multiple times.
Example:
Azure DevOps:
Jira Cloud:
Both attachments are shown in the attachment list:
When looking at the incoming sync, Exalate does show both attachments with different IDs:
The incoming comment body differentiates between the two image.png files:
Question for everyone. Is it possible to update the incoming config on Jira side to rename the attachments in the format of:
attachment.id + attachment.filename
?