---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
  - property: og:type
    content: article
  - property: article:section
    content: Работать с задачами
  - property: og:title
    content: Как посмотреть историю изменений задачи
  - property: article:tag
    content: Сборник инструкций
alternate:
  - https://yandex.com.tr/support/tracker/en/user/history.md
  - href: en/user/history.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
title: How to view issue change history in Yandex Tracker
description: In this tutorial, you will learn about viewing issue change history in Tracker.
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/support/tracker/en/llms.txt


# Viewing issue change history

Any changes to an issue are saved in the **History**. To view issue change history:

1. Open the issue page.

1. Below the issue description and to the right of the **Comments** tab (selected by default), select the **History** tab.

<!-- source: en/_includes/history.md -->
The revision history saves:

* Names of the updated parameters.
* Parameter values before and after the update.
* Names of update authors.
* Date and time when the changes were made.
<!-- endsource: en/_includes/history.md -->

## Sorting entries {#change-order}

By default, entries in the revision history are listed chronologically.

To change the order of entries, click ![](../_assets/svg/new-first.svg)</svg> **Newest first** to the right of the **History** tab.

The issue comments will also be reordered.

## How to filter entries {#filters}

If your history contains too many issues, you can always hide some of them with filters. You'll see the buttons above the list of events in the **History** tab.

<!-- source: en/_includes/filters-in-history.md -->
- **Events**. All events are selected by default. You can exclude specific events from the list.

- **Period**. Set the date range for the event list.

- **Users**. Filter the list by event authors:

    - **Robots only**. The history will only show entries about robot actions.

    - **Employees only**. The history will only show entries about user actions.

    - **Select from list**. Start typing the user's name or login and select them from the list. You can add multiple users to the filter.
        The history will only show entries about actions of specific authors.

{% note info "" %}

If a history entry includes multiple events, with at least one of them matching the filter, the complete entry with all events will be shown.

{% endnote %}
<!-- endsource: en/_includes/filters-in-history.md -->

#### Managing filters {#manage-filters}

<!-- source: en/_includes/filters-in-history.md -->
Filter settings apply only to the current issue, and they reset when you refresh the page.

- To reset the settings of a single filter, click ![](../_assets/svg/remove.svg)</svg> next to the filter.

- To reset all filters, click ![](../_assets/svg/icon-clear.svg)</svg> next to the filter list.
<!-- endsource: en/_includes/filters-in-history.md -->

## Issue lifecycle chart {#diagram-cycle}

<!-- source: en/_includes/life-cycle.md -->
A chart under **History** visualizes issue [status](https://yandex.com.tr/support/tracker/en/manager/workflow-status-edit.md) updates and its lifecycle duration. Click ![](../_assets/svg/unwrap.svg)</svg> to expand the widget and see the total time the issue remained in each status.

You can also use the chart to navigate through **History**. To view a status update entry:

1. Click the status bar.

1. In the pop-up window, click the initial or final event.

You'll see the issue's date created and date updated above the issue name at the top of the page.
<!-- endsource: en/_includes/life-cycle.md -->
