update_journal_note
Edit the text of an existing comment on a Redmine issue by providing the journal ID and new text. Correct or update comments in issue history.
Instructions
Edit the text of a comment already posted to an issue's history.
The journal ID is the 'id' field of each entry in 'journals', visible via get_issue — not to be confused with the issue ID.
This endpoint is marked alpha in the Redmine documentation and may not exist in older versions; a 404 usually means that.
Args: journal_id: ID of the history entry (journal). text: new text for the comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| journal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |