-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 11.3.0, 11.3.2
-
Component/s: Navigation - Search
-
None
-
11.03
-
Severity 3 - Minor
Issue Summary
After upgrading to Jira 11.3.x, access_logs under Jira Installation Directory gets spammed with lots of entries as below:
"GET /rest/api/2/search/error/lookup- HTTP/1.1" 204
Steps to Reproduce
- Install Jira 11.x version
- For any sample project, access a few issues at random (using <baseURL>/jira/browse/<issue-id> endpoint)
- Observe the access log file.
Expected Results
Access log entries should not contain unnecessary entries such as "GET /rest/api/2/search/error/lookup- HTTP/1.1"
Actual Results
The access log contains multiple entries of below:
"GET /rest/api/2/search/error/lookup- HTTP/1.1" 204

Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available
