list_issues
Fetch issues from a project using optional filters for assignee, status, type, priority, sprint, or keyword search.
Instructions
List issues with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by type (BUG, TASK, STORY, EPIC) | |
| search | No | Search text in title or description | |
| priority | No | Filter by priority (NO_PRIORITY, LOW, MEDIUM, HIGH, URGENT) | |
| sprintId | No | Filter by sprint UUID | |
| statusId | No | Filter by workflow status UUID | |
| projectId | Yes | Project UUID | |
| assigneeId | No | Filter by assignee UUID |