list_bugs
Retrieve and filter bug reports by status, priority, and tags to identify issues requiring attention in your project.
Instructions
List bugs with optional filtering by status, priority, and tags.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status. | |
| priority | No | Filter by priority. | |
| tags | No | Filter by tags (must have ALL specified tags). | |
| project_path | No | Path to project directory (defaults to cwd). |