]> source.dussan.org Git - sonarqube.git/blob
521cd834b2e622575e9d7e6b6d478c4fbeeaecce
[sonarqube.git] /
1 {
2   "issues": [
3     {
4       "key": "82fd47d4-b650-4037-80bc-7b112bd4eac2",
5       "component": "MyComponent",
6       "project": "MyProject",
7       "rule": "xoo:x1",
8       "status": "OPEN",
9       "resolution": "OPEN",
10       "severity": "MAJOR",
11       "updateDate": "2014-12-04T00:00:00+0100",
12       "fUpdateAge": "less than a minute"
13     },
14     {
15       "key": "92fd47d4-b650-4037-80bc-7b112bd4eac2",
16       "component": "MyComponent2",
17       "project": "MyProject2",
18       "rule": "xoo:x1",
19       "status": "OPEN",
20       "resolution": "OPEN",
21       "severity": "MAJOR",
22       "updateDate": "2014-12-04T00:00:00+0100",
23       "fUpdateAge": "less than a minute"
24     }
25   ],
26   "components": [
27     {
28       "uuid": "BCDE",
29       "key": "MyComponent",
30       "enabled" : true
31     },
32     {
33       "uuid": "ABCD",
34       "key": "MyProject",
35       "enabled" : true
36     },
37     {
38       "uuid": "EDCB",
39       "key": "MyComponent2",
40       "enabled" : true
41     },
42     {
43       "uuid": "DBCA",
44       "key": "MyProject2",
45       "enabled" : true
46     }
47   ],
48   "projects": [
49     {
50       "uuid": "ABCD",
51       "key": "MyProject"
52     },
53     {
54       "uuid": "DBCA",
55       "key": "MyProject2"
56     }
57   ]
58 }