Content
View differences
Updated by Attila Dombi about 11 hours ago
**As** a user who can see projects
**I want to** be able to filter project by their parent
**so that** I can see all the child projects of a parent project.
**Acceptance criteria**
* Have a filter called `Parent` Parent in the project list page.
**Technical notes**
* Use the existing `parent_id` filter and expose it in the filters section.
**Permissions and visibility considerations**
* Every user who can see the project list.
<br>
**I want to** be able to filter project by their parent
**so that** I can see all the child projects of a parent project.
**Acceptance criteria**
* Have a filter called `Parent`
**Technical notes**
* Use the existing `parent_id` filter and expose it in the filters section.
**Permissions and visibility considerations**
* Every user who can see the project list.
<br>