attach_file_to_issue
Attach a local file to a Redmine issue in a single call, uploading and linking it automatically. Specify the issue ID and file path to complete the attachment.
Instructions
Attach a local file to an issue.
Uploads the file and links it to the issue right after — the two steps Redmine's API requires, in a single call.
The path is resolved on the machine running this MCP server.
Args: issue_id: issue ID. file_path: full path of the file on the server's machine. description: attachment description, shown next to its name. comment: note to add to the history along with the attachment. file_name: display name in Redmine (empty = use the file's own name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| issue_id | Yes | ||
| file_name | No | ||
| file_path | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |