Forums

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

JQL for Created vs Resolved

Rahul
Contributor
May 25, 2023

I need bugs created and bugs resolved in last 30 days. Need a jql for this

3 answers

2 votes
Hana Kučerová
Community Champion
May 25, 2023

Hi @Rahul ,

please try something like:

type = Bug AND created >= -30d

 And:

type = Bug AND resolved >= -30d 
0 votes
Danut M _StonikByte_
Atlassian Partner
May 26, 2023

Hi @Rahul

A Reported vs Resolved chart might be better than JQLs.

image.png

If so, see our blog article for how to add it to your dashboard: A powerful Reported vs Done chart for Jira dashboards.

Thank you,

Danut M. 

0 votes
Manoj Gangwar
Community Champion
May 25, 2023

Query for Created:

project = "Your Project" and type = Bug and createdDate >= startOfMonth() and createdDate <= endOfMonth()

Query for Resolved:

project = "Your Project" type = Bug and resolutionDate >= startOfMonth() and resolutionDate <= endOfMonth() and resolution = Done

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events