redmine_upload_file
Attach an uploaded file to a Redmine project's Files module using its upload token from redmine_upload_attachment.
Instructions
[Alpha] Add an already-uploaded file to a Redmine project's Files module. First call redmine_upload_attachment to get an upload token, then pass that token here to associate the file with the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ||
| filename | No | ||
| project_id | Yes | ||
| version_id | No | ||
| description | No |