redmine_download_attachment
Download a Redmine attachment by ID to your local filesystem. Get the saved file path for reading or processing.
Instructions
Download a file attachment from Redmine to the local filesystem. Use redmine_get_issue first to see available attachments and their IDs. Returns the local file path so you can read or process the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_dir | No | Directory to save the file in (default: /tmp/redmine_attachments) | |
| attachment_id | Yes | The Redmine attachment ID (visible in redmine_get_issue output) |