-
Bug
-
Resolution: Duplicate
-
Low (View bug fix roadmap)
-
6.3.15
-
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
- duplicates
-
JRACLOUD-65837 Creating a project using Reserved Words of JQL as project key breaks the new project navigation issue view
-
- Closed
-
Issues tab on Project page breaks with some Project Keys
-
Bug
-
Resolution: Duplicate
-
Low
-
6.3.15
-
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
- duplicates
-
JRACLOUD-65837 Creating a project using Reserved Words of JQL as project key breaks the new project navigation issue view
-
- Closed
-