Download Attachments
jira_download_attachmentsDownload attachments from a Jira issue. Returns files as base64-encoded content, enabling access over MCP without needing server filesystem access.
Instructions
Download attachments from a Jira issue.
Returns attachment contents as base64-encoded content so that they are
available over the MCP protocol without requiring filesystem access on
the server. Image attachments are returned as EmbeddedResource blobs;
all other attachments (documents, archives, etc.) are returned as
TextContent carrying a base64 payload, since many MCP clients only
forward EmbeddedResource blobs for recognized image MIME types and
otherwise drop the attachment (#1419).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123', 'ACV2-642') |