Searching AND on multiple tags

If I have some issues with the "Round" tag and some issues with the "Red" tag, there doesn't seem to be a way to search for all of the issues that are both Round and Red.

"tag: Round,Red" gives me (red || round).  Is there no way to see (red && round)?
0
2 comments
Hello Mlinke,

Unfortunately, it's not implemented yet, but it's a very popular feature request http://youtrack.jetbrains.com/issue/JT-10400 , please vote and leave comments.

Thank you.
0

As I found this comment in my Google search -  this issue is resolved:

https://www.jetbrains.com/help/youtrack/standalone/Search-Query-Grammar.html#search-query-grammar-examples

tag: A and tag: B

Returns a list of issues that have both tag 'A' and tag 'B'. The query is resolved as an 'A and B' expression.

 

0

Please sign in to leave a comment.