Hi!
I want to search for Issues where someone has added an order number to the text in title or description etc.
All our order numbers start with "RITM" - for example "RITM1234567".
However when I try searching using the following JQL:
Text ~ RITM
The search only returns Issues where the standalone work 'RITM' exists, not where the letters 'RITM' for part of a longer piece of text - e.g. RITM1234567
Is there an out of the box way to get Jira to return a search for Issues that contain the letters 'RITM' as part of a longer string of text?
Thanks!