Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-5613

Evaluation fails when adding 'before' instance date filter

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 3.6.0
    • None
    • backend
    • None
    • Not defined

      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

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              omran.abazeed Omran Abazeed
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: