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)?
"tag: Round,Red" gives me (red || round). Is there no way to see (red && round)?
Please sign in to leave a comment.
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.
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.