Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

Gajanan Sasane 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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