Skip to content

Add new child work items to the start

Nicolas Dular requested to merge nd/create-parent-link-at-start into master

What does this MR do and why?

Add new child work items to the start

This changes the behaviour from adding new work item children to the bottom of the list to the start of the list to make it easier for pagination.

Changelog: changed

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
Screen_Recording_2024-07-18_at_10.20.18 Screen_Recording_2024-07-18_at_10.18.34

How to set up and validate locally

Enable the following feature flags:

Feature.enable(:work_item_epics)
Feature.enable(:work_item_epics_rollout)
Feature.enable(:synced_epic_work_item_editable)
  1. Go to an epic and change the URL to /work_items/
  2. Add child items
  3. See the difference between the previous experience where it got added to the bottom vs now to the start of the list
  4. Go to the /epics/ path to see the legacy view and see if the order is the same
Edited by Nicolas Dular

Merge request reports

Loading