DevelopersAPI referenceTasksAttachments
List an issue's attachments
Newest first. Each url points at the public presigned-redirect route.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/issues/497f6eca-6276-4993-bfeb-53cbbbba6f08/attachments"{ "attachments": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "url": "string", "filename": "string", "contentType": "string", "size": 0, "created": "2019-08-24T14:15:22Z" } ]}List an issue's activity history
Property-change entries, oldest first, capped at 500, with the actor embedded. from/to hold raw values (ids, numbers, dates) that clients resolve for display.
Upload a file (multipart, "file" field, ≤15MB)
multipart/form-data upload to R2. Any linked issue (directly via issueId, or via the target comment's issue) must belong to the caller's org (else 404). 400 when the file is missing or larger than ~15MB; 501 when storage is not configured. Returns 200 (not 201).