How to search for all issues that don't have any tags? Jetbrains Created March 13, 2023 14:51 I'd like to find issues that were created that need to be tagged, but weren't.
Hi!
Users can create private tags that are only visible to them, so there is no query to get untagged issues, I'm afraid. However, you can use the `tag: -name_1, -name_2` query to get all issues that don't have particular tags.