X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config.json;fp=config.json;h=ef0d704e03ce53991cbd45ca3bb7225ced58dca0;hb=d77e95b47f36c74b43ec9cd4ac1f0fe5c2bbaaa2;hp=0000000000000000000000000000000000000000;hpb=94cff224f25309364f733ebd07ab25613d37fb7a;p=mantis2gitlab 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" + } + +} +