upload_project_file
Upload a file to a Redmine project's Files tab using a server-side path, with optional description, version, and display name.
Instructions
Publish a file under a project's Files tab.
The path is resolved on the machine running this MCP server.
Args: project_identifier: project identifier. file_path: full path of the file on the server's machine. description: description shown in the listing. version_id: ties the file to a version (0 = none). file_name: display name (empty = use the file's own name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | ||
| file_path | Yes | ||
| version_id | No | ||
| description | No | ||
| project_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |