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 ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10931. Please use this link for any future references and continue any discussion there.