---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
  - property: og:type
    content: article
  - property: article:section
    content: Настроить очередь
  - property: og:title
    content: Расширенный учет времени
  - property: article:tag
    content: Сборник инструкций
alternate:
  - https://yandex.ru/support/tracker/en/manager/queue-spent-time.md
  - https://yandex.ru/support/tracker/ru/manager/queue-spent-time.md
  - href: en/manager/queue-spent-time.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/tracker/en/llms.txt


# Advanced time tracking

To get more control of your [worklog entries](https://yandex.ru/support/tracker/en/user/time-spent.md), enable advanced time tracking in the queue settings.

<!-- source: en/_includes/benefits-of-extended-time.md -->
With advanced time tracking, you can:

- Edit or delete Time Spent entries without API access.
- Enable automatic tracking of the time spent.
- Add the issue progress bar.
- Change the time display format.
- Specify the time as an integer or a decimal.
<!-- endsource: en/_includes/benefits-of-extended-time.md -->

## Enable {#enable}

1. <!-- source: en/_includes/transition-page.md -->
   In the left-hand panel, click ![](../_assets/svg/queues-ni.svg) **Queues** and select a queue. {#queue}
   <!-- endsource: en/_includes/transition-page.md -->
1. In the top-right corner of the queue page, click ![](../_assets/svg/settings.svg)</svg> **Queue settings** and go to **Time Tracking**.
1. Enable **Advanced time tracking**.
1. Fill in the required parameter **Work schedule**.
1. Click **Save**.

Other settings can be configured later.

{% note info "" %}

You can switch between basic and advanced time tracking. This doesn't reset the time spent data for the issues.

{% endnote %}

## Setting up time tracking {#settings}

- **Allow the assignee to edit logged time**. Enable this option to allow users adding time entries to edit or delete them [in the **Time tracking history** window](https://yandex.ru/support/tracker/en/user/time-spent.md#records-history). By default, worklog entries can only be edited with an [API request](https://yandex.com/support/tracker/api-ref/issues/patch-worklog.html).

- **Automatically calculate spent time**. With this option, the time spent is defined as the duration between the ![](../_assets/svg/progress.svg) and ![](../_assets/svg/end.svg) [statuses](https://yandex.ru/support/tracker/en/manager/workflow-status-edit.md#status-types). Only the working hours specified in the **Work schedule** parameter are taken into account.

    {% cut "Example of automatic time tracking" %}

    > The queue has the following schedule: `weekdays, 8:00–17:00`.
    >
    > At 9:00 on Friday, June 1, the issue status changed from **Open** to **In progress**. And at 14:00 on Monday, June 4, the issue status changed to **Closed**.
    >
    > Tracker will keep track of only two time periods: from 9:00 to 17:00 on June 1 and from 8:00 to 14:00 on June 4. June 2 and June 3 will be ignored, as Saturday and Sunday are days off.
    >
    > Therefore, the issue required 14 hours to complete.

    {% endcut %}

- **Display the "Time left" field**. Enable this option and specify how much longer you plan to work on the issue. A progress bar will appear in the **Time Tracking** menu on the issue page.

- **Display the "Overall task estimation" field**. Enable this option and specify the total time you plan to spend on the issue. A progress bar will appear in the **Time Tracking** menu on the issue page.

    {% cut "How **Time left** and **Overall task estimation** values change" %}

    The **Time left** and **Overall task estimation** field values are related:

    `Time spent + Time left = Overall task estimation`

    If both values are specified, changing one will change the other by the same amount.

    {% endcut %}

- **Work schedule**. Specify the assignees' work schedules. This data is required to automatically calculate the time spent. If the suggested options don't work for you, [create a custom schedule](https://yandex.ru/support/tracker/en/manager/schedule.md).

- **Time display format**. By default, time spent is displayed as `1w 2d 3h 4m 5s`, indicating the number of business weeks, days, hours, minutes, and seconds. You can choose a different format.

- **Default time unit**. Select your preferred time unit to [enter time without time abbreviations](https://yandex.ru/support/tracker/en/user/time-spent.md#add-extended-time-spent).

#### Learn more

- [Create a report from an issue list](https://yandex.ru/support/tracker/en/user/reports.md)
- [How to track time spent on issues](https://yandex.ru/support/tracker/en/user/time-spent.md)
