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

Issues tab on Project page breaks with some Project Keys

    XMLWordPrintable

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              8943b4fda27f Ben Tolliday
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: