Get Board
board_getRetrieve a Yandex Tracker agile board by its ID to inspect its settings, columns, issue filter, estimation field, and working calendar.
Instructions
Get a single Yandex Tracker agile board (in russian - 'доска') with its settings, columns, the field issues are estimated by and the working calendar. autoFilterSettings is the board's own filter and tells which issues it collects - read it to learn which queue a board is about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include in the response; omit to get all. id and name are usually enough while searching - read the one board you need in full with `board_get`. | |
| board_id | Yes | Agile board identifier, as returned by the `boards_get_all` tool |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Board identifier | |
| name | No | ||
| columns | No | ||
| country | No | Country whose working calendar the board uses | |
| version | No | ||
| calendar | No | Working calendar used to count working days in a sprint | |
| createdAt | No | ||
| createdBy | No | ||
| updatedAt | No | ||
| estimateBy | No | Field the board estimates issues by, e.g. 'storyPoints' | |
| useRanking | No | Whether issues are ordered by manual ranking | |
| autoFilterSettings | No | Which issues the board picks up automatically. This is the board's filter - read it to learn which queue the board is about. |