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

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

                Created:
                Updated:
                Resolved: