Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,124
Community Members
 
Community Events
184
Community Groups

Searching Tasks/Tickets on JIRA by Active sprints

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 Mahajan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 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

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.
Apr 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

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