Required exact JQL for issues created last 2 days back which should not inclusde today

srinath October 30, 2017

I would like to get exact JQL query for issues created last 2 days back on a regularly  basis and it should not include issues created on the same day. So, that I can use this filter as subscription. Please  give your thoughts on this

1 answer

3 votes
Alexey Matveev
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.
October 30, 2017

Hello,

Kindly try this JQL query

created > startOfDay(-2d) AND created < startOfDay() 

Suggest an answer

Log in or Sign up to answer