Get Issue Changelog
issue_get_changelogRetrieve the change history of a Yandex Tracker issue, including status transitions, field edits, comment changes, and executed triggers. Supports pagination and optional filtering by field or change type.
Instructions
Get the change history (changelog) of a Yandex Tracker issue by its id: status transitions, field edits (who changed what from -> to and when), comment changes and executed triggers. Returns a page of entries plus 'next_cursor'. To fetch the next page, pass 'next_cursor' from the previous result as the 'cursor' argument; when 'next_cursor' is null there are no more pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| per_page | No | The number of items per page for cursor-paginated endpoints. May be decreased if results exceed the context window. | |
| cursor | No | Cursor for the next page: the 'next_cursor' value returned by the previous call. Leave empty for the first page. | |
| field | No | Optional field key to filter the changelog by (e.g. 'status' to only see status changes). | |
| type | No | Optional change type to filter by (e.g. 'IssueWorkflow' for status transitions). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | ||
| next_cursor | No |