Custom Search: all issues not on a sprint
Hi all,
just wondering, is it possible to create a custom search to show all issues for a project which are NOT on a sprint. This would help us cleanup the project backlog.
Thanks,
Stefano
Please sign in to leave a comment.
Hello,
If you need to exclude the required sprint from filtering, use the excluding value syntax. For example: Board ByBoardName: -{Current Sprint} or Board ByBoardName: -{OtherSprintName}. Does it meet your requirements?
Hello Ronnie, in this case, you can simply search for issues that do not belong to this board: `has: -{Board <board name>}`.
Some more details:
https://www.jetbrains.com/help/youtrack/incloud/Search-and-Command-Attributes.html#board-name
https://www.jetbrains.com/help/youtrack/incloud/Search-and-Command-Attributes.html#has
What about not on ANY sprint (current, old or future?)
Thank you; obvious really!