list_project_issues
Retrieve issues for a GitLab project, filtering by state, labels, milestone, assignee, or iteration.
Instructions
List issues for a specific project (not group). Filter by state, labels, milestone, assignee, iteration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| state | No | Filter by state | |
| search | No | Search text | |
| labels | No | Labels (comma-separated) | |
| milestone | No | Milestone name | |
| assignee_username | No | Assignee username | |
| iteration_id | No | Numeric iteration (sprint) ID. Premium/Ultimate only. |