Custom text field search via contains

daleqq December 14, 2015

The values of the custom text field should be format

000\d{4}

(e.g. 0002345), which input by user.

I use the contains operator (~) and keyword (2345), the JQL is like

"field" ~ "2345"

No result is found. What is the problem?

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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 15, 2015

JIRA doesn't support searching on part of the word unless the words are stemmed. Check out https://confluence.atlassian.com/jira/performing-text-searches-185729616.html for more options on how text searches work.

daleqq December 16, 2015

The field has already enabled stemming, but it is not working. Seem the stemming only works with real words in languages.

Suggest an answer

Log in or Sign up to answer