redmine_update_journal
Update an existing journal comment on a Redmine issue by providing the journal ID, new notes in Markdown, and optional privacy setting.
Instructions
Update an existing journal (comment) on an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Journal ID to update | |
| notes | No | Updated journal notes/comment (in Markdown format) | |
| private_notes | No | Whether the notes are private |