getIssueHistory
getIssueHistoryBuild an interpreted timeline of an issue's changes, notes, and time spent per status to analyze history and status durations.
Instructions
Build an interpreted change-history timeline for one issue, including field changes, notes and time aggregated per status. Use for history or status-duration analysis; getIssue returns the full issue context and journals instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeline | No | Chronological timeline of creation and update events. | |
| statusDurations | No | How long the issue stayed in each status, derived from journal entries. |