Ticket Create
ticket_createCreate a ticket on the caller's board — optionally as a subticket via parent_id. Recommend degree of difficulty with effort (trivial|small|medium|large|epic) and the kind of work with action_type (strategy|implementation|research|validation|testing|coordination). The authenticated API-key UUID is stamped by the server as creator provenance; callers cannot supply or spoof it. Session/workflow ids are opaque metadata links only. New epics cannot be created already done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| effort | No | ||
| labels | No | ||
| status | No | New epics cannot be created already done; task statuses use the lifecycle authority. | |
| assignee | No | ||
| priority | No | ||
| parent_id | No | Parent ticket UUID. | |
| session_id | No | ||
| action_type | No | ||
| description | No | Open with one plain sentence saying what needs to happen and why it matters, for someone picking this up cold; put specifics and jargon after it. | |
| order_index | No | ||
| external_ref | No | ||
| effort_points | No | ||
| acceptance_criteria | No | ||
| workflow_session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |