Attachment API Resource
This resource is intended to work with attachments. By using it with some HTTP methods, you can retrieve information about, create, and remove them. To get a better picture of what you can do with this resource, look through the methods defined for it.
GET | /issue/{issue_id}/attachment |
Returns the list of attachments |
POST | /issue/{issue_id}/attachment |
Creates a new attachment |
GET | /issue/{issue_id}/attachment/{attachment_id} |
Returns information about the attachment |
DELETE | /issue/{issue_id}/attachment/{attachment_id} |
Deletes the attachment |
Find more details on the Attachment API resource and its methods in our documentation. Try them right from there!