Reproduce:
- Send an evaluation request with the following report info:
View: Process Instance - Count
Group by: Start Date : Month - Add the following filter to the report filters:
{ "type": "startDate", "data": { "type": "fixed", "start": null, "end": "2021-09-14T23:59:59.999+0300" }, "appliedTo": [ "all" ], "filterLevel": "instance" }
Observed:
Report evaluation fails with the following error:
{
"errorCode" : "serverError",
"errorMessage" : "An internal server error occurred.",
"detailedMessage" : null,
"reportDefinition" : null
}
Expected:
Evaluation request works and the data is filtered according to the applied filter