ZQL - Search for unmapped requirements
As a user, I need the ability to search for requirements or test cases that are un-mapped within Zephyr projects and releases. - Add the ability to search both test cases and requirements for mapped or unmapped (true/false) - Make this available to search across projects and rereleasesSub-string search in testcase advanced mode search
Advanced search is not working with sub-string/word, for example, we have a name field with the value "15.15.15.15 R2R Prepare Withholding Tax return_F1515 - Display [1]". If ZQL: name ~ "15.15.15.15" we get the results listed OK If ZQL: name ~ "15.15.15" the result list is empty. It is not always possible to know the whole word in a test case name. Then you can not get the list of test cases you are looking for. This is more of an error than an enhancement request since in general web-based tools work with sub-string search. In the same way, other search functions in *Zephyr works with sub-string search. Ex in the Admin part, search for a project to the user, and in Dashboard when you search for the project. OLD ID:- ZENT-I-416