Forums

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

JQL to find issues that were in a status(s) during a specific date range

dave
Contributor
August 16, 2021

I am attempting to view from a JQL any issues that were in multiple statuses during a date range. 

 

(example, not actual JQL)

status WAS IN ("In Progress", "In Development") DURING 2021-07-01 AND 2021-07-14

2 answers

1 accepted

6 votes
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2021

Give this a try…

status WAS "In Progress" DURING (2021-07-01, 2021-07-14) OR status WAS "In Development" DURING (2021-07-01, 2021-07-14)

0 votes
Jessica Dendura
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 18, 2023

Status changed to ("Closed", "Done") DURING ("2023-01-01", "2023-03-31"))

 

OR

 

Status WAS IN ("Closed", "Done") DURING ("2023-01-01", "2023-03-31"))

 

 

would also work

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events