User Story (Required on creation):
I am more flexible with finding the right instances.
Functional Requirements (Required before implementation):
- When set to ALL, the selected filters are applied with logical AND semantics
- When set to ANY, the selected filters are applied with logical OR semantics
- Overall, the behavior is similar to how it works with adhoc filtering in tasklist (see https://docs.camunda.org/manual/7.14/webapps/tasklist/img/tasklist-task-search.png)
Technical Requirements (Required before implementation):
- Or queries are used in the REST API queries
- No additional requirements
Limitations of Scope (Optional):
- Nesting of ALL/ANY is not part of the scope of this ticket
Hints (Optional):
This is the controller panel for Smart Panels app
- is related to
-
CAM-12140 When selecting instances for migration, I can use all filters that the backend query has
- Closed