List GitLab issues
list_issuesRetrieve and filter issues from a single GitLab project using search, state, labels, and assignee criteria to support triage workflows.
Instructions
List or search issues in one GitLab project with common triage filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| scope | No | ||
| state | No | ||
| labels | No | ||
| search | No | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| order_by | No | ||
| per_page | No | ||
| milestone | No | ||
| confidential | No | ||
| updated_after | No | ||
| updated_before | No | ||
| author_username | No | ||
| assignee_username | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |