othos_ticket_create
Creates a ticket in a specified column with title, optional description, priority, and due date. Automatically converts Markdown or plain text descriptions to TipTap JSON.
Instructions
Create a ticket in a column. 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 |
|---|---|---|---|
| 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. | |
| columnId | Yes | ||
| priority | No | Medium | |
| order | No | If omitted, server auto-uses the next order for this column. | |
| isSubTicket | No | ||
| parentTicketId | No | ||
| dueDate | No | ISO 8601 string (example: 2026-03-27T18:00:00Z). |