Hi there!
I have two JQL statements that searches for a specific time frame.
1) Created = Between 16:00 and 01:00 every weekday
created >= startOfWeek("+1d") AND created <= startOfWeek("+6d")) AND (created >= startOfDay("+16h") AND created <= startOfDay("+25h"
2) Created = Between 01:00 on a Saturday morning and until 01:00 on a Monday morning
created >= startOfWeek("-1d") AND created <= startOfWeek("+2d") ) AND (created >= startOfDay("+1h")
I'm unsure if the "til 1:00 on a Monday" is even possible? Suggestions are more than welcome! :)
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.