We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
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

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
            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

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

                          Created:
                          Updated:
                          Resolved:

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

                              Created:
                              Updated:
                              Resolved: