Download Attachments
jira_download_attachmentsDownload attachments from Jira issues as base64-encoded resources for access via MCP protocol without filesystem requirements.
Instructions
Download attachments from a Jira issue.
Returns attachment contents as base64-encoded embedded resources so that they are available over the MCP protocol without requiring filesystem access on the server.
Args: ctx: The FastMCP context. issue_key: Jira issue key.
Returns: A list containing a text summary and one EmbeddedResource per successfully downloaded attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123', 'ACV2-642') |