According to this documentation a query such as ' issuetype = Test AND key in testsWithNoTestSet()' should return every test issue in the project that has an empty 'Test Sets' field. However this query returns nothing, even though I am sure such issues exist. I tried running a simple 'key in testsWithNoTestSet()' to no avail either. The query 'key not in testsWithNoTestSet()' seems to work though. What am I missing?
This function also does not work for me :(
Hi Douglas,
I installed the plugin my jql query returned the expected results once I configured a few aspects of the project.
The issue type "Test" must be added to an issue type scheme for a project.
An issue must exist that has the issue type "Test" and cannot be linked to the "Test Set" issue type.
If you create a new issue with issue type "Test" and then run the jql query
key in testsWithNoTestSet()
does that issue appear in the list? If not, performing a background reindex may resolve the issue as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.