ticket-write
Create, update, and list backlog tickets with topic, content, status, and dependencies. Manage work items stored as versioned markdown files for efficient tracking.
Instructions
Write access to backlog tickets - create and update tickets for backlog items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform | |
| topic | Yes | Topic name (required) | |
| todoId | No | Ticket ID (required for update) | |
| content | No | Ticket content | |
| status | No | Ticket status | |
| dependencies | No | Ticket dependencies (array of ticket IDs) | |
| batch | No | Batch identifier |