list_defects
Get all defects in a project with optional filtering by status and severity. Provide the project code to retrieve the list.
Instructions
Get all defects in a project with optional filtering by status and severity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| status | No | Filter by status | |
| limit | No | Maximum number of items (default: 10) | |
| offset | No | Number of items to skip (default: 0) |