I would like to create a filter that shows me all of the Issues that were entered today. I can do that by entering yesterday's date in the 'Created After' field. But I have to change it each day.
Is there a way to enter something like %%YESTERDAY%% or "Today -1" into that field?
I know I can do it in the 'Quick Search' field with "created:today" but I was looking to create a shared filter.
You can do it like this:
created >= startOfDay()
Or if you want to find from yesterday,
created >= -1d
Duh! Of course! I was staring at the simpel filter and completely blanked out on the advanced filter. Let me find a wall to bang my head against.
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.