-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Dashboard - Dashboards & Gadgets
-
7
-
Minor
-
3
Issue Summary
Pie chart where the statistic type is based on an Assests Object field returns error 500 when no data is returned from the filter.
Steps to Reproduce
- Create a new Assets Objects type field
- Add it to issue types, make sure you do not add values
- Add Pie Chart to dashboard
- Set the Statistic type to the new field
- Save the Pie chart.
- Error returned:
Can not zip unordered stream `lhs`."
Expected Results
Returns with NONE 100%

Actual Results

{
"message": "Can not zip unordered stream `lhs`.",
"status-code": 500,
"stack-trace": ""
}
Request URL:https://your-domain.atlassian.net/rest/gadget/1.0/statistics?filterId=<filter_ID>&statType=customfield_<field_ID>
Request Method:GET
Status Code:500 Internal Server Error
Workaround
Steps:
As alternative add or use the Work item Statistics gadget
- Add the Work item Statistics gadget
- Apply same Filter and Statistic Type as in Pie Chart configurations
- mentioned in
-
Page Loading...