Get Issues
gitlab_get_issuesFetches GitLab issues from a specific project or globally, with pagination and optional filters for project, group, author, action, and state.
Instructions
Get issues for a project or globally (paginated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| type | No | The type of to-do item. | |
| state | No | The state of the to-do item. | |
| action | No | The action to be filtered. | |
| group_id | No | The ID of a group | |
| author_id | No | The ID of an author | |
| project_id | No | The ID of a project |