IssueAttachment.ashx |
The IssueAttachment.ashx resource provides access to raw data of an attachment.
The following HTTP operations are supported by IssueAttachment.ashx:
HTTP Operation | Description |
---|---|
GET | Returns the raw data of the specified attachment. |
Parameter | Purpose |
---|---|
AttachmentId | Specifies the id of the attachment who's data will be returned. |
The response is binary data, without any encoding. Similiar in concept to how an image file is returned by a webserver.