Searching Tasks/Tickets on JIRA by Active sprints

mega April 19, 2023

Is there a way to filter search results by sprint statuses (as in active/future/closed sprints)?

2 answers

2 accepted

2 votes
Answer accepted
Sagar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 19, 2023

Hi @mega 

Welcome to the Atlassian community

There are advance JQL functions available for Sprint like mention below

For - closedSprints()

project = "ABC" AND Sprint in closedSprints()

https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-functions-reference-939938746.html#Advancedsearchingfunctionsreference-closedSprintsclosedSprints()

For - futureSprints()

project = "ABC" AND sprint in futureSprints()

https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-functions-reference-939938746.html#Advancedsearchingfunctionsreference-fsfutureSprints()

For - openSprints()

project = "ABC" AND sprint in openSprints()

https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-functions-reference-939938746.html#Advancedsearchingfunctionsreference-openSprintsopenSprints()

You can try other options as well to build you desired query.

Let me know in case of any issues.

 

Thanks

Sagar

mega April 19, 2023

thank you @Sagar 

2 votes
Answer accepted
Valerie Knapp
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 19, 2023

Hi @mega , welcome to the community and thanks for your question.

There sure is!

You can type, Sprint in (

and these options should pop up -

image.png

and then, after you close the brackets, you could also further specify the project, issue states, whatever you need.

Hope this helps.

Cheers

mega April 19, 2023

thank you @Valerie Knapp 

Like Valerie Knapp likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events