list_issues
Fetch issues from a GitLab repository, filtered by state, labels, and pagination, to quickly identify relevant project tasks.
Instructions
List issues in a GitLab repository with filtering options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number of the results | |
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| state | No | State of issues to return (e.g., opened, closed, all) | |
| labels | No | Filter by labels | |
| perPage | No | Results per page |