Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprint functions #4

Open
MatthewGritsaev opened this issue Aug 27, 2021 · 1 comment
Open

Sprint functions #4

MatthewGritsaev opened this issue Aug 27, 2021 · 1 comment

Comments

@MatthewGritsaev
Copy link

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

@Smosker
Copy link

Smosker commented Aug 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants