One of our teams wants to have a filter to see all the issues created between first Tuesday of previous month and first Tuesday of current month.
Is there a way to create such a filter? I planned on using created >= -30d but that wouldn't give accurate results.
Use case for this filter: Every first Tuesdays of the month, the team meets with stakeholders to discuss issues that came up between the two meetings. I do not want to create a hard coded filter to modify dates every month. Is there a solution?
I do not believe that is possible with the out-of-the-box features of JQL.
You may find the startOfMonth() or the startOfWeek() and add some days, but there is no function for the "first Tuesday of a Month" with JQL. https://support.atlassian.com/jira-software-cloud/docs/jql-functions/#startOfMonth--
As work-arounds, you could...
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.