yandex_tracker_client icon indicating copy to clipboard operation
yandex_tracker_client copied to clipboard

Sprint functions

Open MatthewGritsaev opened this issue 3 years ago • 1 comments

Hello, How could I get last sprint of my queue? Is it possible to get all sprints for 'MYQUEUE' queue = client.queues['MYQUEUE'] sprints = queue.sprints

MatthewGritsaev avatar Aug 27 '21 14:08 MatthewGritsaev

Hello! Sprit attached to the Board, so you can do board = client.boards[123] sprints = board.sprints

Smosker avatar Aug 27 '21 14:08 Smosker