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?
Community moderators have prevented the ability to post new answers.
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
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!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.