---
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.ru/support/tracker/en/user/autoaction-example.md
  - https://yandex.ru/support/tracker/ru/user/autoaction-example.md
  - href: en/user/autoaction-example.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


<!-- source: en/_assets/style/image.md -->

<!-- endsource: en/_assets/style/image.md -->

# Auto update example

If you want an issue to be completed by a particular date, you can specify it in the **Deadline** field. To make sure that assignees don't forget to complete issues on time, you can use auto updates to remind the assignees a few days before the deadline.

Let's set up a daily auto update to invite the assignee to comment if the deadline is in 3 days or less.

1. Go to the settings of the queue where you want to create an automatic deadline reminder.

1. Go to **Automation** → **Auto actions** and click [**Create auto action**](https://yandex.ru/support/tracker/en/user/create-autoaction.md#section_eh1_zlr_kgb).

1. Select **Issue update** and name the auto action.

1. Set frequency to once a day.

1. Set up the condition so that the auto action is triggered on non-resolved issues (without a resolution) if the deadline is in 3 days or less. To do this, go to **When the issue matches**, select **QL query**, and set a condition in the [query language](https://yandex.ru/support/tracker/en/user/query-filter.md):

    ```
    Resolution: empty() AND Deadline: <= today() + 3d
    ```
    ![](../_assets/autoaction-example-condition.png =550x){.border-yes}

1. Set up the auto action: inviting the issue assignee to comment. For that:

    1. Under **Perform actions**, click **Add comment to issue**.

    1. Click ![](../_assets/svg/icon-call.svg)</svg> **Invite** and select **Assignee**.

    1. Write the text of your comment. You can add issue parameters to your comment by clicking ![](../_assets/svg/variables.svg)</svg> **Variables**.

   ![](../_assets/autoaction-example-action.png =700x){.border-yes}

1. Save an auto action.

This auto action will check issues in the queue once a day. If the issue is not resolved and the deadline is less than in 3 days, the assignee will be invited to comment.
