Forums

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

Number of breached tickets for the past 7 days

Albert Manuel
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.
April 29, 2022

Hi,

I am trying to figure out how to pull SLA data on breached tickets. I want to know breached tickets at the start of each week from the previous week.

I do not want to put a ticket creation date parameter on this because some of our SLAs are a month or two long [depending on priority]. I just want to know the total number of breached tickets for the past 7 days for example.

Is this possible? Is there any JQL trick?

Thanks

1 answer

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
April 29, 2022

Hi @Albert Manuel ,

you can do that defining a your own report based on a specific filter that containg "created > startOfWeek() "

So create a report, add a series and add a filter by condition. Something like this :

Immagine.png

Hope this helps,

Fabio

Albert Manuel
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.
April 29, 2022

@Fabio Racobaldo _Catworkx_as i said in the initial request I do not want to use the created date parameter on this because some of our SLAs are a month or two long

Fabio Racobaldo _Catworkx_
Community Champion
April 29, 2022

Hi @Albert Manuel ,

JIra doesn't store the breached event time so you can't do that. There's an open request for that https://jira.atlassian.com/browse/JSDSERVER-174 and it could be usefulf for put in place a JQL as per your needs.

Fabio

Suggest an answer

Log in or Sign up to answer