getIssueJournal
getIssueJournalRetrieve a full Redmine journal entry when getIssue returns a compressed or shortened version. Use issue and journal IDs to access the unaltered complete record.
Instructions
Retrieve one known issue journal entry in full, without response compression. Use after getIssue when its compression notes report a dropped or shortened journal and provide the journal ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | ||
| journalId | Yes | Journal entry ID; from getIssue journals |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| user | No | ||
| notes | No | Free-text note. Empty when the entry only carries field changes. | |
| details | No | Field-level changes recorded in this entry. Raw form — use issue history endpoints for resolved values. | |
| createdOn | No | Timestamp the entry was recorded, ISO-8601. |