Contents
Get Issue Attachment
Downloads issue’s attachment file.
Role
Administrator
Normal User
Reporter
Guest Reporter
Method
GET
URL
/api/v2/issues/:issueIdOrKey/attachments/:attachmentId
URL parameters
Parameter Name | Type | Description |
---|---|---|
issueIdOrKey | String | Issue ID or Issue Key |
attachmentId | Number | Attachment file ID |
Response example
Status Line / Response Header
HTTP/1.1 200 OK
Content-Type:application/octet-stream
Content-Disposition:attachment;filename="attachment.doc"