list_issues
List issues in a GitLab project with optional filters for scope, state, labels, search, author, and assignee.
Instructions
List issues in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Return issues with the given scope (optional) | |
| state | No | Filter by issue state | opened |
| labels | No | Comma-separated list of labels | |
| search | No | Search issues by title and description | |
| per_page | No | Number of results per page (max 100) | |
| author_id | No | Filter by author user ID | |
| project_id | Yes | Project ID or path | |
| assignee_id | No | Filter by assignee user ID |