Need a JQL for time range issues

Imdad KP July 20, 2017

How can I create a JQL,  issues that have created between 04:00 and 16:00 today.?

1 answer

1 vote
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 20, 2017


Hi! 

It can be solve your request

created >= startOfDay('+4h') and created <= startofday('+16h') 

 or this one 

created >= "2017/07/20 04:00" AND created <= "2017/07/20 16:00"

Imdad KP July 20, 2017

Thanks for that.

I would like to take report for issues that created on non-working hours for a month...

For ex: Need all issues which created only between 6pm-6am in July month.

Suggest an answer

Log in or Sign up to answer