ticketmaster-rally 0.1.2 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. data/Gemfile +2 -0
  2. data/Gemfile.lock +4 -0
  3. data/VERSION +1 -1
  4. data/fixtures/vcr_cassettes/all_tickets.yml +4396 -0
  5. data/fixtures/vcr_cassettes/create_comment.yml +360 -0
  6. data/fixtures/vcr_cassettes/create_ticket.yml +4546 -0
  7. data/fixtures/vcr_cassettes/load_all_rally_comments.yml +1429 -0
  8. data/fixtures/vcr_cassettes/load_comments_by_attributes.yml +715 -0
  9. data/fixtures/vcr_cassettes/load_comments_by_ids.yml +193 -0
  10. data/fixtures/vcr_cassettes/rally.yml +64 -0
  11. data/fixtures/vcr_cassettes/rally_by_id.yml +79 -0
  12. data/fixtures/vcr_cassettes/rally_project_return_class.yml +79 -0
  13. data/fixtures/vcr_cassettes/rally_projects.yml +253 -0
  14. data/fixtures/vcr_cassettes/rally_projects_by_attributes.yml +127 -0
  15. data/fixtures/vcr_cassettes/rally_projects_by_ids.yml +79 -0
  16. data/fixtures/vcr_cassettes/rally_tickets.yml +142 -0
  17. data/fixtures/vcr_cassettes/retrieve_ticket.yml +4546 -0
  18. data/fixtures/vcr_cassettes/save_task_ticket.yml +3097 -0
  19. data/fixtures/vcr_cassettes/save_ticket.yml +209 -0
  20. data/fixtures/vcr_cassettes/ticket_by_attributes.yml +4396 -0
  21. data/fixtures/vcr_cassettes/ticket_save.yml +199 -0
  22. data/fixtures/vcr_cassettes/ticket_update.yml +184 -0
  23. data/fixtures/vcr_cassettes/ticketmaster_call.yml +64 -0
  24. data/fixtures/vcr_cassettes/ticketmaster_setting.yml +4687 -0
  25. data/fixtures/vcr_cassettes/tickets_by_attributes.yml +4396 -0
  26. data/fixtures/vcr_cassettes/tickets_by_defect.yml +2816 -0
  27. data/fixtures/vcr_cassettes/tickets_by_hierachial.yml +762 -0
  28. data/fixtures/vcr_cassettes/tickets_by_ids.yml +184 -0
  29. data/fixtures/vcr_cassettes/tickets_by_task.yml +1032 -0
  30. data/lib/provider/comment.rb +1 -1
  31. data/spec/comments_spec.rb +26 -21
  32. data/spec/projects_spec.rb +35 -29
  33. data/spec/spec_helper.rb +3 -0
  34. data/spec/ticketmaster-rally_spec.rb +3 -5
  35. data/spec/tickets_spec.rb +63 -60
  36. data/spec/vcr_setup.rb +7 -0
  37. data/ticketmaster-rally.gemspec +42 -8
  38. metadata +82 -81
@@ -0,0 +1,762 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Project?query=(ObjectID%20=%202712835688)&fetch=true
6
+ body:
7
+ headers:
8
+ x-rallyintegrationname:
9
+ - RubyRestAPI
10
+ x-rallyintegrationlibrary:
11
+ - RallyRestAPI version 1.0.3
12
+ x-rallyintegrationplatform:
13
+ - Ruby 1.9.2
14
+ x-rallyintegrationos:
15
+ - i686-linux
16
+ authorization:
17
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
18
+ content-type:
19
+ - text/xml
20
+ response: !ruby/struct:VCR::Response
21
+ status: !ruby/struct:VCR::ResponseStatus
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ date:
26
+ - Fri, 11 Nov 2011 02:46:44 GMT
27
+ server:
28
+ - Jetty(6.1.26)
29
+ expires:
30
+ - Thu, 01-Jan-1970 00:00:00 GMT
31
+ rallyrequestid:
32
+ - qd-app-03-trial7zwjtmmrcps712bee5qtnibd3.qd-app-03-trial35516
33
+ content-type:
34
+ - text/xml; charset=utf-8
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-03-trial7zwjtmmrcps712bee5qtnibd3.qd-app-03-trial;Path=/slm;Secure
37
+ vary:
38
+ - Accept-Encoding
39
+ p3p:
40
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
41
+ cache-control:
42
+ - no-cache, private,max-age=0,must-revalidate
43
+ transfer-encoding:
44
+ - chunked
45
+ body: |+
46
+ <?xml version="1.0" encoding="UTF-8"?>
47
+ <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
48
+ <Errors />
49
+ <Warnings />
50
+ <TotalResultCount>1</TotalResultCount>
51
+ <StartIndex>1</StartIndex>
52
+ <PageSize>20</PageSize>
53
+ <Results>
54
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" objectVersion="1" refObjectName="Sample Project" CreatedAt="Jan 18" type="Project">
55
+ <CreationDate>2011-01-18T15:40:28.807Z</CreationDate>
56
+ <ObjectID>2712835688</ObjectID>
57
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
58
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
59
+ <BuildDefinitions>
60
+ <BuildDefinition rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/builddefinition/2712835693" refObjectName="Default Build Definition" type="BuildDefinition" />
61
+ </BuildDefinitions>
62
+ <Children />
63
+ <Description />
64
+ <Iterations>
65
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836040" refObjectName="1 - Browse and Book" type="Iteration" />
66
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836046" refObjectName="3 - After Safari" type="Iteration" />
67
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836043" refObjectName="2 - Streamline Operations" type="Iteration" />
68
+ </Iterations>
69
+ <Name>Sample Project</Name>
70
+ <Notes />
71
+ <Owner>sfw@simeonfosterwillbanks.com</Owner>
72
+ <Releases />
73
+ <State>Open</State>
74
+ <Users />
75
+ </Object>
76
+ </Results>
77
+ </QueryResult>
78
+
79
+ http_version: "1.1"
80
+ - !ruby/struct:VCR::HTTPInteraction
81
+ request: !ruby/struct:VCR::Request
82
+ method: :get
83
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/HierarchicalRequirement?query=(ObjectID%20%3E%200)&project=https://community.rallydev.com/slm/webservice/1.17/project/2712835688
84
+ body:
85
+ headers:
86
+ x-rallyintegrationname:
87
+ - RubyRestAPI
88
+ x-rallyintegrationlibrary:
89
+ - RallyRestAPI version 1.0.3
90
+ x-rallyintegrationplatform:
91
+ - Ruby 1.9.2
92
+ x-rallyintegrationos:
93
+ - i686-linux
94
+ authorization:
95
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
96
+ content-type:
97
+ - text/xml
98
+ response: !ruby/struct:VCR::Response
99
+ status: !ruby/struct:VCR::ResponseStatus
100
+ code: 200
101
+ message: OK
102
+ headers:
103
+ date:
104
+ - Fri, 11 Nov 2011 02:46:45 GMT
105
+ server:
106
+ - Jetty(6.1.26)
107
+ expires:
108
+ - Thu, 01-Jan-1970 00:00:00 GMT
109
+ rallyrequestid:
110
+ - qd-app-02-trial6ptt6gyb7gfh1mhrui87nke44.qd-app-02-trial33834
111
+ content-type:
112
+ - text/xml; charset=utf-8
113
+ set-cookie:
114
+ - JSESSIONID=qd-app-02-trial6ptt6gyb7gfh1mhrui87nke44.qd-app-02-trial;Path=/slm;Secure
115
+ vary:
116
+ - Accept-Encoding
117
+ p3p:
118
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
119
+ cache-control:
120
+ - no-cache, private,max-age=0,must-revalidate
121
+ transfer-encoding:
122
+ - chunked
123
+ body: |+
124
+ <?xml version="1.0" encoding="UTF-8"?>
125
+ <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
126
+ <Errors />
127
+ <Warnings />
128
+ <TotalResultCount>8</TotalResultCount>
129
+ <StartIndex>1</StartIndex>
130
+ <PageSize>20</PageSize>
131
+ <Results>
132
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836049" refObjectName="Browse safaris" type="HierarchicalRequirement" />
133
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836055" refObjectName="Show availability of safaris" type="HierarchicalRequirement" />
134
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836061" refObjectName="Register for Frequent Adventurer card" type="HierarchicalRequirement" />
135
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836067" refObjectName="Complete the &quot;You may get eaten&quot; waiver" type="HierarchicalRequirement" />
136
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836073" refObjectName="View jungle miles account" type="HierarchicalRequirement" />
137
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836079" refObjectName="Choose dietary plan" type="HierarchicalRequirement" />
138
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836085" refObjectName="Manage special offers" type="HierarchicalRequirement" />
139
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
140
+ </Results>
141
+ </QueryResult>
142
+
143
+ http_version: "1.1"
144
+ - !ruby/struct:VCR::HTTPInteraction
145
+ request: !ruby/struct:VCR::Request
146
+ method: :get
147
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836049
148
+ body:
149
+ headers:
150
+ x-rallyintegrationname:
151
+ - RubyRestAPI
152
+ x-rallyintegrationlibrary:
153
+ - RallyRestAPI version 1.0.3
154
+ x-rallyintegrationplatform:
155
+ - Ruby 1.9.2
156
+ x-rallyintegrationos:
157
+ - i686-linux
158
+ authorization:
159
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
160
+ content-type:
161
+ - text/xml
162
+ response: !ruby/struct:VCR::Response
163
+ status: !ruby/struct:VCR::ResponseStatus
164
+ code: 200
165
+ message: OK
166
+ headers:
167
+ date:
168
+ - Fri, 11 Nov 2011 02:46:47 GMT
169
+ server:
170
+ - Jetty(6.1.26)
171
+ expires:
172
+ - Thu, 01-Jan-1970 00:00:00 GMT
173
+ rallyrequestid:
174
+ - qd-app-02-trial17pphb23bklhq1s6sgarxnuhnd.qd-app-02-trial33863
175
+ content-type:
176
+ - text/xml; charset=utf-8
177
+ set-cookie:
178
+ - JSESSIONID=qd-app-02-trial17pphb23bklhq1s6sgarxnuhnd.qd-app-02-trial;Path=/slm;Secure
179
+ vary:
180
+ - Accept-Encoding
181
+ p3p:
182
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
183
+ cache-control:
184
+ - no-cache, private,max-age=0,must-revalidate
185
+ transfer-encoding:
186
+ - chunked
187
+ body: |+
188
+ <?xml version="1.0" encoding="UTF-8"?>
189
+ <HierarchicalRequirement rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836049" objectVersion="2" refObjectName="Browse safaris" CreatedAt="Jan 18">
190
+ <CreationDate>2011-01-18T15:40:36.205Z</CreationDate>
191
+ <ObjectID>2712836049</ObjectID>
192
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
193
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
194
+ <Description>As a web site visitor, I want to browse through the inventory of available safaris so that I can pick one that fits my time, budget and interest.</Description>
195
+ <Discussion />
196
+ <FormattedID>US1</FormattedID>
197
+ <LastUpdateDate>2011-01-29T19:34:09.743Z</LastUpdateDate>
198
+ <Name>Browse safaris</Name>
199
+ <Notes />
200
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
201
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836050" type="RevisionHistory" />
202
+ <Tags />
203
+ <Attachments />
204
+ <Blocked>false</Blocked>
205
+ <Children />
206
+ <Defects />
207
+ <PlanEstimate>4.0</PlanEstimate>
208
+ <Predecessors />
209
+ <Rank>599999999999.998</Rank>
210
+ <ScheduleState>Defined</ScheduleState>
211
+ <Successors />
212
+ <TaskActualTotal>0.0</TaskActualTotal>
213
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
214
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
215
+ <Tasks>
216
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780204578" refObjectName="Safari Browser" type="Task" />
217
+ </Tasks>
218
+ <TestCases />
219
+ </HierarchicalRequirement>
220
+
221
+ http_version: "1.1"
222
+ - !ruby/struct:VCR::HTTPInteraction
223
+ request: !ruby/struct:VCR::Request
224
+ method: :get
225
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836055
226
+ body:
227
+ headers:
228
+ x-rallyintegrationname:
229
+ - RubyRestAPI
230
+ x-rallyintegrationlibrary:
231
+ - RallyRestAPI version 1.0.3
232
+ x-rallyintegrationplatform:
233
+ - Ruby 1.9.2
234
+ x-rallyintegrationos:
235
+ - i686-linux
236
+ authorization:
237
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
238
+ content-type:
239
+ - text/xml
240
+ response: !ruby/struct:VCR::Response
241
+ status: !ruby/struct:VCR::ResponseStatus
242
+ code: 200
243
+ message: OK
244
+ headers:
245
+ date:
246
+ - Fri, 11 Nov 2011 02:46:48 GMT
247
+ server:
248
+ - Jetty(6.1.26)
249
+ expires:
250
+ - Thu, 01-Jan-1970 00:00:00 GMT
251
+ rallyrequestid:
252
+ - qd-app-02-trial1ivlz9ubwtyesc2smbewubw98.qd-app-02-trial33884
253
+ content-type:
254
+ - text/xml; charset=utf-8
255
+ set-cookie:
256
+ - JSESSIONID=qd-app-02-trial1ivlz9ubwtyesc2smbewubw98.qd-app-02-trial;Path=/slm;Secure
257
+ vary:
258
+ - Accept-Encoding
259
+ p3p:
260
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
261
+ cache-control:
262
+ - no-cache, private,max-age=0,must-revalidate
263
+ transfer-encoding:
264
+ - chunked
265
+ body: |+
266
+ <?xml version="1.0" encoding="UTF-8"?>
267
+ <HierarchicalRequirement rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836055" objectVersion="2" refObjectName="Show availability of safaris" CreatedAt="Jan 18">
268
+ <CreationDate>2011-01-18T15:40:36.216Z</CreationDate>
269
+ <ObjectID>2712836055</ObjectID>
270
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
271
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
272
+ <Description>As a web site visitor, I want to view upcoming safari availability so that I can choose an available date.</Description>
273
+ <Discussion />
274
+ <FormattedID>US2</FormattedID>
275
+ <LastUpdateDate>2011-01-29T19:35:29.247Z</LastUpdateDate>
276
+ <Name>Show availability of safaris</Name>
277
+ <Notes />
278
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
279
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836056" type="RevisionHistory" />
280
+ <Tags />
281
+ <Attachments />
282
+ <Blocked>false</Blocked>
283
+ <Children />
284
+ <Defects />
285
+ <PlanEstimate>4.0</PlanEstimate>
286
+ <Predecessors />
287
+ <Rank>649999999999.997</Rank>
288
+ <ScheduleState>Defined</ScheduleState>
289
+ <Successors />
290
+ <TaskActualTotal>0.0</TaskActualTotal>
291
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
292
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
293
+ <Tasks>
294
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780205180" refObjectName="Safari scheudule" type="Task" />
295
+ </Tasks>
296
+ <TestCases />
297
+ </HierarchicalRequirement>
298
+
299
+ http_version: "1.1"
300
+ - !ruby/struct:VCR::HTTPInteraction
301
+ request: !ruby/struct:VCR::Request
302
+ method: :get
303
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836061
304
+ body:
305
+ headers:
306
+ x-rallyintegrationname:
307
+ - RubyRestAPI
308
+ x-rallyintegrationlibrary:
309
+ - RallyRestAPI version 1.0.3
310
+ x-rallyintegrationplatform:
311
+ - Ruby 1.9.2
312
+ x-rallyintegrationos:
313
+ - i686-linux
314
+ authorization:
315
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
316
+ content-type:
317
+ - text/xml
318
+ response: !ruby/struct:VCR::Response
319
+ status: !ruby/struct:VCR::ResponseStatus
320
+ code: 200
321
+ message: OK
322
+ headers:
323
+ date:
324
+ - Fri, 11 Nov 2011 02:46:49 GMT
325
+ server:
326
+ - Jetty(6.1.26)
327
+ expires:
328
+ - Thu, 01-Jan-1970 00:00:00 GMT
329
+ rallyrequestid:
330
+ - qd-app-02-trialwhgqrwx0wsu98q4p5q7juqdd.qd-app-02-trial33913
331
+ content-type:
332
+ - text/xml; charset=utf-8
333
+ set-cookie:
334
+ - JSESSIONID=qd-app-02-trialwhgqrwx0wsu98q4p5q7juqdd.qd-app-02-trial;Path=/slm;Secure
335
+ vary:
336
+ - Accept-Encoding
337
+ p3p:
338
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
339
+ cache-control:
340
+ - no-cache, private,max-age=0,must-revalidate
341
+ transfer-encoding:
342
+ - chunked
343
+ body: |+
344
+ <?xml version="1.0" encoding="UTF-8"?>
345
+ <HierarchicalRequirement rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836061" objectVersion="1" refObjectName="Register for Frequent Adventurer card" CreatedAt="Jan 18">
346
+ <CreationDate>2011-01-18T15:40:36.217Z</CreationDate>
347
+ <ObjectID>2712836061</ObjectID>
348
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
349
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
350
+ <Description>As a safari-taker, I want to sign-up for a Frequent Adventurer Card so I can earn rewards.</Description>
351
+ <Discussion />
352
+ <FormattedID>US3</FormattedID>
353
+ <LastUpdateDate>2011-01-18T15:40:36.252Z</LastUpdateDate>
354
+ <Name>Register for Frequent Adventurer card</Name>
355
+ <Notes />
356
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
357
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836062" type="RevisionHistory" />
358
+ <Tags />
359
+ <Attachments />
360
+ <Blocked>false</Blocked>
361
+ <Children />
362
+ <Defects />
363
+ <PlanEstimate>4.0</PlanEstimate>
364
+ <Predecessors />
365
+ <Rank>699999999999.996</Rank>
366
+ <ScheduleState>Defined</ScheduleState>
367
+ <Successors />
368
+ <TaskActualTotal>0.0</TaskActualTotal>
369
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
370
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
371
+ <Tasks />
372
+ <TestCases />
373
+ </HierarchicalRequirement>
374
+
375
+ http_version: "1.1"
376
+ - !ruby/struct:VCR::HTTPInteraction
377
+ request: !ruby/struct:VCR::Request
378
+ method: :get
379
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836067
380
+ body:
381
+ headers:
382
+ x-rallyintegrationname:
383
+ - RubyRestAPI
384
+ x-rallyintegrationlibrary:
385
+ - RallyRestAPI version 1.0.3
386
+ x-rallyintegrationplatform:
387
+ - Ruby 1.9.2
388
+ x-rallyintegrationos:
389
+ - i686-linux
390
+ authorization:
391
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
392
+ content-type:
393
+ - text/xml
394
+ response: !ruby/struct:VCR::Response
395
+ status: !ruby/struct:VCR::ResponseStatus
396
+ code: 200
397
+ message: OK
398
+ headers:
399
+ date:
400
+ - Fri, 11 Nov 2011 02:46:50 GMT
401
+ server:
402
+ - Jetty(6.1.26)
403
+ expires:
404
+ - Thu, 01-Jan-1970 00:00:00 GMT
405
+ rallyrequestid:
406
+ - qd-app-03-trial1msg1aruc7lfb1ouqpf21g67w.qd-app-03-trial35664
407
+ content-type:
408
+ - text/xml; charset=utf-8
409
+ set-cookie:
410
+ - JSESSIONID=qd-app-03-trial1msg1aruc7lfb1ouqpf21g67w.qd-app-03-trial;Path=/slm;Secure
411
+ vary:
412
+ - Accept-Encoding
413
+ p3p:
414
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
415
+ cache-control:
416
+ - no-cache, private,max-age=0,must-revalidate
417
+ transfer-encoding:
418
+ - chunked
419
+ body: |+
420
+ <?xml version="1.0" encoding="UTF-8"?>
421
+ <HierarchicalRequirement rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836067" objectVersion="1" refObjectName="Complete the &quot;You may get eaten&quot; waiver" CreatedAt="Jan 18">
422
+ <CreationDate>2011-01-18T15:40:36.218Z</CreationDate>
423
+ <ObjectID>2712836067</ObjectID>
424
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
425
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
426
+ <Description>As the owner of Simba's Safaris, I want the customers to complete a waiver so that our company has no liability if a lion eats them.</Description>
427
+ <Discussion />
428
+ <FormattedID>US4</FormattedID>
429
+ <LastUpdateDate>2011-01-18T15:40:36.259Z</LastUpdateDate>
430
+ <Name>Complete the "You may get eaten" waiver</Name>
431
+ <Notes />
432
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
433
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836068" type="RevisionHistory" />
434
+ <Tags />
435
+ <Attachments />
436
+ <Blocked>false</Blocked>
437
+ <Children />
438
+ <Defects />
439
+ <PlanEstimate>2.0</PlanEstimate>
440
+ <Predecessors />
441
+ <Rank>749999999999.995</Rank>
442
+ <ScheduleState>Defined</ScheduleState>
443
+ <Successors />
444
+ <TaskActualTotal>0.0</TaskActualTotal>
445
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
446
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
447
+ <Tasks />
448
+ <TestCases />
449
+ </HierarchicalRequirement>
450
+
451
+ http_version: "1.1"
452
+ - !ruby/struct:VCR::HTTPInteraction
453
+ request: !ruby/struct:VCR::Request
454
+ method: :get
455
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836073
456
+ body:
457
+ headers:
458
+ x-rallyintegrationname:
459
+ - RubyRestAPI
460
+ x-rallyintegrationlibrary:
461
+ - RallyRestAPI version 1.0.3
462
+ x-rallyintegrationplatform:
463
+ - Ruby 1.9.2
464
+ x-rallyintegrationos:
465
+ - i686-linux
466
+ authorization:
467
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
468
+ content-type:
469
+ - text/xml
470
+ response: !ruby/struct:VCR::Response
471
+ status: !ruby/struct:VCR::ResponseStatus
472
+ code: 200
473
+ message: OK
474
+ headers:
475
+ date:
476
+ - Fri, 11 Nov 2011 02:46:51 GMT
477
+ server:
478
+ - Jetty(6.1.26)
479
+ expires:
480
+ - Thu, 01-Jan-1970 00:00:00 GMT
481
+ rallyrequestid:
482
+ - qd-app-02-trialyznettyqy1u0xthr7fh4396x.qd-app-02-trial33948
483
+ content-type:
484
+ - text/xml; charset=utf-8
485
+ set-cookie:
486
+ - JSESSIONID=qd-app-02-trialyznettyqy1u0xthr7fh4396x.qd-app-02-trial;Path=/slm;Secure
487
+ vary:
488
+ - Accept-Encoding
489
+ p3p:
490
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
491
+ cache-control:
492
+ - no-cache, private,max-age=0,must-revalidate
493
+ transfer-encoding:
494
+ - chunked
495
+ body: |+
496
+ <?xml version="1.0" encoding="UTF-8"?>
497
+ <HierarchicalRequirement rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836073" objectVersion="1" refObjectName="View jungle miles account" CreatedAt="Jan 18">
498
+ <CreationDate>2011-01-18T15:40:36.219Z</CreationDate>
499
+ <ObjectID>2712836073</ObjectID>
500
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
501
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
502
+ <Description>As a frequent adventurer, I want to view the number of jungle miles in my account so I can see if I'm eligible for a reward.</Description>
503
+ <Discussion />
504
+ <FormattedID>US6</FormattedID>
505
+ <LastUpdateDate>2011-01-18T15:40:36.260Z</LastUpdateDate>
506
+ <Name>View jungle miles account</Name>
507
+ <Notes />
508
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
509
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836074" type="RevisionHistory" />
510
+ <Tags />
511
+ <Attachments />
512
+ <Blocked>false</Blocked>
513
+ <Children />
514
+ <Defects />
515
+ <PlanEstimate>4.0</PlanEstimate>
516
+ <Predecessors />
517
+ <Rank>799999999999.994</Rank>
518
+ <ScheduleState>Defined</ScheduleState>
519
+ <Successors />
520
+ <TaskActualTotal>0.0</TaskActualTotal>
521
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
522
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
523
+ <Tasks />
524
+ <TestCases />
525
+ </HierarchicalRequirement>
526
+
527
+ http_version: "1.1"
528
+ - !ruby/struct:VCR::HTTPInteraction
529
+ request: !ruby/struct:VCR::Request
530
+ method: :get
531
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836079
532
+ body:
533
+ headers:
534
+ x-rallyintegrationname:
535
+ - RubyRestAPI
536
+ x-rallyintegrationlibrary:
537
+ - RallyRestAPI version 1.0.3
538
+ x-rallyintegrationplatform:
539
+ - Ruby 1.9.2
540
+ x-rallyintegrationos:
541
+ - i686-linux
542
+ authorization:
543
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
544
+ content-type:
545
+ - text/xml
546
+ response: !ruby/struct:VCR::Response
547
+ status: !ruby/struct:VCR::ResponseStatus
548
+ code: 200
549
+ message: OK
550
+ headers:
551
+ date:
552
+ - Fri, 11 Nov 2011 02:46:53 GMT
553
+ server:
554
+ - Jetty(6.1.26)
555
+ expires:
556
+ - Thu, 01-Jan-1970 00:00:00 GMT
557
+ rallyrequestid:
558
+ - qd-app-02-trialvzk6nld1s6wx1rowgsmlncx6x.qd-app-02-trial33980
559
+ content-type:
560
+ - text/xml; charset=utf-8
561
+ set-cookie:
562
+ - JSESSIONID=qd-app-02-trialvzk6nld1s6wx1rowgsmlncx6x.qd-app-02-trial;Path=/slm;Secure
563
+ vary:
564
+ - Accept-Encoding
565
+ p3p:
566
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
567
+ cache-control:
568
+ - no-cache, private,max-age=0,must-revalidate
569
+ transfer-encoding:
570
+ - chunked
571
+ body: |+
572
+ <?xml version="1.0" encoding="UTF-8"?>
573
+ <HierarchicalRequirement rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836079" objectVersion="1" refObjectName="Choose dietary plan" CreatedAt="Jan 18">
574
+ <CreationDate>2011-01-18T15:40:36.219Z</CreationDate>
575
+ <ObjectID>2712836079</ObjectID>
576
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
577
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
578
+ <Description>As a web site visitor, I want to view the available dietary selections (e.g., vegetarian, gluten-free, standard) and make a selection so that I know that any special food needs will be met.</Description>
579
+ <Discussion />
580
+ <FormattedID>US5</FormattedID>
581
+ <LastUpdateDate>2011-01-18T15:40:36.261Z</LastUpdateDate>
582
+ <Name>Choose dietary plan</Name>
583
+ <Notes />
584
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
585
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836080" type="RevisionHistory" />
586
+ <Tags />
587
+ <Attachments />
588
+ <Blocked>false</Blocked>
589
+ <Children />
590
+ <Defects />
591
+ <PlanEstimate>2.0</PlanEstimate>
592
+ <Predecessors />
593
+ <Rank>849999999999.993</Rank>
594
+ <ScheduleState>Defined</ScheduleState>
595
+ <Successors />
596
+ <TaskActualTotal>0.0</TaskActualTotal>
597
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
598
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
599
+ <Tasks />
600
+ <TestCases />
601
+ </HierarchicalRequirement>
602
+
603
+ http_version: "1.1"
604
+ - !ruby/struct:VCR::HTTPInteraction
605
+ request: !ruby/struct:VCR::Request
606
+ method: :get
607
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836085
608
+ body:
609
+ headers:
610
+ x-rallyintegrationname:
611
+ - RubyRestAPI
612
+ x-rallyintegrationlibrary:
613
+ - RallyRestAPI version 1.0.3
614
+ x-rallyintegrationplatform:
615
+ - Ruby 1.9.2
616
+ x-rallyintegrationos:
617
+ - i686-linux
618
+ authorization:
619
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
620
+ content-type:
621
+ - text/xml
622
+ response: !ruby/struct:VCR::Response
623
+ status: !ruby/struct:VCR::ResponseStatus
624
+ code: 200
625
+ message: OK
626
+ headers:
627
+ date:
628
+ - Fri, 11 Nov 2011 02:46:54 GMT
629
+ server:
630
+ - Jetty(6.1.26)
631
+ expires:
632
+ - Thu, 01-Jan-1970 00:00:00 GMT
633
+ rallyrequestid:
634
+ - qd-app-03-trialgj170uwdak3lda13nj9m1f4.qd-app-03-trial35742
635
+ content-type:
636
+ - text/xml; charset=utf-8
637
+ set-cookie:
638
+ - JSESSIONID=qd-app-03-trialgj170uwdak3lda13nj9m1f4.qd-app-03-trial;Path=/slm;Secure
639
+ vary:
640
+ - Accept-Encoding
641
+ p3p:
642
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
643
+ cache-control:
644
+ - no-cache, private,max-age=0,must-revalidate
645
+ transfer-encoding:
646
+ - chunked
647
+ body: |+
648
+ <?xml version="1.0" encoding="UTF-8"?>
649
+ <HierarchicalRequirement rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836085" objectVersion="1" refObjectName="Manage special offers" CreatedAt="Jan 18">
650
+ <CreationDate>2011-01-18T15:40:36.220Z</CreationDate>
651
+ <ObjectID>2712836085</ObjectID>
652
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
653
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
654
+ <Description>As a safari scheduler, I want to publish special offers so that I can balance demand and availability.</Description>
655
+ <Discussion />
656
+ <FormattedID>US7</FormattedID>
657
+ <LastUpdateDate>2011-01-18T15:40:36.262Z</LastUpdateDate>
658
+ <Name>Manage special offers</Name>
659
+ <Notes />
660
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
661
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836086" type="RevisionHistory" />
662
+ <Tags />
663
+ <Attachments />
664
+ <Blocked>false</Blocked>
665
+ <Children />
666
+ <Defects />
667
+ <PlanEstimate>8.0</PlanEstimate>
668
+ <Predecessors />
669
+ <Rank>899999999999.992</Rank>
670
+ <ScheduleState>Defined</ScheduleState>
671
+ <Successors />
672
+ <TaskActualTotal>0.0</TaskActualTotal>
673
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
674
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
675
+ <Tasks />
676
+ <TestCases />
677
+ </HierarchicalRequirement>
678
+
679
+ http_version: "1.1"
680
+ - !ruby/struct:VCR::HTTPInteraction
681
+ request: !ruby/struct:VCR::Request
682
+ method: :get
683
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836091
684
+ body:
685
+ headers:
686
+ x-rallyintegrationname:
687
+ - RubyRestAPI
688
+ x-rallyintegrationlibrary:
689
+ - RallyRestAPI version 1.0.3
690
+ x-rallyintegrationplatform:
691
+ - Ruby 1.9.2
692
+ x-rallyintegrationos:
693
+ - i686-linux
694
+ authorization:
695
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
696
+ content-type:
697
+ - text/xml
698
+ response: !ruby/struct:VCR::Response
699
+ status: !ruby/struct:VCR::ResponseStatus
700
+ code: 200
701
+ message: OK
702
+ headers:
703
+ date:
704
+ - Fri, 11 Nov 2011 02:46:55 GMT
705
+ server:
706
+ - Jetty(6.1.26)
707
+ expires:
708
+ - Thu, 01-Jan-1970 00:00:00 GMT
709
+ rallyrequestid:
710
+ - qd-app-03-trial1og8a2dmrmepn1ot21fgo1tkkk.qd-app-03-trial35780
711
+ content-type:
712
+ - text/xml; charset=utf-8
713
+ set-cookie:
714
+ - JSESSIONID=qd-app-03-trial1og8a2dmrmepn1ot21fgo1tkkk.qd-app-03-trial;Path=/slm;Secure
715
+ vary:
716
+ - Accept-Encoding
717
+ p3p:
718
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
719
+ cache-control:
720
+ - no-cache, private,max-age=0,must-revalidate
721
+ transfer-encoding:
722
+ - chunked
723
+ body: |+
724
+ <?xml version="1.0" encoding="UTF-8"?>
725
+ <HierarchicalRequirement rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" objectVersion="7" refObjectName="Order picture package" CreatedAt="Jan 18">
726
+ <CreationDate>2011-01-18T15:40:36.221Z</CreationDate>
727
+ <ObjectID>2712836091</ObjectID>
728
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
729
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
730
+ <Description>As a safari-taker, I want to view any pictures taken and be able to order reprints so that I can remember my trip.</Description>
731
+ <Discussion>
732
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3583018832" type="ConversationPost" />
733
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833629743" type="ConversationPost" />
734
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833149838" type="ConversationPost" />
735
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3831634988" type="ConversationPost" />
736
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/4695859352" type="ConversationPost" />
737
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990261411" type="ConversationPost" />
738
+ </Discussion>
739
+ <FormattedID>US8</FormattedID>
740
+ <LastUpdateDate>2011-11-08T21:37:32.679Z</LastUpdateDate>
741
+ <Name>Order picture package</Name>
742
+ <Notes />
743
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
744
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836092" type="RevisionHistory" />
745
+ <Tags />
746
+ <Attachments />
747
+ <Blocked>false</Blocked>
748
+ <Children />
749
+ <Defects />
750
+ <PlanEstimate>8.0</PlanEstimate>
751
+ <Predecessors />
752
+ <Rank>949999999999.991</Rank>
753
+ <ScheduleState>Defined</ScheduleState>
754
+ <Successors />
755
+ <TaskActualTotal>0.0</TaskActualTotal>
756
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
757
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
758
+ <Tasks />
759
+ <TestCases />
760
+ </HierarchicalRequirement>
761
+
762
+ http_version: "1.1"