Details
-
New Feature
-
Status: Gathering Interest
-
Resolution: Unresolved
-
None
-
None
-
None
Description
As a user, I can query unstructured Tests, using JQL, by its (Generic) Definition internal "field"/attribute.
project = DEMO and issuetype = "Test" and Definition = "selenium_sample.Login"
If possible, it would be useful to support partial searches such as:
project = DEMO and issuetype = "Test" and Definition ~ "selenium_sample"