-
Sub-task
-
Resolution: Done
-
L3 - Default
-
None
-
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