Skip to content

Resolve "Change task parent to new issue when issue is moved"

Mario Celi requested to merge 371252-clone-issue-children into master

What does this MR do and why?

Use the old clone/close mechanism to move issues on each of a parent issue's child

This might be a temporary approach but we are moving forward with this as discussed in #371252 (comment 1678321624)

Change shipped behind a feature flag so we can evaluate performance in .com

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.

How to set up and validate locally

  1. Enable the feature flag in Rails console Feature.enable(:move_issue_children)
  2. Create and issue and make sure you create some child tasks in it
  3. Click the move issue button on the right side panel at the bottom
  4. The issue and all it's children should all be moved to the target project

Screen_Recording_2024-01-22_at_11.59.35

Related to #371252 (closed)

Edited by Mario Celi

Merge request reports