-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 4.1.1
-
Component/s: Dashboard & Gadgets
-
4.01
-
1
-
Severity 3 - Minor
-
When you set a specific filter to be used in Issue Statistics Gadget, it doesn't work if you try to sort data by 'Total'. A error saying that the resource cannot be accessed is displayed.
![]()
Selected sort by Total on filter options.
![]()
An resource request attempt error is displayed.
Also, the following appears in the atlassian-jira.log:
WARN user 884x1554x1 mkvbh5 0:0:0:0:0:0:0:1 /rest/gadget/1.0/stats/generate [jira.jql.query.GenericClauseQueryFactory] The 'xxxx' clause does not support the = operator.
Probably it happens because there are issues returned by the filter with a custom field that was setted as the statistic type of the gadget as NONE.
WORKAROUND
- You can append to your filter query AND <customfield> is not EMPTY. It'll avoid to catch issues with related custom field as null value.