The version we used to actually import
[mantis2gitlab] / config.json
1
2 {
3
4   "users": {
5     "administrator": {
6       "gl_username": "MSchnalke"
7     },
8     "schnalke": {
9       "gl_username": "MSchnalke"
10     }
11   },
12
13
14   "mantisUrl": "https://bugs.example.org",
15
16
17   "priority_labels": {
18     "20": "",
19     "40": "important",
20     "50": "urgent",
21     "60": "urgent"
22   },
23
24
25   "severity_labels": {
26     "10": "feature",
27     "20": "bug",
28     "30": "bug",
29     "40": "bug",
30     "50": "bug",
31     "60": "critical",
32     "70": "critical",
33     "80": "critical"
34   },
35
36
37   "closed_statuses": {
38     "80": true,
39     "resolved": true,
40     "90": true,
41     "closed": true
42   },
43
44   "category_labels": {
45     "Admin UI": "area:Admin",
46     "Voter UI": "area:Voter",
47     "Server": "area:Service"
48   }
49
50 }
51