Add filtering and sorting to work item children
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Currently, we cannot filter or sort work item children. However, to implement the existing (with legacy epics) roadmap functionality, we will need the following set of variables applicable to work item children:
$state: IssuableState
$sort: WorkItemSort
$timeframe: Timeframe
$labelName: [String!]
$authorUsername: String = ""
$confidential: Boolean
$search: String = ""
types: [EPIC] // constant here as we only need epic children for roadmaps now
Edited by 🤖 GitLab Bot 🤖