I'm looking for a way to create a filter that will show me issues created >= last Thursday at 17:00 and created < this Thursday at 17:00.
Is there a way I can set the relative date (as in just last and this coming Thursday) and an exact time of 17:00?
Here you are:
1) createdDate > startOfWeek(-37h) and createdDate < endOfWeek(-37h) - issues created >= last Thursday at 17:00 and created < this Thursday at 17:00.
2) createdDate > startOfWeek(-37h) and createdDate < startOfWeek(-37h) - Is there a way I can set the relative date (as in just last and this coming Thursday) and an exact time of 17:00?
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.