jira_download_attachment
Download Jira attachments directly to a local file by providing the attachment's content URL and a save path within the current working directory.
Instructions
Download a Jira attachment to a local file. Writes to current working directory only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_path | Yes | Local path to save the file | |
| content_url | Yes | Attachment content URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |