add_attachment
Attach files to Redmine issues by supplying the issue ID, filename, and base64-encoded data. Include optional content type and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| issue_id | Yes | ||
| data_base64 | Yes | ||
| description | No | ||
| content_type | No |