Forums

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

a Jira query that filters all issues except errors in the "UP" and "UI" project, with status Closed

Екатерина Кушнир
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 10, 2022

a Jira query that filters all issues except errors in the "UP" and "UI" project, with status Closed and the keyword "KPI" in the Summary field, and sorts by number.

1 answer

0 votes
Mark Segall
Community Champion
August 10, 2022

Hi @Екатерина Кушнир and welcome to the community!

Some of what you're looking for sounds custom (Error issue type) and I'm making the assumption that "sorts by number" means key.  Here's my stab at it:

Project IN (UP, UI) AND status = Closed AND issueType != Error AND summary ~"KPI" ORDER BY Key

Suggest an answer

Log in or Sign up to answer