I've tried this:
project = ABC and "Time to resolution" < remaining("4h")
project = ABC and "Time to resolution" = breached()
project = ABC and "Time to resolution" = everbreached()
project = ABC and "Time to resolution" > elapsed("24h")
None work. I don't get errors but I get nothing returned. I even removed the project, as we have over 100 projects (mixed Jira and JSM), and I get nothing.
Since I get nothing with "Time to resolution" > elapsed("24h"), I tried the opposite:
"Time to resolution" < elapsed("24h")
... and I still get nothing.
Help please!
You results in JQL depend on the setup of your SLA's
They also only work in combination with JSM projects.
Example:
If you Time to Resolution sla is set to 24h.
JQL: Time to resolution" >= elapsed("1h")
This will result in all issues where the SLA is trigger on and will show all the issues where the SLA time has been running for 60 minutes or more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.