Understanding tickets
Tickets are the core work items in Toots. Each ticket represents a discrete piece of work with all the context your team or coding agent needs to complete it.Ticket types
Toots supports five ticket types:- Story: User-facing features or functionality
- Task: Individual work items that contribute to a larger goal
- Epic: Large bodies of work that encompass multiple stories or tasks
- Milestone: Key checkpoints or deliverables in your project timeline
- Deliverable: Concrete outputs or artifacts that must be produced
Ticket properties
Each ticket includes:- Title: Clear, action-oriented summary
- Description: What needs to be done and why it matters
- Priority: P0 (critical), P1 (high), P2 (medium), or P3 (low)
- Status: To Do, In Progress, or Done
- Estimated effort: XS, S, M, L, or XL
- Acceptance criteria: Conditions that must be met for the ticket to be complete
- Dependencies: Other tickets that must be completed first
- Labels: Tags for categorization and filtering
Viewing ticket details
Editing tickets
You can edit tickets manually through the UI or ask the AI to make changes via the project chat.Manual editing
Edit fields
Click any editable field to modify it:
- Update the title or description
- Change the type, priority, or estimated effort
- Add or remove acceptance criteria
- Modify dependencies or labels
AI-assisted editing
You can also ask the AI to modify tickets through the project chat. See Using AI chat for details.Updating ticket status
Tickets move through three status columns on the Kanban board:Drag and drop
Click and drag a ticket card to move it between columns:
- To Do: Work that hasn’t started
- In Progress: Active work items
- Done: Completed tickets
Reordering tickets
Tickets within each column can be reordered by dragging and dropping:- Click and hold a ticket card
- Drag it to the desired position within its column
- Release to set the new order
Deleting tickets
Deleting via AI chat
You can also ask the AI to remove tickets through the project chat:listTickets tool to find the ticket by name, then call removeTickets to delete it.
Ticket dependencies
When a ticket depends on others, the dependencies are listed in the ticket detail. This helps you understand the order in which work should be completed. To update dependencies:- Open the ticket detail sheet
- Edit the dependencies field
- Enter the IDs of tickets this one depends on
["ticket-1", "ticket-3"]).
Next steps
Using AI chat
Let the AI help you modify, add, or remove tickets
Exporting tickets
Send your tickets to Jira or Linear (coming soon)