Hi Team,
While searching Jira issue which are having some specific word in summary I observed some weird behaviour of text searching.
While searching for issues with summary prefix "M2B-"
{code}
issuetype = Epic AND summary ~ "M2B-*"
{code}
We get the expected list of issues starting with "*M2B-"*
&
Similarly, While searching for issues with summary prefix "GOV-"
{code}
issuetype = Epic AND summary ~ "GOV-*"
{code}
is not showing the expected result.
We are getting expected result only with below JQL
{code}
summary ~ "GOV\\-\\*"
{code}
& if we try to use the same for previous JQL
{code}
issuetype = Epic AND summary ~ "M2B\\-\\*"
{code}
We are not getting expected result.
This is really strange behavior of wild characters in JQL searching. I would request Atlassian team to investigate on this.
Regards,
Jayesh
Maybe you can find some indication in this page
https://confluence.atlassian.com/jiracoreserver073/search-syntax-for-text-fields-861257223.html
Regards
Thank for commenting out on my query. I have followed the same document.
While writing a JQL queries I have observed this weird behaviour.
Regards,
Jayesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.