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.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

JIRA Issues search by text

Jayesh Baviskar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 1, 2018

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

 

1 answer

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 1, 2018
Jayesh Baviskar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 1, 2018

Hi @Mohamed Benziane

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

Suggest an answer

Log in or Sign up to answer