jira_download_attachment
Download a Jira attachment by its ID. Fetch the issue first to obtain attachment IDs and filenames, then save the file with your chosen name.
Instructions
Download a single Jira attachment by its ID. Use jira_fetch_issue first to get attachment IDs and filenames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename to save the attachment as | |
| attachmentId | Yes | Attachment ID from the issue's attachments list |