filter for issues resolved >= one month ago

Joe Stewart May 17, 2016

I'm trying to create a filter to show all issues that were set to Resolved >= 1month prior to the current date.  I've been using the 'resolutiondate' parameter, however it looks like this function is broken.  Most of the time the search doesn't return any results (I know there are results for those searches) and other times, the results returned don't match the date and time range I've specified.

How do I use this term correctly?

2 answers

1 vote
Vijay Khacharia
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.
May 18, 2016

As I understand, you want to get the issues that were resolved in last 1 month. Below JQL does that for me.

resolutiondate >= -30d

Can you post what you tried so I can try to see what can be the problem.

0 votes
Julia Gracia September 24, 2019

Try this

resolved < startOfMonth(-1)

Suggest an answer

Log in or Sign up to answer