Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-67019

Strange behavior with Contains operator when Text is separated from Number with an Underscore

XMLWordPrintable

      Steps to reproduce

      1. create an issue with this Summary: abc_def_123_ghi_jkl
      2. run this JQL: summary ~ abc
        -> FOUND
      3. run this JQL: summary ~ def
        -> NOT FOUND
      4. run this JQL: summary ~ ghi
        -> NOT FOUND
      5. run this JQL: summary ~ jkl
        -> FOUND

      It looks like that, if a word contains a Text separated from a Number with an Underscore, searching for that specific Text does not work.

      Searching with a Text not separated from a Number with an Underscore, however, works.

            Unassigned Unassigned
            htemp Heitor T (Inactive)
            Votes:
            26 Vote for this issue
            Watchers:
            40 Start watching this issue

              Created:
              Updated:
              Resolved: