hi, i want to filter all tests that are not in any testsets.
We defined, that all tests need to be added to a testset, so that they can be used again.
I even would like to put the filter on a dashboard, so that no tests get lost.
is this possible?
ty
Hello,
We used this filter to easily identify test cases that do not have a test suite.
project = XXX AND issuetype = Test AND issue in testsWithNoTestSet()
I hope this is what you need.
Kind regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.