jira_download_attachment
Download a Jira attachment to a local file by providing its content URL and a save path. The file is saved in 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 |
|---|---|---|---|
| content_url | Yes | Attachment content URL | |
| save_path | Yes | Local path to save the file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |