]> source.dussan.org Git - sonarqube.git/blob
ddf09eb8396f4355393722e51a6b4d0adb6cc8ae
[sonarqube.git] /
1 {
2   "total": 2,
3   "p": 1,
4   "ps": 100,
5   "paging": {
6     "pageIndex": 1,
7     "pageSize": 100,
8     "total": 2
9   },
10   "effortTotal": 20,
11   "debtTotal": 20,
12   "issues": [
13     {
14       "key": "7b112bd4-b650-4037-80bc-82fd47d4eac2",
15       "rule": "xoo:x1",
16       "severity": "MAJOR",
17       "component": "FILE_KEY",
18       "project": "PROJECT_KEY",
19       "flows": [],
20       "status": "OPEN",
21       "message": "",
22       "effort": "10min",
23       "debt": "10min",
24       "assignee": "alice",
25       "tags": [],
26       "creationDate": "2014-09-04T00:00:00+0100",
27       "updateDate": "2017-12-04T00:00:00+0100",
28       "type": "CODE_SMELL",
29       "pullRequest": "pr"
30     },
31     {
32       "key": "82fd47d4-b650-4037-80bc-7b112bd4eac2",
33       "rule": "xoo:x1",
34       "severity": "MAJOR",
35       "component": "FILE_KEY",
36       "project": "PROJECT_KEY",
37       "flows": [],
38       "status": "OPEN",
39       "message": "",
40       "effort": "10min",
41       "debt": "10min",
42       "assignee": "john",
43       "tags": [],
44       "creationDate": "2014-09-04T00:00:00+0100",
45       "updateDate": "2017-12-04T00:00:00+0100",
46       "type": "CODE_SMELL",
47       "pullRequest": "pr"
48     }
49   ],
50   "components": [
51     {
52       "key": "FILE_KEY",
53       "enabled": true,
54       "qualifier": "FIL",
55       "name": "NAME_FILE_ID",
56       "longName": "null/NAME_FILE_ID",
57       "path": "null/NAME_FILE_ID",
58       "pullRequest": "pr"
59     },
60     {
61       "key": "PROJECT_KEY",
62       "enabled": true,
63       "qualifier": "TRK",
64       "pullRequest": "pr"
65     }
66   ],
67   "facets": []
68 }