Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create a Filter than can show all the Active Sprints from a Project

Stefan Mitu September 5, 2024

Right now it shows all active sprints and also closed sprints that also had the task. 

Ex: is sprint 1 had task 1 and the sprint was closed and task 1 was moved in sprint 2 - it will show both sprints in the list even if Sprint 1 is now closed, and Sprint 2 is active.

 

Thank you in advance.

2 answers

1 accepted

0 votes
Answer accepted
Jack Brickey
Community Champion
September 5, 2024

Hi @Stefan Mitu , you can query for "issues" in active sprints using the following JQL.

project = abc and sprint in opensprints()

Stefan Mitu September 5, 2024

hello there. As i mentioned in the description: it shows also closed sprints that had the issue at one point.

Jack Brickey
Community Champion
September 6, 2024

Hi @Stefan Mitu , so what I offered will show only issues in open sprints. If an issue was in a previous sprint but incomplete and rolled into a future sprint that is now active that issue is included. If you are asking for those issues that are in an ope sprint but exclude any issue that were in now closed sprints then try the following.

project = abc and sprint in opensprints() And sprint not in closedsprints()

 

Like Stefan Mitu likes this
Stefan Mitu September 9, 2024

@Jack Brickey That worked. Thank you very much!

0 votes
Prachi Bolar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 5, 2024

Hi @Stefan Mitu ,

Welcome to Community,

We had an issue yesterday where the details from old sprints where also visible. It should be resolved now.

The below queries should help you

  1. Create a filter using the following JQL and save it.  The query will get all issues that are in an open Sprint:
    sprint in openSprints() ORDER BY Rank

project = JRA AND sprint in openSprints() will give you all issues that are associated with the current active sprint.

 

Thank you,

Prachi

Stefan Mitu September 9, 2024

Thank you!

Suggest an answer

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

Atlassian Community Events