othos_ticket_update
Modify a ticket's title, description, column, priority, order, due date, or parent relationship using the Othos API.
Instructions
Update a ticket's details. Description may be TipTap JSON, Markdown, or plain text; the MCP always converts it to serialized TipTap JSON before sending it to the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | ||
| title | Yes | ||
| description | No | Optional ticket description. You can send Markdown, plain text, or a serialized TipTap JSON doc string. The MCP converts non-TipTap input to TipTap JSON before sending. If omitted, the current description is preserved. | |
| columnId | Yes | ||
| priority | No | Medium | |
| order | Yes | ||
| isSubTicket | No | ||
| parentTicketId | No | ||
| dueDate | No | ISO 8601 string (example: 2026-03-27T18:00:00Z). |