jira_download_attachment
Retrieve and extract Jira issue attachments: return text files inline, parse spreadsheets and PDFs into structured text, and encode images or binaries as base64.
Instructions
Download an attachment from a Jira issue. Text files (txt, md, json, log) are returned inline. CSV, XLS, XLSX, PDF are parsed by Python and returned as structured text. Images and other binary files are returned as base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Jira issue key (e.g. AT-123) | |
| filename | Yes | Attachment filename as listed in jira_read_task | |
| response_format | No | Output format (default json) |