get_issue
Retrieve full details of a single GitLab issue using the project namespace, repository path, and issue IID. Access issue state, labels, and description.
Instructions
Get details of a specific issue in a GitLab repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| issueIid | Yes | The IID of the issue to retrieve |