redmine_add_attachments
Attach multiple files to a Redmine issue by providing its ID and absolute file paths. Uploads and links files automatically.
Instructions
Add one or more file attachments to an existing Redmine issue. Files are uploaded and automatically attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The Redmine issue ID to attach files to | |
| file_paths | Yes | Array of absolute file paths to attach to the issue |