Forums

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

Filter in Dashboards

Ana.Peskin July 19, 2022

Hello, 

I am trying to create a filter for a project to see only the current sprint. I have tried:

project = xxx AND opensprint() 

But something is wrong because it brings around 14.000 issues. 

Is this the correct JQL for filter the current sprint?

 

2 answers

0 votes
Vera
Contributor
July 19, 2022

That is the correct JQL. 

 

It sounds like you may have company-managed parallel sprints enabled on the instance. Do you see multiple active sprints in the backlog of the project?

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 19, 2022

Hi @Ana.Peskin 

Please try this JQL to reference the sprint field in the query:

project = yourProjectName AND sprint IN openSprints()

I also recommend this free online training from Atlassian as it shows how to answer such questions: https://university.atlassian.com/student/path/849533-gain-project-insights-through-jql

Kind regards,
Bill

Suggest an answer

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

Atlassian Community Events