redmine_download
Download a Redmine attachment by ID and save it to a specified local path, with an optional custom filename.
Instructions
Download an attachment from Redmine and save it to a local file
Args: attachment_id: The ID of the attachment to download save_path: Fully qualified path where the file should be saved to filename: Optional filename to use for the attachment. If not provided, will be determined from attachment data or URL
Returns: str: YAML string containing download status, file path, and any error messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachment_id | Yes | ||
| save_path | Yes | ||
| filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |