Skip to content

Is there a way to get the currently active sprint? #1264

Answered by sbetti02
sbetti02 asked this question in Q&A
Discussion options

You must be logged in to vote

While I wasn't able to find the answer to this directly, I was able to find the which issues are on the currently active sprint for a particular project using the search_issues client method using the following jql:

jql = f'project={project} AND Sprint in openSprints()'

This doesn't directly answer the question I had, but does get at really the heart of the answer that I needed for my use case, so I think this may be acceptable for closing this question.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sbetti02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant