Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-30976

The summary (~) operator doesn't work correctly on JIRA 5.2.x

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Low
    • None
    • 5.2.2
    • None

    Description

      Steps to reproduce

      For example, search this issue (https://jira.atlassian.com/browse/JRA-5379) in issue navigator:

      There is an underscore in the summary (OS_CURRENTSTEP).

      So, try this JQL query :

      project = JRA AND summary ~ OS_ AND priority =
      Minor AND resolution = Unresolved ORDER BY summary ASC, key DESC

      It "works" : it returns the issue 5379

      (among other issues it should not like "OS X" which has a space but no underscore)

      Try second JQL query :

      project = JRA AND summary ~ OS_C AND priority = Minor
      AND resolution = Unresolved ORDER BY summary ASC, key DESC 

      (just add a C after the OS_)

      It does not work anymore...

      So, the bug seems reproductible on Atlassian's JIRA.

      Attachments

        1. image001.PNG
          59 kB
          John Chin
        2. image002.PNG
          20 kB
          John Chin

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ckimloong John Chin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: