Micro Burndown/Burnup by Story Points widgets displaying error
Why when running Micro Burndown Story Points and Micro Burnup by Story Points reports from a newly created project area without no data in RTC 5.0.2 and 6.0, following errors are display?
ReportDesign (id = 1):
+ There are errors evaluating script "if (typeof(storyPoints) == "undefined") {
return false;
}
if (storyPoints.length == 0) {
return false;
}
...
The expected result should be an empty report without any error.
ReportDesign (id = 1):
+ There are errors evaluating script "if (typeof(storyPoints) == "undefined") {
return false;
}
if (storyPoints.length == 0) {
return false;
}
...
The expected result should be an empty report without any error.