create_project_file
Associate an uploaded file with a Redmine project by providing its upload token, filename, and optional version or description.
Instructions
Adds a previously uploaded file to a project. Requires a token obtained from upload_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (numeric) or identifier (string) | |
| token | Yes | Upload token returned by upload_file | |
| filename | Yes | Filename for the project file | |
| description | No | Optional description for the file | |
| version_id | No | Optional version ID to associate the file with a project version |