Get Board Sprints
board_get_sprintsRetrieve all sprints for a Yandex Tracker agile board, identify the currently running sprint by its 'in_progress' status, and get its ID to assign issues to that sprint.
Instructions
Get all sprints (in russian - 'спринты') of a specific Yandex Tracker agile board. The currently running sprint is the one with status 'in_progress'. Use the returned sprint id to put an issue into a sprint with the issue_create or issue_update tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include in the response; omit to get all. id, name and status are usually enough. | |
| board_id | Yes | Agile board identifier, as returned by the `boards_get_all` tool |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |