How to find first day 12:00am to second 12:00 am issues by JQL?
Hi @何梦
You could use a JQL like;
updated >= startOfDay() and updated <= endOfDay()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.