Hello,
How can I do a wild card search to accomplish begins with, and ends with.
For example:
The Description begins with 'ABC':
description ~ 'ABC*'
The Description ends with '*ABC':
description ~ 'ABC*'
So far, all I have seen are inherent *ABC* when I just enter:
description ~ 'ABC'
Thank you for your help!
Mike
Hi @Michael Pastore - JIRA search doesnt work that way. Kindly check this article to understand how search works https://support.atlassian.com/jira-core-cloud/docs/search-syntax-for-text-fields.
It is not fixed in cloud though. https://jira.atlassian.com/browse/JRACLOUD-6218
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.