Need JQL for the tickets opened (created) prior to 7AM and After 5pm form the beginning.

Krishna November 24, 2019

Hi All,

 

Need JQL for the tickets opened (created) prior to 7AM and After 5pm form the beginning(all available data till now) with component.

1 answer

0 votes
Ismael Jimoh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 24, 2019

Hi @Krishna Prasad Kommineni 

Jira only affords you datetime field out of the box. Hence if this were a single day, you can enter the exact datetime you want.

For example

Created >= “your date time” OR Created >= “Your date time after 5”

Else you may need to check if an addon offers such a feature by going to marketplace.atlassian.com and looking through all addons with JQL added in.

Cheers

Krishna November 24, 2019

Hi @Ismael Jimoh 

Thank you for the reply. 

Suggest an answer

Log in or Sign up to answer