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()
It looks like you're new here. Sign in or register to get started.