get_issue_changelog
Retrieve the chronological change history for a SonarCloud issue, showing status, assignee, and severity edits with author and timestamp, to audit its lifecycle.
Instructions
Return the change history (status, assignee, severity edits) for the given issue key.
Returns a chronological list of all changes made to an issue, including who made the change and when. Useful for auditing issue lifecycle or understanding how an issue was resolved.
Example: get_issue_changelog(issue="AXabc123def456")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | Issue key to retrieve history for (e.g., 'AXabc123def456') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||