-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
Affects Version/s: 6.3.15
-
Component/s: Project - Issues
-
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
-