Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We have a JIRA text string that contains two dashes. I have tried just about all of the suggested ways in the JIRA On-line help to search for the string, but no luck. The latest search I tried was a simple search using OCCB\-DR\-180 but it didn't work. Any help or insight would be greatly appreciated.
Hello fobel,
you can also search the string in Simple Searching Pane by covering the string with double quotes.
PFA
You need to put the value in double quotes and use the tilde (~) operator e.g.textfield_name ~ "OCCB-DR-180"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my JIRA 5 works fine without any escaping. E.g. the following JQL query returns proper results
summary ~ OCCB-DR-180 OR description ~ OCCB-DR-180 OR comment ~ OCCB-DR-180
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.