Query for open sprints but excludes very next sprint to become active

Karri Adkins
Contributor
February 14, 2025

I am tyring to write a query that includes the work in open sprints, but excludes the work assigned to the very next sprint to become active.  

This is the feedback I keep getting in research shows me this query, but the results returns the next sprint to become active:

project = "myproject" AND sprint in futureSprints() and sprint not in closedSprints()

1 answer

2 votes
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 14, 2025

Hi @Karri Adkins,

If you want the issues in currently active sprints, you would need the following:

project = MyProject AND sprint in openSprints()

Just that. Sprint in futureSprints() does exactly what you say you don't want in the result: issues assigned to sprints that have not started yet.

Hope this helps!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events