Get issue
gitlab_get_issueFetch a GitLab issue's full details: description, labels, assignees, milestone, comments, and attachment/screenshot URLs. Feed those URLs to gitlab_read_attachment to view images.
Instructions
Full issue: description, labels, assignees, milestone, plus (by default) every comment and the URLs of every attached screenshot/file. Feed those URLs to gitlab_read_attachment to actually view the images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_iid | Yes | Issue iid (the #number shown in the UI) | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| include_notes | No | Include all comments (default true) | |
| include_attachments | No | Include attachment/screenshot URLs found in the description and comments (default true) |