gitlab_get_issue
Retrieve detailed issue information by internal ID from GitLab. Provides title, description, state, labels, assignees, milestone, time tracking, related MRs, and metadata. Works with project-specific issue numbers.
Instructions
Get complete details of a specific issue by its IID (internal ID). Returns title, description, state, labels, assignees, milestone, time tracking, related MRs, and all metadata.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_iid | Yes | Issue internal ID (integer). Project-specific issue number (e.g., #123). Not the global issue ID | |
project_id | No | Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided |