list_issues_tool
List GitLab project issues with filters for state, labels, assignee, and search, supporting pagination.
Instructions
List issues for a GitLab project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| sort | No | Sort direction (asc, desc) | desc |
| state | No | Filter by state (opened, closed, all) | opened |
| labels | No | Comma-separated label names | |
| search | No | Search in title and description | |
| order_by | No | Order by field (created_at, updated_at, priority, due_date) | created_at |
| per_page | No | Results per page, max 100 (default: 20) | |
| milestone | No | Milestone title | |
| project_id | Yes | Project ID or path | |
| assignee_id | No | Filter by assignee user ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||