jira_download_attachment
Download a Jira attachment to a local file using an authenticated session, returning the file path for analysis by Claude.
Instructions
Download one Jira attachment to a LOCAL file and return its path (read-only).
The download uses the server's authenticated client (token stays hidden).
Claude can then read the returned path with vision, or pass it to the
ai-multimodal skill, to analyze an image/mockup attached to the task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Issue key, e.g. 'PROJ-123'. | |
| attachment_id | Yes | The attachment id (from jira_get_attachments). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||