Group Migration - Complete Epics
## Problem to Solve With the implementation of the [Epic migration MVC](https://gitlab.com/gitlab-org/gitlab/-/issues/250281), the following Epic attributes are already being migrated: * title * description * state * createdAt * closedAt * startDate * startDateFixed * startDateIsFixed * dueDateFixed * dueDateIsFixed * relativePosition * confidential This provides the basic info for each Epic, but leaves out any relations, such as Parent Epics, Labels, Comments, etc., which is something that users would expect is included in a full Group Migration. ## Proposed Solution :footprints: For the users to confidently use the Group Migration feature, we need to migrate the remaining available info for Epics: 1. Epic parents/children - https://gitlab.com/gitlab-org/gitlab/-/issues/297459 1. Epic labels - https://gitlab.com/gitlab-org/gitlab/-/issues/297460 1. Epic comments/notes - https://gitlab.com/gitlab-org/gitlab/-/issues/297464 1. Epic events - https://gitlab.com/gitlab-org/gitlab/-/issues/297465 1. Epic award emojis - https://gitlab.com/gitlab-org/gitlab/-/issues/297466 1. Comment award emojis - https://gitlab.com/gitlab-org/gitlab/-/issues/297467 1. Match users to epics - https://gitlab.com/gitlab-org/gitlab/-/issues/332329 ### Release notes The new GitLab [Group Migration](https://docs.gitlab.com/ee/user/group/import/) feature now includes Epics with all the relevant information, such as labels, comments, events, and award emojis. Existing users are matched and assigned to the Epics. https://docs.gitlab.com/ee/user/group/import/
epic