nexus_list_bugs
Retrieve and filter bugs or cards for a Nexus project by status, severity, or assignment to AI.
Instructions
Get all bugs/cards for a project with optional filtering
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID or slug | |
| status | No | Filter by status: BACKLOG, TODO, IN_AI_DEV, IN_DEV, IN_REVIEW, NEEDS_VERIFICATION, DONE, BLOCKED, CANCELLED | |
| severity | No | Filter by severity: LOW, MEDIUM, HIGH, CRITICAL | |
| assignedToAI | No | Filter bugs assigned to AI | |
| limit | No | Maximum number of bugs to return |