X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=README.md;h=566c54e71166241dd314366d6823113f8380b172;hb=a676b5c06ffa3ee4916d7704124bffb60886b48b;hp=4b867b2fc20dc66573cb9df71a0d93cadf87f645;hpb=888bbeb227287f0ce532bc3ace102d69624c5d44;p=mantis2gitlab diff --git a/README.md b/README.md index 4b867b2..566c54e 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,24 @@ # 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 ``` -npm install -g mantis2gitlab +npm install -g nonplus/mantis2gitlab ``` ## Usage