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?
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.