Forums

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

Breached Unassigned issues within a Specific Project

Aaron Rossman
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!
August 27, 2021

I am trying to run a search query to display all issues within a specific project that are unassigned and have breached the SLA timeframe. I have been able to identify all unassigned issues within said project along with all breached issues. 

Unassigned Search - project = x and assignee is EMPTY

Breached Search - "Time to first response" != everBreached()

 

I just cant seem to figure out how to combine them together. 

 

Example - Finding all Unassigned breached tickets within the Service Desk project. 

 

1 answer

0 votes
Jack Brickey
Community Champion
August 27, 2021

give this a try… replace abc for project and use your SLA of interest.

project = abc AND assignee is empty AND "Time to resolution" = breached() AND resolution = Unresolved

Suggest an answer

Log in or Sign up to answer