I need a dynamic filter, which can show the tickets that have been closed in last sprint to create a dashboard.
Solved! Go to Solution.
With standard JQL, you can only get a list of issues that belong to closed, open, or future sprints - regardless of the board they belong to.
You can also export the issues to Excel for further processing. This works if you want to do a one-off analysis.
Standard JQL doesn't easily allow it, but you can find the results quickly using our professional indexing service JQL Search Extensions
After you install the app, you can simply search:
issue in previousSprint("ACME board")
Check out the documentation to see more examples.
I hope this helps!
Daniel
Thanks @Daniel Turczanski - JQL Search Extensions
I was looking for something free, have tried this filter
statusCategory = Done AND resolved >= "-2w 13d" AND Sprint in closedSprints()
This is solving the issue as of now.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.