redmine_upload_file
Upload a file to a Redmine project using a token from Redmine's attachment API. Associate the token with a project to add the file.
Instructions
[Alpha] Upload a file to a Redmine project. IMPORTANT: You must first upload the file using Redmine's attachment API to get a token, then use that token here to associate it with a project. See Redmine's file upload workflow for details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ||
| filename | No | ||
| project_id | Yes | ||
| version_id | No | ||
| description | No |