jira_download_attachment
Download a JIRA attachment to a local file path by supplying the attachment ID and the target output path.
Instructions
Download an attachment from JIRA to a local file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | Yes | Local file path to save the attachment | |
| attachmentId | Yes | The attachment ID (from jira_list_attachments) |