]> source.dussan.org Git - sonarqube.git/blob
9e28208c4268181c30967ea3c962f32aa87c7854
[sonarqube.git] /
1 <dataset>
2
3   <issues id="1" kee="ABC" resolution="OPEN" status="OPEN" severity="BLOCKER" manual_severity="[false]"
4           assignee="[null]"
5           author_login="[null]"
6           checksum="[null]"
7           effort_to_fix="[null]"
8           technical_debt="10"
9           message="[null]"
10           line="5000"
11           component_id="100"
12           root_component_id="10"
13           rule_id="200"
14           reporter="emmerik"
15           issue_attributes="foo=bar"
16           action_plan_key="[null]"
17           issue_creation_date="2013-05-18"
18           issue_update_date="2013-05-18"
19           issue_close_date="2013-05-18"
20           created_at="2014-05-12"
21           updated_at="2014-05-13"
22           CREATED_AT_MS="[null]"
23           UPDATED_AT_MS="[null]"
24     />
25
26   <!-- re-entrant migration - ignore the issues that are already fed with new dates -->
27   <issues id="2" kee="DEF" resolution="OPEN" status="OPEN" severity="BLOCKER" manual_severity="[false]"
28           assignee="[null]"
29           author_login="[null]"
30           checksum="[null]"
31           effort_to_fix="[null]"
32           technical_debt="10"
33           message="[null]"
34           line="5000"
35           component_id="100"
36           root_component_id="10"
37           rule_id="200"
38           reporter="emmerik"
39           issue_attributes="foo=bar"
40           action_plan_key="[null]"
41           issue_creation_date="2013-05-18"
42           issue_update_date="2013-05-18"
43           issue_close_date="2013-05-18"
44
45           created_at="2014-05-12"
46           updated_at="2014-05-13"
47           CREATED_AT_MS="1500000000000"
48           UPDATED_AT_MS="1500000000000"
49     />
50
51   <issues id="3" kee="MISSINGDATES" resolution="OPEN" status="OPEN" severity="BLOCKER" manual_severity="[false]"
52           assignee="[null]"
53           author_login="[null]"
54           checksum="[null]"
55           effort_to_fix="[null]"
56           technical_debt="10"
57           message="[null]"
58           line="5000"
59           component_id="100"
60           root_component_id="10"
61           rule_id="200"
62           reporter="emmerik"
63           issue_attributes="foo=bar"
64           action_plan_key="[null]"
65           issue_creation_date="[null]"
66           issue_update_date="[null]"
67           issue_close_date="[null]"
68           created_at="2014-05-12"
69           updated_at="2014-05-13"
70           CREATED_AT_MS="[null]"
71           UPDATED_AT_MS="[null]"
72     />
73
74 </dataset>