Filtering by not state

Hi,

Is it possible in YouTrack to filter items by not having a state?.. for example I wanted to search for all bugs which are not fixed

Thanks,

Lee.

3
5 comments
Official comment

Thanks for sharing!

Just in case, here you can learn more about the #Unresolved search keyword: https://www.jetbrains.com/help/youtrack/incloud/Search-and-Command-Attributes.html#unresolved

Lee,

Yes, it's possible. You can exclude issues from search results by using '-' operator, e.g. "for: me -fixed"

As for your particular example, if you search for all issues that are not fixed you can use two queries:

1. To find all issues which have any state but 'Fixed', your query should be -Fixed

2. If you want to find all unresolved issues (that is, issues with states 'Submitted', 'Open', 'In Progress'  or 'Reopened'), use the following query:

state: Unresolved 

or just

#Unresolved

Hope that helps

3

Thanks a lot, thats great :-)

0

thanks a lot from me too !

0

 
 
 

(#{Assigned to me} or ...) and -Done   Worked for me

0

Please sign in to leave a comment.