]> source.dussan.org Git - sonarqube.git/blob
8c143219aa25ce5f130187c99c5b1c73f20581f7
[sonarqube.git] /
1 {
2   "issue": {
3     "key": "ABCD",
4     "component": "org.sonar.server.issue.IssueClient",
5     "componentLongName": "SonarQube :: Issue Client",
6     "componentQualifier": "FIL",
7     "componentEnabled": true,
8     "project": "org.sonar.Sonar",
9     "projectName": "SonarQube",
10     "rule": "squid:AvoidCycle",
11     "ruleName": "Avoid cycle",
12     "creationDate": "2014-01-22T19:10:03+0100",
13     "fCreationDate": "Jan 22, 2014 10:03 AM",
14     "transitions": [],
15     "comments": [
16       {
17         "key": "COMMENT-ABCD",
18         "userName": "John",
19         "raw": "*My comment*",
20         "html": "<em>My comment</em>",
21         "createdAt": "2014-02-22T19:10:03+0100",
22         "fCreatedAge": "9 days",
23         "updatable": false
24       },
25       {
26         "key": "COMMENT-ABCE",
27         "userName": "Arthur",
28         "raw": "Another comment",
29         "html": "Another comment",
30         "createdAt": "2014-02-23T19:10:03+0100",
31         "fCreatedAge": "10 days",
32         "updatable": true
33       }
34     ],
35     "changelog": [
36       {
37         "creationDate": "2014-01-22T19:10:03+0100",
38         "fCreationDate": "Jan 22, 2014 10:03 AM",
39         "diffs": ["Created"]
40       }
41     ]
42   }
43 }