jira_read_attachment
Fetch a Jira attachment by its ID and retrieve its content. Handles images as blobs and other files as base64, while returning metadata for files larger than 500KB.
Instructions
Read a specific Jira attachment by ID. Returns the attachment content (images as blob, other files as base64). Files larger than 500KB will return metadata only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachmentId | Yes | The attachment ID (e.g., 10041) |