comment_on_ticket
Add a comment to a ticket using Markdown. Unlike edits, comments are not versioned, so you can safely report feedback even while someone else is editing the ticket.
Instructions
Add a comment to a ticket. Markdown in body is parsed — headings, lists and code fences all render. Comments are not versioned: this takes no version and cannot 409, so it is the one write that is always safe to make against a ticket somebody else is editing, and it is the right way to report something rather than editing the description out from under them. It is also the write a read-only key can still make — a commenter role is refused update_ticket and move_ticket with a 403 but allowed this. A ticket you cannot open is a 404. Posting does not mark the thread read on your behalf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| task_uuid | Yes | The ticket's uuid, from list_tickets, get_board or search |