How do I create a JQL query to filter all Test Execution that are does not have a Test Plan?
Community moderators have prevented the ability to post new answers.
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.