update_journal
Edit an existing comment on a Redmine issue by providing the comment ID and new content. Requires Redmine 5.0+.
Instructions
Edits a journal (comment) on an issue. Requires Redmine 5.0+.
Args:
journal_id: Comment ID (journals[].id from get_issue response)
notes: New comment content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| journal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |