jira_changelog
Retrieve the change history for a JIRA issue, including author, timestamp, and changed items, in YAML format.
Instructions
Get the change history for a JIRA issue. Returns YAML with one entry per change (author, timestamp, items). 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). |