Given:
I have a process with process instances that have all the same startDate
When:
I create a report and group by StartDate with automatic interval
Then:
The report evaluation fails with a 500 error :
"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No [ranges] specified for the [rangeAggregation] aggregation"},{"type":"illegal_argument_exception","reason":"No [ranges] specified for the [rangeAggregation] aggregation"}]
Expected:
There should be a result with one date bucket
This is the controller panel for Smart Panels app
Group by Start/End Date With Automatic interval fails if there is just one unique date value among all instances
Given:
I have a process with process instances that have all the same startDate
When:
I create a report and group by StartDate with automatic interval
Then:
The report evaluation fails with a 500 error :
"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No [ranges] specified for the [rangeAggregation] aggregation"},{"type":"illegal_argument_exception","reason":"No [ranges] specified for the [rangeAggregation] aggregation"}]
Expected:
There should be a result with one date bucket