Building a filter "Resolved this month" or alike?

Carlos Reyes
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.
October 23, 2012

G'Day Jira Gurus,

I am using Jira v4.2.2 and wonder if I can build a filter for issues for "This Month" For instance if I can find the issues resolved this month without changing the date ranges or last particular interval. I would like a filter that adjust automatically the current month without me twaking it.

I appreciate your assistance

Cheers

Carlos

1 answer

1 accepted

3 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.
October 23, 2012

It is not possible in JIRA 4.2. From JIRA 4.3, there is a startOfMonth() function which help you to do this with JQL.

For example:

resolved >= startOfMonth()

Carlos Reyes
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.
October 23, 2012

Thanks Jobin

Suggest an answer

Log in or Sign up to answer