backlog_get_attachments
List all attachments on a Backlog issue by issue key or ID. Returns attachment ID, filename, size, uploader, and upload date.
Instructions
List all attachments on a Backlog issue.
Returns a table with attachment ID, filename, size, uploader, and upload date. Use the attachment ID with backlog_download_attachment to download a specific file.
INPUT:
issueIdOrKey (required): issue key e.g. "BLG-123" or numeric ID e.g. "12345"
EXAMPLE: { issueIdOrKey: "BLG-123" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | Yes | Issue key or numeric ID. Examples: "BLG-123", "12345". Use the attachment ID from this result with backlog_download_attachment. |