redmine_get_journals
Retrieve the structured journal entries for a Redmine issue, including user, timestamp, notes, and field changes.
Instructions
Return the structured journal entries for an issue.
Args: issue_id: numeric Redmine issue id.
Each journal entry has id, user, created_on, notes
(the comment body if any), and details (a list of field-change
records). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |