-
Bug
-
Resolution: Cannot Reproduce
-
Low
-
None
-
8
-
Severity 3 - Minor
-
0
-
Issue Summary
When trying to load the Insight widget in a company-managed board, it won't load showing the error below:
This happens if the JQL for the board's filter is referring to the project ID instead of project KEY.
Steps to Reproduce
- Create a company-manage board
- Configure the board's filter to take the project ID, instead of key. E.g:
project = 10037 ORDER BY Rank ASC
Expected Results
The Insight widget should work fine despite the ID being used instead of the key. For saved filters, Jira replaces the project KEY with the ID when the project key changes so that it doesn't break existing filters.
Actual Results
The widget won't load, showing the same error as when the user doesn't have the "View aggregated data" permission in the project
Workaround
Replace the project ID with its KEY in the filter.