redmine_edit_journal
Update the note text of an existing journal entry on a Redmine issue. Retrieve the journal ID via redmine_get_issue, then replace the comment with new notes.
Instructions
Edit the text of an existing journal (comment/note) on a Redmine issue. Use redmine_get_issue first to find the journal ID you want to edit. Only the notes text can be changed. Requires Redmine 5.0+.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | The replacement note text (this Redmine instance renders standard Markdown: use backticks for inline code, **bold**, etc., not textile @...@) | |
| journal_id | Yes | The journal entry ID to edit (visible in redmine_get_issue output) |