filter query for empty component

SJDerrick June 22, 2016

I need help with a query.  I have a project that has many tickets with no specified component.  About 20 tickets have components.  Now I want to add a second board to view tickets with a new component.  I need to change the filter for the original board to find tickets with an empty component field or component != ABC. 

How do I structure that query? 

 

Thanks for your help.

 

2 answers

1 accepted

1 vote
Answer accepted
Chris Dunne
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2016

Hi Sally

You could try (component is EMPTY) or (component != ABC) 

Regards

Chris

----------------------------------------------------------

GetJirified - Help and support for JIRA Admins

0 votes
SJDerrick June 23, 2016

Thank you. 

Suggest an answer

Log in or Sign up to answer