After 5pm today >> created >= endOfDay (-7h) ??
Before 8am today >> created <= startOfDay (8h) ??
Thanks
with startofday:
After 5 pm: created > startofday("+17h")
before 8 am created < startofday("+8h")
or with endofday:
After 5 pm: created > endofday(-7h)
before 8 am created < endofday(-16h)
Thanks @Udo Brand however you cannot use '+' character in the jql. Already tried that. At the moment I am using After 5pm today >> created >= endOfDay (-7h) Before 8am today >> created <= startOfDay (8h)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use '+' but you need to put it in quotes, see my examples. However, what you are currently using works also. But does it make sense? Are you trying to find issues that where entered during non office hours?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah makes sense. Thanks mate! :) Yeah I am trying to find all the issues that are created during office hours and outside office 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.