list_issues
Filter and list issues by reporter and severity, with pagination support for managing tasks in a multi-agent coordination workflow.
Instructions
List issues, optionally filtered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reporter | No | Filter by reporter role code (case-insensitive). | |
| severity | No | Filter by severity (``critical`` / ``high`` / ``medium`` / ``low``). Empty = all. | |
| limit | No | Maximum number of rows (0 = no limit). | |
| offset | No | Number of rows to skip. | |
| lang | No | Kept for 0.5.4 parity; currently unused. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |