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 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

4 votes
Answer accepted
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

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.

1 vote
Answer accepted
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)
Radha Krishna Singh November 29, 2021

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

TAGS
AUG Leaders

Atlassian Community Events