DevelopersAPI referenceTasksComments
Delete a comment (author-only)
Only the comment's author may delete it — anyone else in the org gets 403 ("only the author can delete a comment").
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 DELETE "https://example.com/v1/comments/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "message": "string"}Edit a comment (author-only)
Only the comment's author may edit it — anyone else in the org gets 403 ("only the author can edit a comment"). Editing sets the comment's modified timestamp (null until first edit — the "(edited)" marker).
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.