I'm trying to create filer to view all the issues which are due last week on the project board. Tried multiple queries that I've found online in this community as well. I'm getting few results while using this.
------
Hi Chaitanya - Welcome to the Atlassian Community!
Project = ABC AND DueDate > startOfWeek(-1) AND DueDate < startOfWeek()
Hey John, Thank you for the response.
I've tried what you have suggested, But the board is showing empty.
Is there any prerequisites fields that needs to be filled in order the results to show up. Currently I'm using just due date field in the custom fields section.
Any other fields to be filled for this to work ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey John, Thanks a lot!
The query is working. The issue I was facing is a redundant field of "Due Date" which was created and wasn't a system field (Due date) which wasn't being used. Changed that and it's working now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.