list_issues
Retrieve GitLab project issues filtered by state, labels, milestone, and other criteria for efficient issue management.
Instructions
Get issues for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| iid | No | ||
| state | No | ||
| labels | No | ||
| milestone | No | ||
| scope | No | ||
| author_id | No | ||
| assignee_id | No | ||
| search | No | ||
| created_after | No | ||
| created_before | No | ||
| updated_after | No | ||
| updated_before | No | ||
| order_by | No | ||
| sort | No | ||
| page | No | ||
| per_page | No |