pt-flow 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -3
- data/lib/pt-flow/ui.rb +15 -12
- data/lib/pt-flow/version.rb +1 -1
- data/spec/support/webmock.rb +0 -4
- metadata +15 -68
- data/spec/fixtures/activity.xml +0 -177
- data/spec/fixtures/backup_stories.xml +0 -270
- data/spec/fixtures/bugs.xml +0 -279
- data/spec/fixtures/created_note.xml +0 -14
- data/spec/fixtures/created_story.xml +0 -14
- data/spec/fixtures/iterations_all.xml +0 -243
- data/spec/fixtures/iterations_backlog.xml +0 -166
- data/spec/fixtures/iterations_current.xml +0 -48
- data/spec/fixtures/iterations_current_backlog.xml +0 -211
- data/spec/fixtures/iterations_done.xml +0 -34
- data/spec/fixtures/notes.xml +0 -33
- data/spec/fixtures/project_activity.xml +0 -177
- data/spec/fixtures/tasks.xml +0 -24
- data/spec/fixtures/update_tasks.xml +0 -8
@@ -1,211 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<iterations type="array">
|
3
|
-
<iteration>
|
4
|
-
<id type="integer">3</id>
|
5
|
-
<number type="integer">3</number>
|
6
|
-
<start type="datetime">2010/07/26 05:00:00 UTC</start>
|
7
|
-
<finish type="datetime">2010/08/02 05:00:00 UTC</finish>
|
8
|
-
<team_strength type="float">1</team_strength>
|
9
|
-
<stories type="array">
|
10
|
-
<story>
|
11
|
-
<id type="integer">4459994</id>
|
12
|
-
<project_id type="integer">102622</project_id>
|
13
|
-
<story_type>feature</story_type>
|
14
|
-
<url>http://www.pivotaltracker.com/story/show/4459994</url>
|
15
|
-
<estimate type="integer">2</estimate>
|
16
|
-
<current_state>unstarted</current_state>
|
17
|
-
<description>Generic description</description>
|
18
|
-
<name>Tasks Test</name>
|
19
|
-
<requested_by>Jon Mischo</requested_by>
|
20
|
-
<created_at type="datetime">2010/07/27 21:51:01 UTC</created_at>
|
21
|
-
<updated_at type="datetime">2010/07/27 22:20:46 UTC</updated_at>
|
22
|
-
<tasks type="array">
|
23
|
-
<task>
|
24
|
-
<id type="integer">468113</id>
|
25
|
-
<description>Task number 1</description>
|
26
|
-
<position>1</position>
|
27
|
-
<complete>false</complete>
|
28
|
-
<created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
|
29
|
-
</task>
|
30
|
-
<task>
|
31
|
-
<id type="integer">468114</id>
|
32
|
-
<description>Number 2 Task</description>
|
33
|
-
<position>2</position>
|
34
|
-
<complete>false</complete>
|
35
|
-
<created_at type="datetime">2010/07/27 21:51:32 UTC</created_at>
|
36
|
-
</task>
|
37
|
-
<task>
|
38
|
-
<id type="integer">468117</id>
|
39
|
-
<description>3rd task is a charm</description>
|
40
|
-
<position>3</position>
|
41
|
-
<complete>true</complete>
|
42
|
-
<created_at type="datetime">2010/07/27 21:51:42 UTC</created_at>
|
43
|
-
</task>
|
44
|
-
</tasks>
|
45
|
-
</story>
|
46
|
-
</stories>
|
47
|
-
</iteration>
|
48
|
-
<iteration>
|
49
|
-
<id type="integer">4</id>
|
50
|
-
<number type="integer">4</number>
|
51
|
-
<start type="datetime">2010/08/02 05:00:00 UTC</start>
|
52
|
-
<finish type="datetime">2010/08/09 05:00:00 UTC</finish>
|
53
|
-
<team_strength type="float">1</team_strength>
|
54
|
-
<stories type="array">
|
55
|
-
<story>
|
56
|
-
<id type="integer">4460038</id>
|
57
|
-
<project_id type="integer">102622</project_id>
|
58
|
-
<story_type>feature</story_type>
|
59
|
-
<url>http://www.pivotaltracker.com/story/show/4460038</url>
|
60
|
-
<estimate type="integer">1</estimate>
|
61
|
-
<current_state>unstarted</current_state>
|
62
|
-
<description>This is a story that has comments.</description>
|
63
|
-
<name>This is for comments</name>
|
64
|
-
<requested_by>Jon Mischo</requested_by>
|
65
|
-
<created_at type="datetime">2010/07/27 21:53:16 UTC</created_at>
|
66
|
-
<updated_at type="datetime">2010/07/27 22:20:48 UTC</updated_at>
|
67
|
-
<notes type="array">
|
68
|
-
<note>
|
69
|
-
<id type="integer">2111593</id>
|
70
|
-
<text>This is a comment...whee!</text>
|
71
|
-
<author>Jon</author>
|
72
|
-
<noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
|
73
|
-
</note>
|
74
|
-
<note>
|
75
|
-
<id type="integer">2128955</id>
|
76
|
-
<text>Test note</text>
|
77
|
-
<author>Test Suite Access</author>
|
78
|
-
<noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
|
79
|
-
</note>
|
80
|
-
<note>
|
81
|
-
<id type="integer">2128959</id>
|
82
|
-
<text>Test note</text>
|
83
|
-
<author>Test Suite Access</author>
|
84
|
-
<noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
|
85
|
-
</note>
|
86
|
-
<note>
|
87
|
-
<id type="integer">2129077</id>
|
88
|
-
<text>Test note</text>
|
89
|
-
<author>Test Suite Access</author>
|
90
|
-
<noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
|
91
|
-
</note>
|
92
|
-
<note>
|
93
|
-
<id type="integer">2129374</id>
|
94
|
-
<text>Test note</text>
|
95
|
-
<author>Test Suite Access</author>
|
96
|
-
<noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
|
97
|
-
</note>
|
98
|
-
</notes>
|
99
|
-
</story>
|
100
|
-
</stories>
|
101
|
-
</iteration>
|
102
|
-
<iteration>
|
103
|
-
<id type="integer">5</id>
|
104
|
-
<number type="integer">5</number>
|
105
|
-
<start type="datetime">2010/08/09 05:00:00 UTC</start>
|
106
|
-
<finish type="datetime">2010/08/16 05:00:00 UTC</finish>
|
107
|
-
<team_strength type="float">1</team_strength>
|
108
|
-
<stories type="array">
|
109
|
-
<story>
|
110
|
-
<id type="integer">4460598</id>
|
111
|
-
<project_id type="integer">102622</project_id>
|
112
|
-
<story_type>feature</story_type>
|
113
|
-
<url>http://www.pivotaltracker.com/story/show/4460598</url>
|
114
|
-
<estimate type="integer">3</estimate>
|
115
|
-
<current_state>unstarted</current_state>
|
116
|
-
<description>This story has attachments.</description>
|
117
|
-
<name>Story with attachments</name>
|
118
|
-
<requested_by>Jon Mischo</requested_by>
|
119
|
-
<created_at type="datetime">2010/07/27 22:33:13 UTC</created_at>
|
120
|
-
<updated_at type="datetime">2010/07/27 22:33:28 UTC</updated_at>
|
121
|
-
<attachments type="array">
|
122
|
-
<attachment>
|
123
|
-
<id type="integer">491576</id>
|
124
|
-
<filename>LICENSE</filename>
|
125
|
-
<description></description>
|
126
|
-
<uploaded_by>Jon</uploaded_by>
|
127
|
-
<uploaded_at type="datetime">2010/07/27 22:34:23 UTC</uploaded_at>
|
128
|
-
<url>http://www.pivotaltracker.com/resource/download/491576</url>
|
129
|
-
</attachment>
|
130
|
-
<attachment>
|
131
|
-
<id type="integer">493019</id>
|
132
|
-
<filename>README.rdoc</filename>
|
133
|
-
<description>README file from api gem</description>
|
134
|
-
<uploaded_by>Jon</uploaded_by>
|
135
|
-
<uploaded_at type="datetime">2010/07/28 15:16:18 UTC</uploaded_at>
|
136
|
-
<url>http://www.pivotaltracker.com/resource/download/493019</url>
|
137
|
-
</attachment>
|
138
|
-
</attachments>
|
139
|
-
</story>
|
140
|
-
</stories>
|
141
|
-
</iteration>
|
142
|
-
<iteration>
|
143
|
-
<id type="integer">6</id>
|
144
|
-
<number type="integer">6</number>
|
145
|
-
<start type="datetime">2010/08/16 05:00:00 UTC</start>
|
146
|
-
<finish type="datetime">2010/08/23 05:00:00 UTC</finish>
|
147
|
-
<team_strength type="float">1</team_strength>
|
148
|
-
<stories type="array">
|
149
|
-
<story>
|
150
|
-
<id type="integer">4473735</id>
|
151
|
-
<project_id type="integer">102622</project_id>
|
152
|
-
<story_type>feature</story_type>
|
153
|
-
<url>http://www.pivotaltracker.com/story/show/4473735</url>
|
154
|
-
<estimate type="integer">1</estimate>
|
155
|
-
<current_state>unstarted</current_state>
|
156
|
-
<description></description>
|
157
|
-
<name>Attachment upload test story</name>
|
158
|
-
<requested_by>Jon</requested_by>
|
159
|
-
<created_at type="datetime">2010/07/28 18:17:33 UTC</created_at>
|
160
|
-
<updated_at type="datetime">2010/07/28 18:17:44 UTC</updated_at>
|
161
|
-
<attachments type="array">
|
162
|
-
<attachment>
|
163
|
-
<id type="integer">495851</id>
|
164
|
-
<filename>LICENSE</filename>
|
165
|
-
<description></description>
|
166
|
-
<uploaded_by>Test Suite Access</uploaded_by>
|
167
|
-
<uploaded_at type="datetime">2010/07/29 19:07:19 UTC</uploaded_at>
|
168
|
-
<url>http://www.pivotaltracker.com/resource/download/495851</url>
|
169
|
-
</attachment>
|
170
|
-
<attachment>
|
171
|
-
<id type="integer">495856</id>
|
172
|
-
<filename>LICENSE</filename>
|
173
|
-
<description></description>
|
174
|
-
<uploaded_by>Test Suite Access</uploaded_by>
|
175
|
-
<uploaded_at type="datetime">2010/07/29 19:09:27 UTC</uploaded_at>
|
176
|
-
<url>http://www.pivotaltracker.com/resource/download/495856</url>
|
177
|
-
</attachment>
|
178
|
-
<attachment>
|
179
|
-
<id type="integer">495858</id>
|
180
|
-
<filename>LICENSE</filename>
|
181
|
-
<description></description>
|
182
|
-
<uploaded_by>Test Suite Access</uploaded_by>
|
183
|
-
<uploaded_at type="datetime">2010/07/29 19:11:44 UTC</uploaded_at>
|
184
|
-
<url>http://www.pivotaltracker.com/resource/download/495858</url>
|
185
|
-
</attachment>
|
186
|
-
<attachment>
|
187
|
-
<id type="integer">495863</id>
|
188
|
-
<filename>LICENSE</filename>
|
189
|
-
<description></description>
|
190
|
-
<uploaded_by>Test Suite Access</uploaded_by>
|
191
|
-
<uploaded_at type="datetime">2010/07/29 19:13:06 UTC</uploaded_at>
|
192
|
-
<url>http://www.pivotaltracker.com/resource/download/495863</url>
|
193
|
-
</attachment>
|
194
|
-
</attachments>
|
195
|
-
</story>
|
196
|
-
<story>
|
197
|
-
<id type="integer">4490874</id>
|
198
|
-
<project_id type="integer">102622</project_id>
|
199
|
-
<story_type>feature</story_type>
|
200
|
-
<url>http://www.pivotaltracker.com/story/show/4490874</url>
|
201
|
-
<estimate type="integer">0</estimate>
|
202
|
-
<current_state>unstarted</current_state>
|
203
|
-
<description></description>
|
204
|
-
<name>Movable Story</name>
|
205
|
-
<requested_by>Test Suite Access</requested_by>
|
206
|
-
<created_at type="datetime">2010/07/29 18:12:31 UTC</created_at>
|
207
|
-
<updated_at type="datetime">2010/07/29 19:13:12 UTC</updated_at>
|
208
|
-
</story>
|
209
|
-
</stories>
|
210
|
-
</iteration>
|
211
|
-
</iterations>
|
@@ -1,34 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<iterations type="array">
|
3
|
-
<iteration>
|
4
|
-
<id type="integer">1</id>
|
5
|
-
<number type="integer">1</number>
|
6
|
-
<start type="datetime">2010/07/12 05:00:00 UTC</start>
|
7
|
-
<finish type="datetime">2010/07/19 05:00:00 UTC</finish>
|
8
|
-
<team_strength type="float">1</team_strength>
|
9
|
-
<stories type="array">
|
10
|
-
<story>
|
11
|
-
<id type="integer">4460116</id>
|
12
|
-
<project_id type="integer">102622</project_id>
|
13
|
-
<story_type>feature</story_type>
|
14
|
-
<url>http://www.pivotaltracker.com/story/show/4460116</url>
|
15
|
-
<estimate type="integer">0</estimate>
|
16
|
-
<current_state>accepted</current_state>
|
17
|
-
<description>This is a story that's finished.</description>
|
18
|
-
<name>Old, accepted story</name>
|
19
|
-
<requested_by>Jon Mischo</requested_by>
|
20
|
-
<created_at type="datetime">2010/07/27 21:58:28 UTC</created_at>
|
21
|
-
<updated_at type="datetime">2010/07/27 22:21:17 UTC</updated_at>
|
22
|
-
<accepted_at type="datetime">2010/07/18 17:00:00 UTC</accepted_at>
|
23
|
-
</story>
|
24
|
-
</stories>
|
25
|
-
</iteration>
|
26
|
-
<iteration>
|
27
|
-
<id type="integer">2</id>
|
28
|
-
<number type="integer">2</number>
|
29
|
-
<start type="datetime">2010/07/19 05:00:00 UTC</start>
|
30
|
-
<finish type="datetime">2010/07/26 05:00:00 UTC</finish>
|
31
|
-
<stories type="array">
|
32
|
-
</stories>
|
33
|
-
</iteration>
|
34
|
-
</iterations>
|
data/spec/fixtures/notes.xml
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<notes type="array">
|
3
|
-
<note>
|
4
|
-
<id type="integer">2111593</id>
|
5
|
-
<text>This is a comment...whee!</text>
|
6
|
-
<author>Jon</author>
|
7
|
-
<noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
|
8
|
-
</note>
|
9
|
-
<note>
|
10
|
-
<id type="integer">2128955</id>
|
11
|
-
<text>Test note</text>
|
12
|
-
<author>Test Suite Access</author>
|
13
|
-
<noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
|
14
|
-
</note>
|
15
|
-
<note>
|
16
|
-
<id type="integer">2128959</id>
|
17
|
-
<text>Test note</text>
|
18
|
-
<author>Test Suite Access</author>
|
19
|
-
<noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
|
20
|
-
</note>
|
21
|
-
<note>
|
22
|
-
<id type="integer">2129077</id>
|
23
|
-
<text>Test note</text>
|
24
|
-
<author>Test Suite Access</author>
|
25
|
-
<noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
|
26
|
-
</note>
|
27
|
-
<note>
|
28
|
-
<id type="integer">2129374</id>
|
29
|
-
<text>Test note</text>
|
30
|
-
<author>Test Suite Access</author>
|
31
|
-
<noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
|
32
|
-
</note>
|
33
|
-
</notes>
|
@@ -1,177 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<activities type="array">
|
3
|
-
<activity>
|
4
|
-
<id type="integer">24492385</id>
|
5
|
-
<version type="integer">206</version>
|
6
|
-
<event_type>story_create</event_type>
|
7
|
-
<occurred_at type="datetime">2010/07/29 19:13:04 UTC</occurred_at>
|
8
|
-
<author>Test Suite Access</author>
|
9
|
-
<project_id type="integer">102622</project_id>
|
10
|
-
<description>Test Suite Access added "Create stuff"</description>
|
11
|
-
<stories>
|
12
|
-
<story>
|
13
|
-
<id type="integer">4492080</id>
|
14
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492080</url>
|
15
|
-
<name>Create stuff</name>
|
16
|
-
<story_type>feature</story_type>
|
17
|
-
<current_state>unscheduled</current_state>
|
18
|
-
</story>
|
19
|
-
</stories>
|
20
|
-
</activity>
|
21
|
-
<activity>
|
22
|
-
<id type="integer">24492375</id>
|
23
|
-
<version type="integer">205</version>
|
24
|
-
<event_type>story_create</event_type>
|
25
|
-
<occurred_at type="datetime">2010/07/29 19:13:01 UTC</occurred_at>
|
26
|
-
<author>Test Suite Access</author>
|
27
|
-
<project_id type="integer">102622</project_id>
|
28
|
-
<description>Test Suite Access added "Create stuff"</description>
|
29
|
-
<stories>
|
30
|
-
<story>
|
31
|
-
<id type="integer">4492078</id>
|
32
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492078</url>
|
33
|
-
<name>Create stuff</name>
|
34
|
-
<story_type>feature</story_type>
|
35
|
-
<current_state>unscheduled</current_state>
|
36
|
-
</story>
|
37
|
-
</stories>
|
38
|
-
</activity>
|
39
|
-
<activity>
|
40
|
-
<id type="integer">24492239</id>
|
41
|
-
<version type="integer">200</version>
|
42
|
-
<event_type>story_create</event_type>
|
43
|
-
<occurred_at type="datetime">2010/07/29 19:11:43 UTC</occurred_at>
|
44
|
-
<author>Test Suite Access</author>
|
45
|
-
<project_id type="integer">102622</project_id>
|
46
|
-
<description>Test Suite Access added "Create stuff"</description>
|
47
|
-
<stories>
|
48
|
-
<story>
|
49
|
-
<id type="integer">4492060</id>
|
50
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492060</url>
|
51
|
-
<name>Create stuff</name>
|
52
|
-
<story_type>feature</story_type>
|
53
|
-
<current_state>unscheduled</current_state>
|
54
|
-
</story>
|
55
|
-
</stories>
|
56
|
-
</activity>
|
57
|
-
<activity>
|
58
|
-
<id type="integer">24492220</id>
|
59
|
-
<version type="integer">199</version>
|
60
|
-
<event_type>story_create</event_type>
|
61
|
-
<occurred_at type="datetime">2010/07/29 19:11:38 UTC</occurred_at>
|
62
|
-
<author>Test Suite Access</author>
|
63
|
-
<project_id type="integer">102622</project_id>
|
64
|
-
<description>Test Suite Access added "Create stuff"</description>
|
65
|
-
<stories>
|
66
|
-
<story>
|
67
|
-
<id type="integer">4492059</id>
|
68
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492059</url>
|
69
|
-
<name>Create stuff</name>
|
70
|
-
<story_type>feature</story_type>
|
71
|
-
<current_state>unscheduled</current_state>
|
72
|
-
</story>
|
73
|
-
</stories>
|
74
|
-
</activity>
|
75
|
-
<activity>
|
76
|
-
<id type="integer">24491968</id>
|
77
|
-
<version type="integer">194</version>
|
78
|
-
<event_type>story_create</event_type>
|
79
|
-
<occurred_at type="datetime">2010/07/29 19:09:26 UTC</occurred_at>
|
80
|
-
<author>Test Suite Access</author>
|
81
|
-
<project_id type="integer">102622</project_id>
|
82
|
-
<description>Test Suite Access added "Create stuff"</description>
|
83
|
-
<stories>
|
84
|
-
<story>
|
85
|
-
<id type="integer">4491973</id>
|
86
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491973</url>
|
87
|
-
<name>Create stuff</name>
|
88
|
-
<story_type>feature</story_type>
|
89
|
-
<current_state>unscheduled</current_state>
|
90
|
-
</story>
|
91
|
-
</stories>
|
92
|
-
</activity>
|
93
|
-
<activity>
|
94
|
-
<id type="integer">24491959</id>
|
95
|
-
<version type="integer">193</version>
|
96
|
-
<event_type>story_create</event_type>
|
97
|
-
<occurred_at type="datetime">2010/07/29 19:09:24 UTC</occurred_at>
|
98
|
-
<author>Test Suite Access</author>
|
99
|
-
<project_id type="integer">102622</project_id>
|
100
|
-
<description>Test Suite Access added "Create stuff"</description>
|
101
|
-
<stories>
|
102
|
-
<story>
|
103
|
-
<id type="integer">4491971</id>
|
104
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491971</url>
|
105
|
-
<name>Create stuff</name>
|
106
|
-
<story_type>feature</story_type>
|
107
|
-
<current_state>unscheduled</current_state>
|
108
|
-
</story>
|
109
|
-
</stories>
|
110
|
-
</activity>
|
111
|
-
<activity>
|
112
|
-
<id type="integer">24491880</id>
|
113
|
-
<version type="integer">192</version>
|
114
|
-
<event_type>story_update</event_type>
|
115
|
-
<occurred_at type="datetime">2010/07/29 19:08:43 UTC</occurred_at>
|
116
|
-
<author>Jon</author>
|
117
|
-
<project_id type="integer">102622</project_id>
|
118
|
-
<description>Jon edited "Movable Story"</description>
|
119
|
-
<stories>
|
120
|
-
<story>
|
121
|
-
<id type="integer">4490874</id>
|
122
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
|
123
|
-
<estimate type="integer">0</estimate>
|
124
|
-
</story>
|
125
|
-
</stories>
|
126
|
-
</activity>
|
127
|
-
<activity>
|
128
|
-
<id type="integer">24491859</id>
|
129
|
-
<version type="integer">191</version>
|
130
|
-
<event_type>story_update</event_type>
|
131
|
-
<occurred_at type="datetime">2010/07/29 19:08:36 UTC</occurred_at>
|
132
|
-
<author>Jon</author>
|
133
|
-
<project_id type="integer">102622</project_id>
|
134
|
-
<description>Jon edited "Movable Story"</description>
|
135
|
-
<stories>
|
136
|
-
<story>
|
137
|
-
<id type="integer">4490874</id>
|
138
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
|
139
|
-
<current_state>unstarted</current_state>
|
140
|
-
</story>
|
141
|
-
</stories>
|
142
|
-
</activity>
|
143
|
-
<activity>
|
144
|
-
<id type="integer">24491236</id>
|
145
|
-
<version type="integer">158</version>
|
146
|
-
<event_type>story_update</event_type>
|
147
|
-
<occurred_at type="datetime">2010/07/29 19:04:29 UTC</occurred_at>
|
148
|
-
<author>Jon</author>
|
149
|
-
<project_id type="integer">102622</project_id>
|
150
|
-
<description>Jon edited "Movable Story"</description>
|
151
|
-
<stories>
|
152
|
-
<story>
|
153
|
-
<id type="integer">4490874</id>
|
154
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
|
155
|
-
<name>Movable Story</name>
|
156
|
-
</story>
|
157
|
-
</stories>
|
158
|
-
</activity>
|
159
|
-
<activity>
|
160
|
-
<id type="integer">24490623</id>
|
161
|
-
<version type="integer">153</version>
|
162
|
-
<event_type>story_create</event_type>
|
163
|
-
<occurred_at type="datetime">2010/07/29 18:58:45 UTC</occurred_at>
|
164
|
-
<author>Test Suite Access</author>
|
165
|
-
<project_id type="integer">102622</project_id>
|
166
|
-
<description>Test Suite Access added "Create stuff"</description>
|
167
|
-
<stories>
|
168
|
-
<story>
|
169
|
-
<id type="integer">4491800</id>
|
170
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491800</url>
|
171
|
-
<name>Create stuff</name>
|
172
|
-
<story_type>feature</story_type>
|
173
|
-
<current_state>unscheduled</current_state>
|
174
|
-
</story>
|
175
|
-
</stories>
|
176
|
-
</activity>
|
177
|
-
</activities>
|