I need a dynamic filter, which can show the tickets that have been closed in last sprint to create a dashboard.
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JQL can’t get you there. If you happen to have Scriptrunner you could use the following
previousSprint(board name/ID)
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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.