Forums

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

Filter Tasks with JQL, resolved only in the last sprint only

Eleni Zaggana
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!
December 1, 2023

How can i create a filter in JQL that will filter tasks that were resolved in the Last Sprint only? The sprint has 1 week duration

1 answer

0 votes
Walter Buggenhout
Community Champion
December 1, 2023

Hi @Eleni Zaggana and welcome to the Community!

Assuming that you have a sprint running each week, that suggests that you want to know the issues that were resolved last week and are in a closed sprint.

If those assumptions are right, you could do something like this:

Project in (<projects in your sprint board>) AND Sprint in closedSprints() AND
resolved >= startOfWeek(-1) AND resolved <= endOfWeek(-1)

Hope this helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events