Forums

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

How to find Remaining Tickets

Piyushi Sharma
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 7, 2023

I will greatly appreciate if someone could help me with how to get a count of remaining tickets at the end of each month. What JQL should I apply if I use a filter? And, how to show Created vs. resolved Vs. Remaining tickets on a line graph?

2 answers

2 votes
Joseph Chung Yin
Community Champion
July 7, 2023

@Piyushi Sharma -

Welcome to the community.  In JQL, if you focus on the "Resolution" field then it will give you all the issues that is not closed -

"project = xxxx and resolution is empty"

In general for Jira/JSM, when an issue's resolution is not populated, then it means the issue is still not completed.  NOTE - when an issue resolution is not populated, the internal representation of the null value on resolution field is "Unresolved".  When an issue moves into the terminal WF status (i.e. Done or Closed), the resolution field will be populated by default via the WF.

You can just use the "Created vs Resolved" gadget in the dashboard to see the data in a line graph.

Hope this helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Technology Applications Team

Viasat Inc.

2 votes
Evgenii
Community Champion
July 7, 2023

Hi, @Piyushi Sharma 

Created issues:

project = ZZZ AND created >= startOfMonth()

Resolved:

project = ZZZ AND created >= startOfMonth() AND resolution IS NOT EMPTY

Not resolved

project = ZZZ AND created >= startOfMonth() AND resolution IS EMPTY

Suggest an answer

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

Atlassian Community Events