Forums

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

How to filter issues with exact text ?

Rushmi September 4, 2020

When I create a filter with Application ~ UPMS 

it returns issues with application = UPMS.online, application = OEM UPMS etc etc as well

How do I use this filter to return only those issues which has Application = UPMS (only the exact text match) ?

Is there any syntax that I use to stop word stemming?

1 answer

0 votes
Sudarshan
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.
September 4, 2020

Hi,

try this JQL --> text ~ your search word

text ~ "search multiple words"

you can try contains

Here is a documentation for some help - https://confluence.atlassian.com/jiracoreserver073/advanced-searching-861257209.html?_ga=2.51414569.1063235327.1599069083-165847533.1584594684#Advancedsearching-textPerformingtextsearches

Rushmi September 4, 2020

Thanks Sudarshan. Tried that too. 

text ~ "UPMS"

test ~ 'UPMS'

everything returns text = UPMS.online, text= OEM UPMS along with text = UPMS

I just want text = UPMS

Joe Pitt
Community Champion
September 4, 2020

Try a leading and trailing space if all you want is just where UPMS appears

Rushmi September 4, 2020

text ~ " UPMS " -----  doesn't return just UPMS. Returns everything that has UPMS somewhere in the text

Thanks

Sramanth Pandeti
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.
September 4, 2020

Hi @Rushmi If you're on Jira Server, can you see if the below query works using the escaping quotes:

text ~ "\"UPMS\"~0"

 Note: The above query wouldn't work for Jira Cloud. If you have Scriptrunner add-on already installed you can try with the following function

issueFunction in issueFieldExactMatch(subquery, fieldName, regularExpression)
Like Sudarshan likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events