List attachments of an issue/MR
gitlab_list_attachmentsList attached files and screenshots from issue, merge request, or epic descriptions and comments, providing ready-to-use URLs for reading attachments.
Instructions
Scans the description and comments of an issue, merge request or epic and returns every attached file/screenshot with a ready-to-use URL for gitlab_read_attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iid | Yes | Issue/MR iid (or epic iid) | |
| group_id | No | Group id or path — required when target_type is `epic` | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| target_type | Yes | What to scan | |
| include_notes | No | Also scan comments (default true) |