Quick filter for showing closed issues last 7 days not working

Ken Hymes August 9, 2012

Using JIRA 5.1.1 and Greenhopper 6.0.1, I'm trying to create a quickfilter that will show me the issues closed in the last 7 days. Simple enough, I thought! So the JQL I'm using is:

resolved >= -7d

I've also tried using

resolutiondate >= -7d

With either JQL, I get no results even thought I know I have 56 issues that are closed and resolution = fixed. Any ideas as to why this is not working?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

8 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
August 9, 2012

Are you sure the resolution was set on those issues in the last 7 days? Note that the rsolution might have been set when they were moved to Resolved status.

You can also try the following if you are looking for status changes.

status changed to Closed after -7d

Ken Hymes August 10, 2012

Jobin, thanks for the response. The "resolution" was set to fixed on some issues and not on others, so I'll probably need to do a bulk transition to fix those values.

I tried your suggested JQL for the quickfilter in the meantime, and it worked!! Much obliged!!