Context:
When we revised the date filter with OPT-3136, we encountered a bug that long numbers aren't interpreted by the back-end
Problem description:
- given:
- I create a line chart report, grouped by start-date
- I add a rolling start-date filter with a value of 99999999 days
- when:
- I evaluate the report
- then:
- The report evaluation response returns data with each entry having a value of 0 and a total instance count of 0 as well
- expected:
- the report result returns the correct data and process instance count even for very large numbers in the rolling date filter
This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10780. Please use this link for any future references and continue any discussion there.