Forums

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

How do I search for a fixed text string in field 'Summary'?

Lena Nyberg December 14, 2015

This question is in reference to Atlassian Documentation: Search syntax for text fields

We want to search the field 'Summary' for a text string with a specific string of words in the exact order of e.g. "exact string". This search gives combinations of exact and string in various Summary fields:  summary ~ "exact string".

How do we do it to have the desired result?

 

4 answers

1 vote
Vasiliy Zverev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 14, 2015

Ok, then try Try JQL statement: summary = "exact string"

Jacob Hargrave
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!
October 10, 2017

When I trun this I get the error:

"The operator '=' is not supported by the 'summary' field."

0 votes
Lena Nyberg December 14, 2015

And that does not work. This is the message: 'Error in the JQL Query: Expecting either 'OR' or 'AND' but got 'Exposure”'. (line 1, character 38)'

This query: project = GPI AND summary = ”Single exposure" get following message : Error in the JQL Query: The quoted string has not been completed. (line 1, character 49)

Anyone sees where the problem is? How can I search for two words in the exact order???

Bartosz Sulima
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!
March 20, 2020

Have You found the answer because I'm having the same issue? Is there any way to search for exact string using only jql?

0 votes
Lena Nyberg December 14, 2015

We have tried: summary ~ "exact string" which is what you suggest. We do not get the results with only "exact string" in that exact set up. We get combinations with "exact" and "string" where string sometimes comes before "exact" aso.

We only want the EXACT "exact string". Is there a way to do this?

0 votes
Vasiliy Zverev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 14, 2015

Try JQL statement: summary ~ "test"

Jacob Hargrave
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!
October 10, 2017

As Lena said in a separate post, we have tried: summary ~ "exact string" which is what you suggest. We do not get the results with only "exact string" in that exact set up. We get combinations with "exact" and "string" where string sometimes comes before "exact" does.

We only want the EXACT "exact string". Is there a way to do this?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events