Hi
I use this in a filter to find issues with a Due date in the next week
due <= 1w AND due > now()
and I use this in another filter to show issues where the due date has passed
duedate < now()
It appears though that neither filter show issues due today. If today = the entire day I think I can see why that logically occurs, but can anyone advise how to avoid this i.e. have issues due today either in 'due in 1 week' or 'overdue'?
Stop looking :)
I added OR duedate = now() to the "due in one week" filter. Oh the shame... :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.