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
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()
Thanks Jobin
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.