List tasks
list_tasksList features and bugs on a board, most-recent first, with filters by type, status, product, label, or search. Returns paginated compact one-line view by default.
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 |