-
Type:
Sub-task
-
Resolution: Done
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: backend
-
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