Hello I am on JIRA Cloud and I would like to know if there is a way to use JQL to filter based upon time and not date. So essentially I want to see all issues created between the hours of 8am and 8pm, again without any date rage.
try this in your sql
created > startOfDay("+8h") and created < startOfDay("+16h")
I will try that, but does it not limit itself to the current date? I am looking for a few reasons, I want to back historically and look at all tickets that were opened during off hours versus business hours.
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.