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

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events