Get Issue Changelog
issue_get_changelogRetrieve a Yandex Tracker issue's changelog to see status transitions, field changes, and comment edits. Filter by type or field and paginate with a cursor.
Instructions
Get the change history (changelog) of a Yandex Tracker issue: status transitions, field edits (who changed what from -> to and when), comment changes and executed triggers. Returns a page of entries plus next_cursor - pass it back as cursor until it is null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional change type to filter by (e.g. 'IssueWorkflow' for status transitions). | |
| field | No | Optional field key to filter the changelog by (e.g. 'status' to only see status changes). | |
| cursor | No | Cursor for the next page: the 'next_cursor' value returned by the previous call. Leave empty for the first page. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | ||
| next_cursor | No |