---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
  - property: og:type
    content: article
  - property: article:section
    content: Управлять задачами с помощью Agile-доски
  - property: og:title
    content: Покер планирования
  - property: article:tag
    content: Сборник инструкций
alternate:
  - https://yandex.com.tr/support/tracker/en/manager/poker.md
  - href: en/manager/poker.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.com.tr/support/tracker/en/llms.txt


# Planning poker

In [agile development methodologies](https://yandex.cloud/en/blog/posts/2022/10/agile-and-project-management), development teams use [Planning Poker](https://en.wikipedia.org/wiki/Planning_poker) for issue evaluation. Each planner provides an independent evaluation of the effort needed to complete the issue by assigning Story Points to it. After that, the planners announce their evaluations, discuss them, and arrive at a final evaluation. Planning Poker usually uses special cards numbered according to the selected evaluation scale.

In Tracker, you can use boards in Planning Poker mode to collaborate on workload estimation.

{% note warning "" %}

Planning Poker is enabled by default on boards with a **Backlog and sprints**. If you want to estimate issues using Planning Poker on a **Basic board**, [enable a backlog on it](https://yandex.com.tr/support/tracker/en/manager/backlog.md#add-backlog).

{% endnote %}

## Estimating effort for issues {#section_estimate}

1. To switch to poker mode, open your board and click **Planning poker** in any of its tabs.

1. In the window that opens, copy the poker link and send it to other team members. The poker page will list all the users who followed the link.

1. There are several ways to add an issue to a poker:
   * Drag the issue to the poker from a sprint or the backlog.
   * Click ![](../_assets/svg/actions.svg)</svg> → **Add to poker** on the issue card.

1. Select the appropriate score for the issue and wait until other planners assign their values: you should see the green check mark in the card of each of them.

1. Click **Show values**. The scores chosen by the other users appear under their names.

    The final score will be [calculated automaticall](#section_calc)y and then saved in the **Estimate** field. You can change this value if needed.

1. Click **Set an estimate** to finalize the score. The score value from the **Estimate** field is copied to the **Story Points** field in the issue, and the issue disappears from the poker page.

## Configuring the estimation scale {#section_scale}

The estimation system used in planning poker usually includes Fibonacci numbers and similar number sequences. To change the scoring system:

1. Open your board and click **Settings** → **Poker** in the top right corner.

1. To add a number to the scoring system, enter it in the **Deck of estimates** field.

1. To remove a number from the scoring system, click ![](../_assets/svg/remove.svg)</svg>.

1. Click **Save**.

## Configuring how the final score is calculated {#section_calc}

You can select how the values assigned by planners will affect the final effort estimate for your issues. To do this:

1. Open your board and click **Settings** → **Poker** in the top right corner.

1. Choose the calculation function in the **Calculation of final estimate** field. **Maximum value** is set by default.

1. Click **Save**.

## Hide issues with Story Points set {#hide-estimated}

To hide issues with a completed **Story Points** field in Planning Poker mode:

1. On the board, enable the display of the **Story Points** field in the ![](../_assets/svg/actions.svg)</svg> → **Card fields** menu.
1. In the top right corner, click **Settings** → **Poker** and make sure that the **Display estimated issues** option is enabled.

To see issues with a completed **Story Points** field in Planning Poker mode:

1. Open the board, click **Settings** → **Poker** in the top right corner.
1. Enable the **Display estimated issues** option.
