redmine_create_file
Attach a previously uploaded file to a Redmine project using its upload token.
Instructions
Add a previously uploaded file to a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Upload token returned by redmine_upload_file | |
| filename | No | Filename to use | |
| project_id | Yes | Project ID or identifier | |
| version_id | No | Version ID to associate the file with | |
| description | No | File description |