The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Searching a summary field having underscore

geniebuilder
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 4, 2017

I have Story with summary XX_54_GCSE1234_TEST I want to search the story using advanced search or JQL

please help me this is very urgent

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Rachel Wright
Community Champion
December 4, 2017

Hi @p,

You can use the following JQL to find that issue:

summary ~ "XX_54_GCSE1234_TEST"

Since the Summary (issue title) field uses a "like" search (ex: "~") you can also search for part of the string you provided.  Example:

summary ~ "XX*"
summary ~ "TEST"

The fuzzy search doesn't always return what you want though, so you'll have to play with it if the above doesn't help.  I don't know much about the logic when special characters are present.  Maybe someone else in the Community can comment further.

Also, you can't use "=" with the Summary field.

Hope this helps,

Rachel Wright

TAGS
AUG Leaders

Atlassian Community Events