Skip to content

Draft: [PoC] Exclude children work_items from the "possible" parent list

What does this MR do and why?

Add option to exclude a work_item children when listing work_items

When listing possible parents for the current work_item, to populate the select box, we should not see current work_item's children as options. For that, this MR introduces a way to filter off children of a given work_item.

Related to: #460738

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
before after

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Kassio Borges

Merge request reports