I have a filter which shows the total amount of test cases we have
project = XXX AND issuetype = Test AND labels = SQT AND Status = Accepted
I can filter out test cases which never tested by
project = XXX AND issuetype = Test AND issue in testsWithoutExecution()
But how can I filter test cases which not tested in current release/version/build?