Weird search issue using summary

Mike Shkolnik April 30, 2018

I search for:

summary ~ "SA-10"

I get:

JiraSearchIssue1.png

I search for:

summary ~ "SA-10-M"

I get:

JiraSearchIssue2.png

That last result should be included in the first shorter search but it's not. What's going on?

1 answer

1 accepted

2 votes
Answer accepted
Daniel Eads _unmonitored account_
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.
April 30, 2018

Hi Mike,

The ~ operator tries to use word stemming - things like "test" and "tester" will match a search of "testing" because they all share a common base word. Since Jira doesn't understand your summary as a word, it can't perform a word stem against it.

What you'll want to do to match the issue you show is use a fuzzy search. This uses the tilde sort of like a wildcard in your search text. You can read more about this here.

The modified JQL to match all 4 issues in your screenshot at once would be this (notice the tilde at the end of the search text):

project = YOURPROJ and summary ~ "SA-10~"

Cheers,
Daniel

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events