Forums

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

get tickets list with no transition to "Qualified" after 1h AFTER the creation

Guillaume Chazerans
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!
February 20, 2020

dear all

 

I know how to search any transaction changes AFTER a specific time from now.

 

Is there any possibility to search all ticket for whiches there is no transaction to specific status during the first hour AFTER the creation?

 

I would like to use this kind of request:

status changed to qualified during( created, created +1h)

 

Thanks for your help

Guillaume

 

1 answer

0 votes
Parvaneh Zand
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.
February 22, 2020

Hi @Guillaume Chazerans 

You can set SLA if  your project is a Jira Service Desk type. Start point would be the first status after creation, and stop point is 'qualified'!

you can read more here:

https://confluence.atlassian.com/servicedeskserver/setting-up-slas-939926373.html

otherwise, you need to create a Scripted Custom Field to display a calculation on an issue, I mean [for example Sum of Time to Resolutions] since the first transition, and comparing the result with 1 hour!

then simply search for requested issues by JQL.

https://community.atlassian.com/t5/Jira-questions/script-to-calculate-time-since-created-date/qaq-p/41488

Suggest an answer

Log in or Sign up to answer