Issues tab on Project page breaks with some Project Keys

XMLWordPrintable

    • 6.03

      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

            Assignee:
            Unassigned
            Reporter:
            Ben Tolliday
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: