Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.