Resolve "GitLab Migration - Migrate Issue Boards"
What does this MR do and why?
Add issue boards that belong to projects to the import migration tool (behind the :bulk_import_projects feature flag)
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Feature.enable(:bulk_import)Feature.enable(:bulk_import_projects)- Create a top level group and project in it
- Create an issue board in the new project
- Go to
/groups/new#import-group-panepage and enter instance url and access token (needs to beapiandread_repositoryscope) - Select newly created group and click Import
- Wait for Group import to complete and verify imported project's issue board and issue lists
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #339418 (closed)
Edited by Allen Cook