Mantis SOAP API Attachments

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Num1MantisFan
Posts: 1
Joined: 23 Feb 2024, 15:24

Mantis SOAP API Attachments

Post by Num1MantisFan »

Hello,

I have recently been working with the Mantis SOAP API in Java and when I try to get attachments from issues the AttachmentData[] Array is often missing attachments. I have noticed that issues added after the creation of the issue seem to be the ones that are missing. Even in the IssueNoteData object in java (Comments in Mantis) does not have any reference to the attachment that is shown in the comment in the Mantis GUI.

I am able to access the attachments by using the mc_issue_attachment_get() and the file ID that I can get manually from the Mantis GUI but I cannot find a way to access the file ID programmatically using the API.

Has anyone else run into this issue or have any insight on how to get the missing attachments?
Post Reply