Forums

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

How can I view tickets closed in last sprint?

Radha Krishna Singh November 16, 2021

I need a dynamic filter, which can show the tickets that have been closed in last sprint to create a dashboard.

2 comments

Comment

Log in or Sign up to comment
Jack Brickey
Community Champion
November 16, 2021

JQL can’t get you there. If you happen to have Scriptrunner you could use the following

previousSprint(board name/ID)
Like Carlos Garcia Navarro likes this
Radha Krishna Singh November 29, 2021

Thanks @Jack Brickey , I was looking for a free solution.

Daniel Turczanski - JQL Search Extensions
Atlassian Partner
November 29, 2021

Hi @Radha Krishna Singh,

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

Like # people like this
Radha Krishna Singh November 29, 2021

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.

TAGS
AUG Leaders

Atlassian Community Events