get_change_logs
Retrieve the change history for a Jira issue to audit modifications and see what changed. Pass the issue ID or key to get paginated logs.
Instructions
Get changelogs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startAt | No | The index of the first item to return in a page of results (page offset). | |
| maxResults | No | The maximum number of items to return per page. | |
| issueIdOrKey | Yes | The ID or key of the issue. |