Hello Community,
I was trying to find the best way to be able to query tickets created after a specific hour,
eg. Tickets created in last month after 17h
anyone have any tips about the best approach to have something?
thank you in advance
Hi @Nuno Pimenta (ADM) , can you better explain your example? What does "in last month after 17h " mean exactly?
in the meantime let's say I wanted to find issues created after 7am today, for which I could use the following JQL...
created > startofday(7h)
Thanks Jack,
i already try the one for the current day and do the trick,
but we would like to know if there is a way to query for last month or a date range instead. Like to find issues created after 7am all days in the last month
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot do that with native JQL. Look to add-ons, e.g. powerscripts or scriptrunner or others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.