create_ticket
Create a new ticket in a flow by providing the ticket name, flow, and ticket type. Automatically resolves IDs to simplify ticket creation.
Instructions
Create a new ticket in a flow. Accepts flow name and ticket type name — resolves IDs automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bin | No | Specific bin name or ID (overrides flow default) | |
| flow | Yes | Flow name or ID to place the ticket in (uses first/backlog bin) | |
| name | Yes | Ticket name | |
| parentId | No | Parent ticket ID to nest this ticket inside (mutually exclusive with bin/flow) | |
| ticketType | Yes | Ticket type name or ID (e.g. "User Story", "Epic", "Bug") |