redmine_update_journal
Update the notes of an existing Redmine journal entry. Supports replacing notes with Markdown text or clearing them entirely.
Instructions
Edit an existing journal entry's notes in place.
Requires Redmine 5.0+. Use redmine_get_journals to find the
journal_id to edit.
Args: journal_id: numeric journal id. notes: replacement note text. Pass an empty string to clear the note (deletes the journal if it has no field-change details). Use actual newline characters for multi-line notes, not backslash-n escape sequences. Redmine renders notes as Markdown.
Honors REDMINE_MCP_READ_ONLY. The API user can only edit their
own notes unless they have the edit_issue_notes permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| journal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |