Is there a way to filter queues by calendar month?
I have a queue called Issues Created this Month which is based on a calendar month, I have to keep manually changing the created dates from eg. 1st January - 31st January to February etc. each month on each project, would be great to automate this so our queues are always up to date?
Hi,
Have you tried adding the following to your JQL?
AND created >= startOfMonth()
This should filter out issues so only the issues created since the start of this month is returned.
You need to switch to advanced mode in the field for "Issues to show" if you haven't done so already (The "Advanced" link is to the right of the field).
Hope this helps.
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.