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