Forums

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

JQL to find status in certain date range?

Jason Chayer
Contributor
August 9, 2023

I am needing to write a JQL that shows all tasks that had a certain status (SQA) in a certain date range (e.g. 6/1/23 - 6/30/23)

1 answer

1 accepted

2 votes
Answer accepted
Kseniia Trushnikova
Community Champion
August 9, 2023

Hi @Jason Chayer,

Try this:

status was "SQA" during (2023-06-01, 2023-06-30) 
Jason Chayer
Contributor
August 9, 2023

That worked, thanks! I did not realize I had "during" as an option.

Suggest an answer

Log in or Sign up to answer