-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 7.1.9
-
Component/s: Login
-
None
-
7.01
-
1
-
Severity 3 - Minor
Summary of Issue
When a user accesses their Dashboard via Dashboard.jspa after login, it is not recorded in the userhistoryitem table.
How to reproduce
- Create a new blank Dashboard in JIRA
- Log out of JIRA
- Log into JIRA
- Run select * FROM userhistoryitem order by lastviewed desc and there is no row recorded for entitytype='Dashboard' for that user.
Expected Result
An entry should be logged in the database for each and every Dashboard.jspa access.
Actual Result
There is no entry logged in the database for the Dashboard.jspa access.
Workaround
Enable the HTTP access log under Logging and Profiling. This data however is only available in the $JIRA_HOME/log/atlassian-jira-http-access.log and not in the database.