I am looking to set up a filter for issues that have been updated after a specific cut-off date.
I can see how to have a live filter that will show issues updated in the last x amount of time, however can't see a way to filter issues between a specific date and the present day.
an example of what I need is to show all issues that were updated since 10th May and today (where today remains active and automatically updates)
Hi @Patrick Chalmers & welcome to the community,
You can use:
updated >= "2024-5-10" and updated < startOfDay("+1d")
Good luck,
Rudy
Thank you!
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.