list_issues
Retrieve project issues with flexible filters for state, label, priority, assignee, cycle, or module.
Instructions
List issues in a project. Supports filtering by state, label, priority, assignee, cycle, module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | No | Cycle UUID to filter by | |
| label | No | Label UUID to filter by | |
| state | No | State UUID to filter by | |
| module | No | Module UUID to filter by | |
| assignee | No | Assignee user UUID to filter by | |
| priority | No | Priority filter (urgent, high, medium, low, none) | |
| project_id | Yes | Project UUID |