Content
View differences
Updated by Jens Ulferts almost 2 years ago
**As** a user
**I want to** select individual projects to limit the results
**so that** I can limit and exclude projects
Examples
* **Example 1:** Manual selection of Project A, C and F.
* **Example 2:** Filter of all projects in status red but remove Project B from the list even though Project B meets the filter criteria.
**Acceptance criteria**
* Within the filter section of the project list there is a filter called "Project" that
* Supports the "is (OR)" and "is not" operator
* Allows selecting projects via an autocompleter (multiselect).
An example of how the filter could look like is the "Include subproject" filter on the work packages filter list:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/113475/content">
**Technical notes**
* Check whether the `id` filter can be reused to be turned into a filter of type `list` . In the backend, the filter will just filter by id. For the frontend part, a `angular_component_tag 'opce-project-autocompleter'` might be used.
**I want to** select individual projects to limit the results
**so that** I can limit and exclude projects
Examples
* **Example 1:** Manual selection of Project A, C and F.
* **Example 2:** Filter of all projects in status red but remove Project B from the list even though Project B meets the filter criteria.
**Acceptance criteria**
* Within the filter section of the project list there is a filter called "Project" that
* Supports the "is (OR)" and "is not" operator
* Allows selecting projects via an autocompleter (multiselect).
An example of how the filter could look like is the "Include subproject" filter on the work packages filter list:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/113475/content">
**Technical notes**
* Check whether the `id` filter can be reused to be turned into a filter of type `list` . In the backend, the filter will just filter by id. For the frontend part, a `angular_component_tag 'opce-project-autocompleter'` might be used.