In the view Test repository I would like to see only the tests that are not yet added to a specific test-plan. How do I write the JQL-search?
I have tried the following:
but does not get any tests at all in the search-result.
What shall I write to get this right?
Best regards,
M Rydberg
Hi @M Rydberg
The best way to filter out tests that are already in a specified Test Plan is to use our testPlanTests Enhanced JQL Function. Like so:
issue not in testPlanTests("TEST PLAN KEY")
Best Regards,
Sergio
_____________
Solution Architect and Testing Advocate @Xray
Personal blog on testing, Agile, and software development: https://sergiofreire.com
Follow me on Twitter: https://twitter.com/darktelecom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.