Forums

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

Searching for JIRAs that were OPEN and CLOSED for specific periods

Aravind Sethuraman
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!
December 24, 2019

How do I search for JIRAs that are OPEN or CLOSED for specific periods? For example, if I need to search for all OPEN JIRAs month on month for the year 2019, how do I do that?

 

 

3 answers

1 accepted

0 votes
Answer accepted
Avinash Bhagawati _Appfire_
Community Champion
December 24, 2019

Hi @Aravind Sethuraman ,

Welcome to Community !

Can you please write below JQL query like for Jan month and you can construct JQl query in same manner.

project = ABC and created >= startOfYear() AND created <= startOfYear(1m)

Thanks,

Avinash

0 votes
Aravind Sethuraman
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!
December 26, 2019

Thanks both, much appreciated for your responses! In terms of closure stats, how do I look for the closures on a month on month basis for the year 2019 and these JIRAs may have been created even before 2019 and hence not limited to 2019 created JIRAs

0 votes
Jack Nolddor _Sweet Bananas_
Atlassian Partner
December 25, 2019

Hello Aravind and Welcome,

Have you ever tried the Created vs Resolved Issues Report?

 

Regards

Suggest an answer

Log in or Sign up to answer