-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Analytics
-
None
-
Minor
Issue Summary
The 'All time' date range option in Confluence Analytics is misleading as it only supports data up to 1 year (365 days). Selecting this option triggers a backend API error ("Date range more than 1 year not allowed") and displays a generic failure message to the user.
Steps to Reproduce
- Navigate to any Confluence Space.
- Go to Space Settings -> Analytics.
- Select either the Content or Users tab.
- Click on the All time date range pill/option.
Expected Results
The system should either display analytics data for the entire history of the space or the UI should accurately reflect the 1-year limitation (e.g., by renaming the option to '1 year').
Actual Results
The UI is misleading because the backend API rejects requests with a date range exceeding 365 days.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.