The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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 Champions.
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

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events