Is there any column name or function which can me the details of all the JIRA tickets which breached SLA?
Hi,
You can create a JQL that will find all ticket with breached sla :
Time to first response = breached()
note: replace "time to first response" with whatever SLA you are looking for, e.g. "Time to Resolution" or whatever you wish. You can only do this on a single SLA at a time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.