Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

tickets created yesterday only - JQL

Szymon Pochopien June 21, 2022

Hi

I am looking to check if my query fits my requirements correctly. I need to check tickets were created yesterday only, not today breached their SLA:

Will this give me the correct results?

created > -1d AND "Time to Resolution" = breached()

 

 

2 answers

2 accepted

2 votes
Answer accepted
Sreenivasaraju P
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.
June 21, 2022

Hi @Szymon Pochopien ,

You can try below query. I hope this query may help you.

created < startOfDay() AND created >= startOfDay(-1) and "Time to Resolution" = breached()

Szymon Pochopien June 22, 2022

Thank you for your quick reply, have a nice day:)

Like John Funk likes this
0 votes
Answer accepted
John Funk
Community Champion
June 21, 2022

Hi Szymon,

That should work. Give it a try and see. 

Szymon Pochopien June 22, 2022

Confirmed, thank you:)

Like John Funk likes this

Suggest an answer

Log in or Sign up to answer