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

Issues tab on Project page breaks with some Project Keys

      When a project has a key that is a keyword (ie. "IS" or "OR") then the Issues screen with appear blank.

      The jql sent is something akin to
      project = OR AND resolution = Unresolved ORDER BY priority DESC, updated DESC

      This results in a bad request to the restful API.

      It needs to be changed to encapsulate the project name to prevent keyword issues:
      project = "OR" AND resolution = Unresolved ORDER BY priority DESC, updated DESC

          Form Name

            [JRASERVER-42674] Issues tab on Project page breaks with some Project Keys

            Hi btolliday,

            This is a known issue which we have already fixed under JRA-42216. The fix is available in JIRA 6.4.1 and above

            Regards,

            Oswaldo Hernández.
            JIRA Bugmaster.
            [Atlassian].

            Oswaldo Hernandez (Inactive) added a comment - Hi btolliday , This is a known issue which we have already fixed under JRA-42216 . The fix is available in JIRA 6.4.1 and above Regards, Oswaldo Hernández. JIRA Bugmaster. [Atlassian] .

              Unassigned Unassigned
              8943b4fda27f Ben Tolliday
              Affected customers:
              0 This affects my team
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: