Escaping special character in simple and advanced search doesn't work

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Low
    • None
    • Affects Version/s: 4.0, 5.2.5, 5.2.11, 6.1
    • Component/s: JQL
    • 4

      Hi,
      According to http://confluence.atlassian.com/display/JIRA040/Performing+Text+Searches?clicked=jirahelp#AdvancedSearching%28newdraftfor4.1%29-EscapingSpecialCharacters%3A\ it should be possible to search for a special character using an \ escape prefix. But in reality, it isn't.
      For example, if you are interested in finding issues with [ in the summary, and in the simple search querying for

      /[

      - nothing comes back.
      Switching to advanced search presents you with

      summary ~ "\\["

      and there is no way to edit this query and make it work.
      Using JQL escape syntax doesn't work either:

      summary ~ "\u005b"

      ->broken search

      Thanks
      Lena

      following https://support.atlassian.com/browse/JSP-69132

            Assignee:
            Unassigned
            Reporter:
            Lena Sheinman [Atlassian]
            Votes:
            22 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated:
              Resolved: