redmine_upload
Upload a file to Redmine with an optional description and receive an attachment token for attaching the file to issues.
Instructions
Upload a file to Redmine and get a token for attachment
Args: file_path: Fully qualified path to the file to upload description: Optional description for the file
Returns: str: YAML string containing response status code, body and error message The body contains the attachment token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |