jira_issues_get_changelog
Retrieve the audit history of a Jira issue to see who changed which fields and when. Ideal for tracking changes and accountability.
Instructions
Get the changelog (audit history) of an issue.
Shows who changed what fields and when. Useful for auditing. Returns: {issue_key, total, changes: [{created, author, items: [{field, from, to}]}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Issue key, e.g. 'PROJ-123' | |
| max_results | No | Max changelog entries. Default: 25 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||