The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How do I find issues created and closed in the same month?

Gajanan Sasane
Contributor
February 28, 2021

I want JQL to find all the issues which are created and closed in the same month.

 

Thank You.

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Alexis Robert
Community Champion
February 28, 2021

Hi @Gajanan Sasane , 

 

you can use the following JQL to find issues created and closed in the same month : 

 

project = XXX AND (created >= startOfMonth() and created <= endOfMonth()) AND (resolutionDate >= startOfMonth() and resolutionDate <= endOfMonth())

 

Let me know if this helps, 

 

--Alexis

Zoryana Bohutska _SaaSJet_
Atlassian Partner
February 28, 2021

Hi @Gajanan Sasane 

Optionally, you can consider the solution Dynamic Filters: JQL Replacer for Jira (created by my team). It lets create difficult requests for filtering issue lists without JQL knowelage. 

2021-03-01_9-36-39.jpg

0 votes
Joseph Chung Yin
Community Champion
February 28, 2021

@Gajanan Sasane -

As stated by @Alexis Robert JQL - You can also use the field "resolved" instead of "resolutionDate" in the JQL to get the same results.  NOTE - "resolved" and "resolutionDate" are populated when an issue's "Resolution" field is set at WF's terminal status.

Best, Joseph Chung Yin

TAGS
AUG Leaders

Atlassian Community Events