kitty.ticket.create
Creates a new ticket in a project, requiring project slug and title. Optionally set description, priority, status, assignee, or parent ID to fully define the task.
Instructions
Create a new ticket in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | ||
| assignee | No | ||
| parentId | No | ||
| priority | No | ||
| description | No | ||
| projectSlug | Yes | Project slug |