Forums

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

Need help . What would be JQL query to display Issue count by Severity with date?

Bala Yadlapalli March 24, 2021

Need help . What would be JQL query to display Issue count by Severity with date

 

2 answers

0 votes
John Funk
Community Champion
March 24, 2021

Hi Bala,

You might try creating your filter and then display the results in a Dashboard gadget like the Issue Statistics gadget or the Two Dimensional gadget. 

Rob Horan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 24, 2021

The problem with this approach is needing a new filter for every date

0 votes
Rob Horan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 24, 2021

Jira queries return issues, not issue counts.  What you're looking for is a report - one that very likely would require a 3rd party reporting tool.

Bala Yadlapalli March 24, 2021

Thank you.  Don't we have reporting feature on JIRA?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 24, 2021

Loads, and most of them rely on JQL for the data feed - you define a filter that returns a list of issues you want to report on, and then feed it into the report (see the project reports, the board reports and the service desk reports sections) or the dashboard gadget(s) that can represent the data from the issues in loads of different ways.

Rob Horan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 24, 2021

But which out of the box report would offer a date-based breakdown so that you get a # of issues by severity on a given day?    Wouldn't the OP need to create a new filter per day?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 24, 2021

Could do a string of dynamic ones - yesterday, yesterday - 1, yesterday -2 etc.  But also, we don't know what the "with date" really means - what is it trying to report on?

Maybe the opened vs resolved chart (one per severity?) might be of use.  Or even swap to priority and use a calendar gadget. There's quite a lot of options as to what this date might be.

I'd revert to the usual - what is the actual question being asked here?  What do you want the report to tell your users?

Suggest an answer

Log in or Sign up to answer