From c05a588010fb56a5c660824d348a7152ea5e54d2 Mon Sep 17 00:00:00 2001 From: Stepan Riha Date: Fri, 23 Oct 2015 17:18:10 -0500 Subject: [PATCH] Added description on how the script operates. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b867b2..8195a85 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # Mantis2GitLab -Import Mantis issues into GitLab. +Script for importing Mantis issues into (a new project in) GitLab. The created GitLab issues will have the same +issue numbers are the corresponding Mantis issues. Please do not use this script against a GitLab project that +has GitLab issue. + +The script performs the following: + + * Reads configuration file and Mantis SVN export + * Fetches GitLab Project and Members + * Fetches existing issues from GitLab Project + * For each Mantis Issue + * If a corresonding GitLab issue exists, its Title, Description, Labels and Closed status are updated + * Otherwise + * If there is a "gap" in Mantis issue numbers, "Skipped Mantis Issue" GitLab issue(s) are created + * A new GitLab issue is created with an appropriate Title, Description, Labels and Closed status ## Install -- 1.7.10.4