wetrack_list_tickets
List and filter tickets by project, type, sprint, status, priority, due date, assignment, or search. Retrieve paginated results in board, summary, or full view to track work and support items.
Instructions
List and filter tickets (work items and support tickets).
Args: project_id: Filter by project UUID. Comma-separated for multiple. ticket_type: Filter by type — EPIC, STORY, TASK, BUG (comma-separated). sprint_id: Sprint UUID. Pass 'null' or 'unassigned' for backlog. status_id: Status ID(s), comma-separated. priority_id: Priority ID(s), comma-separated. search: Case-insensitive search against title or summary. assigned_to_me: If true, only show tickets assigned to me. is_backlog: If true, only show backlog tickets (no sprint assigned). is_active_sprint: If true, only show tickets in the active sprint. due_date: Filter bucket — 'Overdue', 'Due Today', 'Due This Week', 'Due This Month', 'No Due Date'. sort_order: 'asc' or 'desc' (default: desc = newest first). view: Response shape — 'default' (full), 'card' (board), 'summary' (dropdown). page: Page number (default: 1). limit: Rows per page, max 100 (default: 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| view | No | ||
| limit | No | ||
| search | No | ||
| due_date | No | ||
| sprint_id | No | ||
| status_id | No | ||
| is_backlog | No | ||
| project_id | No | ||
| sort_order | No | ||
| priority_id | No | ||
| ticket_type | No | ||
| assigned_to_me | No | ||
| is_active_sprint | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |