-
Type:
Suggestion
-
Resolution: Duplicate
-
Component/s: Dashboard - Dashboards & Gadgets
-
None
-
1
Summary
Take the Jira Recently Created Chart gadget as an example. The gadget generates a subset JQL search when a user clicks on the chart's bars in raw format instead of using search filter ID and date scope.
In certain cases, the JQL link generated is too long causing the browser to hit "413 Request Entity Too Large".
The subset JQL should be created using the filter ID and date scope. For example:
(filter IN ("Filter ABC")) AND created >= 2014-01-01 AND created <= "2014-12-31 23:59" AND resolution = Unresolved
- relates to
-
JRACLOUD-76393 Request too large for Dashboard gadget with too many issue keys
-
- Closed
-