Forums

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

JQL for Created vs Resolved

Jeniffer Kamaraj May 9, 2025

Hi team, 

Can I know the JQL for Created vs Resolved in a month for multiple project? Or single project

1 answer

1 accepted

3 votes
Answer accepted
Walter Buggenhout
Community Champion
May 9, 2025

Hi @Jeniffer Kamaraj,

There is not really a JQL for created vs resolved. What you can do, is add a created vs resolved gadget on a Jira dashboard and simply add a Jira project as the source for the gadget.

This will then display issues created and resolved lines on the chart, based on the created and resolved dates of the issues in your project.

Instead of a single project, you can also add a filter as the gadget source. Again, that should only include the list of projects you want to report on. The gadget takes care of the rest.

Hope this helps! 

Jeniffer Kamaraj May 9, 2025

Okay this helps . 

But if i want to do filter for single project, may I know the JQL if I pull out within a month data ?

 

Walter Buggenhout
Community Champion
May 9, 2025

Suppose you want to pull all issues that were created or resolved during the previous month, you can do something like this:

(created >= startOfMonth(-1) AND created <= endOfMonth(-1)) OR
(resolved >= startOfMonth(-1) AND resolved <= endOfMonth(-1))

But, honestly, that filter will do nothing but give you a list of issues. The chart allows you to group the data by day / week / month / quarter or even year, like this:

Screenshot 2025-05-09 at 22.06.44.png

 

Jeniffer Kamaraj May 9, 2025

Thanks! Helps alot

Suggest an answer

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

Atlassian Community Events