-
Feature Request
-
Resolution: Done
-
L3 - Default
-
None
At:
- using the Java Api, I can provide a list of assignees when querying for tasks
- at the SQL Level, this is translated into the SQL in ... statement
- also available in the REST api
- can be used in filters
- can be integrated into Tasklist
===
Api Idea:
taskService.assigneeIn("task1", "task2", ...).list();
==
Example Usecases:
- Person A and Person B go to vacation and want Person C to have access to the same tasks that are assigned to Person A and Person B. For that purpose, they need a new Filter defined in the Tasklist (https://docs.camunda.org/manual/7.7/webapps/tasklist/filters/) that shows all tasks of Person A and Person B for Person C.
This is the controller panel for Smart Panels app
There are no Sub-Tasks for this issue.