Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
Description
As a user I can filter, via a JQL function "testsWithoutTestPlan()", all Tests not associated with a Test Plan.
This JQL function must support an optional parameter "version" that will allow the user to filter all the tests not associated with a Test Plan of a specific version (e.g. "testsWithoutTestPlan('v3.0')" would return all the tests that are not on Test Plans with fixVersion 'v3.0') .