Allow Dashboard Editors to make assignee filters available

XMLWordPrintable

    • Not defined

      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

            Assignee:
            Unassigned
            Reporter:
            Sebastian Stamm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: