Hello, i'm trying to search test execution for test case names. In advanced search is there a way to search using wildcards (partial name of the test case)?
Example:
This search returns the value
name ~ "692379_CONFIGURE NEW HIRE CONTRACTUAL ILLNESS FOR ORANGE CONTRACT"
but if I'm trying to search for just
name ~ "692379*" i'm not able to search using wildcard.
Hi @Ryan Beffa
There is a known issue when searching with the star wildcard https://confluence.atlassian.com/jirakb/using-wildcards-in-jql-search-leads-to-errors-1180140317.html
So in order to bypass this constraint, you have to include more letter on your search, e.g.:
name ~ "692379_CONFIGURE NEW HIRE*"
or more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.