List issues
gitlab_list_issuesList GitLab issues for a project, group, or the whole instance with filters such as state, labels, search, and milestone.
Instructions
Lists issues for a project, a group, or the whole instance (omit project_id and group_id) with the usual filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iids | No | Fetch specific issue iids | |
| page | No | Page number (default 1) | |
| sort | No | ||
| limit | No | Cap for all_pages (default 500) | |
| scope | No | ||
| state | No | ||
| labels | No | Label names; use `None` or `Any` for special filters | |
| search | No | Free-text search in title and description | |
| group_id | No | List issues of a group instead of a project | |
| order_by | No | ||
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| milestone | No | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| confidential | No | ||
| created_after | No | ISO 8601 | |
| updated_after | No | ||
| created_before | No | ||
| updated_before | No | ||
| author_username | No | ||
| assignee_username | No | ||
| my_reaction_emoji | No |