How can I create filter for previous Sprint

Nikhil Singh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 16, 2020

I have a very specific required to create a filter which will always display me the last closed Sprint tasks. Current functions I see are openSprints(),closedSprints() and futureSprints().

I cannot use Scriptrunnner and do not want to manually update Sprint number everytime

 

 

1 answer

0 votes
Paloma Fondon Araujo
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 15, 2021

Hi @Nikhil Singh 

To get the closed Issues of a completed Sprint, you can use the following JQL:

project = "XXX" and resolution is not Empty and Sprint not in openSprints () order by updatedDate

I'm not sure if it's what you're looking for, but I hope it helps

Greetings

Suggest an answer

Log in or Sign up to answer