List tasks
list_tasksList project features and bugs newest first, with filters for type, status, product, label, or search. Uses compact paginated output to keep large boards manageable, and offers full details on request.
Instructions
List features and/or bugs on a board, most-recent first. Filter by type, status, product, label, or search. Returns a compact one-line-per-ticket view by default and is paginated (limit/offset) so large boards don't blow the context budget — set compact:false for full details, and raise limit or page with offset to see more. Use get_metrics for a pure overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Filter to tickets carrying this external reference id. | |
| type | No | all | |
| label | No | ||
| limit | No | ||
| offset | No | ||
| search | No | ||
| sprint | No | Filter to tickets in this sprint (sprint:<name> label); pass "none" for tickets not in any sprint. | |
| status | No | ||
| compact | No | One-line summaries; set false for full task objects. | |
| product | No | ||
| project | Yes |