How do I create a JQL query to filter all Test Execution that are does not have a Test Plan?
Hello,I would suggest the following JQL query :
issuetype = "Test Execution" AND issue NOT IN testPlanTests()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.