Add Note to Redmine Issue
redmine_add_noteAdd a note to a Redmine issue without altering other fields. Specify the issue ID and comment text; optionally mark the note as private.
Instructions
Add a comment/note to an existing Redmine issue without changing any other fields.
Args:
issue_id: Issue ID (required)
notes: The comment text (required)
private_notes: Whether the note is private (default: false)
Returns: Confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | Comment text | |
| issue_id | Yes | Issue ID | |
| private_notes | No | Private note flag |