Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-4510 New Dashboard Filter: Assignee, Candidates
  3. OPT-4784

Allow Dashboard Editors to make assignee filters available

    XMLWordPrintable

Details

    • Not defined

    Description

      AT:

      • The availableFilters property of dashboards is extended to allow a new type of available filter:
      {
        type: "assignee", // or "candidateGroup"
        data: {
          operator: "in", // or "not in"
          values: ["userID1", "userID2"],
          allowCustomValues: true
        }
      }
      
      • The REST API documentation is adjusted accordingly

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.stamm Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce