-
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
-
Form Name |
---|
Hi btolliday,
This is a known issue which we have already fixed under
JRA-42216. The fix is available in JIRA 6.4.1 and aboveRegards,
Oswaldo Hernández.
JIRA Bugmaster.
[Atlassian].