redmine_attachment_upload
Upload a file to Redmine and get an upload token to attach it to issues or wiki pages via the uploads array.
Instructions
Upload a file to Redmine (POST /uploads.json). Returns upload token; attach via issue/wiki update using uploads array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| content_base64 | Yes |