jira_changelog
Retrieve the change history for a JIRA issue, including author, timestamp, and items per change.
Instructions
Get the change history for a JIRA issue. Returns YAML with one entry per change (author, timestamp, items). The author is an Atlassian account ID — resolve it to a display name with jira_user_get. Mirrors omni-dev atlassian jira changelog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| limit | No | Maximum number of entries to return. `0` means unlimited (default 50). |