From: markus schnalke Date: Mon, 25 Feb 2019 12:45:00 +0000 (+0100) Subject: Add sample config X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=d77e95b47f36c74b43ec9cd4ac1f0fe5c2bbaaa2;p=mantis2gitlab Add sample config --- diff --git a/config.json b/config.json new file mode 100644 index 0000000..ef0d704 --- /dev/null +++ b/config.json @@ -0,0 +1,51 @@ + +{ + + "users": { + "administrator": { + "gl_username": "MSchnalke" + }, + "schnalke": { + "gl_username": "MSchnalke" + } + }, + + + "mantisUrl": "https://bugs.example.org", + + + "priority_labels": { + "20": "", + "40": "important", + "50": "urgent", + "60": "urgent" + }, + + + "severity_labels": { + "10": "feature", + "20": "bug", + "30": "bug", + "40": "bug", + "50": "bug", + "60": "critical", + "70": "critical", + "80": "critical" + }, + + + "closed_statuses": { + "80": true, + "resolved": true, + "90": true, + "closed": true + }, + + "category_labels": { + "Admin UI": "area:Admin", + "Voter UI": "area:Voter", + "Server": "area:Service" + } + +} +