gitlab_list_issues
List and filter GitLab project issues by state (opened/closed/all) with pagination, detailed labels, assignees, and timestamps. Automatically detects the project ID or allows manual input.
Instructions
List issues in a GitLab project with filtering by state (opened/closed/all), pagination support (default 20 per page), and full issue details including labels, assignees, and timestamps.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number for pagination (integer, ≥1, default: 1) | |
per_page | No | Number of results per page (integer, 1-100, default: 20) | |
project_id | No | Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided | |
state | No | Filter by issue state (string). Options: 'opened', 'closed', 'all'. Default: 'all' | opened |