When pulling closed tickets for my team I get no issues but when I add my SLA counter ("Time to customer resolution" > elapsed(2h45m)) the query doesn't pull any tickets. I have verified that I have tickets that have elapsed that 2h45m window as well.
When I remove the part in my query about the tickets needing to be closed I get results but they aren't what I need because I need Closed tickets that have elapsed the "Time to Customer Resolution" SLA.
Can you paste your exact JQL here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project = "IT Help Desk" AND status = Closed AND resolutiondate > startOfDay(-1) AND resolutiondate < endOfDay(-1) AND assignee = ataylor and "Time to customer resolution" > elapsed("2h45m")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please post a ticket you are expecting to have returned by the query? Make sure to redact any sensative info.
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.