Issue list search query - Get all tickets from member X without state done Follow
Good Morning ladies,
how would i make the above search query?
I tried it with
Assignee: userName and - State: Done
which seems to be wrong, just getting a No issues found
Please sign in to leave a comment.
Hello Christopher,
You need to place the minus sign before the field value (not the field name) to exclude it from the search: Assignee: userName State: -Done
You may check the detailed description of the search syntax here: https://www.jetbrains.com/help/youtrack/incloud/attribute-based-search.html#attribute-based-search-syntax
Hope this information helps. If you have any questions, please let me know.