list_issue_attachments
Retrieve all attachments for a specific issue by its index, returning each file's ID, name, size, download count, and direct download URL to manage or access issue files.
Instructions
List the attachments on one issue by its index. Each attachment has id (used by get/edit/delete_issue_attachment), name, size, download_count, and browser_download_url. RISK: instances can disable attachments (404 means the feature is off).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| index | Yes | Issue number | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |