You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,8 @@ Go to [Settings / Access Tokens](https://gitlab.com/-/profile/personal_access_to
82
82
83
83
#### gitlab.projectID
84
84
85
-
Leave it null for the first run of the script. Then the script will show you which projects there are. Can be either string or number.
85
+
Leave it null for the first run of the script (leave csvImport.projectMapCsv empty either). Then the script will show you which projects there are. Can be either string or number.
86
+
Leave it null if you want to import multiple projects via csv file (set `csvImport` instead).
86
87
87
88
#### gitlab.listArchivedProjects
88
89
@@ -156,6 +157,23 @@ Maps the usernames from gitlab to github. If the assinee of the gitlab issue is
156
157
157
158
When one renames the project while transfering so that the projects don't loose there links to the mentioned issues.
158
159
160
+
### csvImport.projectMapCsv
161
+
162
+
Optional name of CSV file (located in project root) containing multiple projects for migration. If set, it overrules `gitlab.projectId` and `github.repo`.
163
+
CSV file must contain the following values: GitLab project ID, GitLab project path, GitHub project path, e.g. 213,gitlab_namespace/gitlab_projectname,github_namespace/github_projectname
0 commit comments