get_issues
Retrieve issues from a GitLab project to monitor tasks, track progress, and manage development workflows. Specify project path and optional pagination.
Instructions
Get issues from a specific GitLab project (read-only)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| first | No | Number of issues to retrieve | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |