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
data/Gemfile CHANGED
@@ -14,6 +14,8 @@ group :development do
14
14
  gem "yard", "~> 0.7.0"
15
15
  gem "bundler", "~> 1.0.0"
16
16
  gem "jeweler", "~> 1.5.2"
17
+ gem "fakeweb", "~> 1.3.0"
18
+ gem "vcr", "~> 1.11.3"
17
19
  gem "rcov", ">= 0"
18
20
  gem 'ruby-debug', :platform => [:ruby_18]
19
21
  gem 'ruby-debug19', :platform => [:ruby_19]
data/Gemfile.lock CHANGED
@@ -13,6 +13,7 @@ GEM
13
13
  builder (2.1.2)
14
14
  columnize (0.3.4)
15
15
  diff-lcs (1.1.2)
16
+ fakeweb (1.3.0)
16
17
  git (1.2.5)
17
18
  hashie (1.0.0)
18
19
  i18n (0.5.0)
@@ -59,6 +60,7 @@ GEM
59
60
  hashie (= 1.0.0)
60
61
  hashie
61
62
  jeweler
63
+ vcr (1.11.3)
62
64
  yard (0.7.2)
63
65
 
64
66
  PLATFORMS
@@ -67,6 +69,7 @@ PLATFORMS
67
69
 
68
70
  DEPENDENCIES
69
71
  bundler (~> 1.0.0)
72
+ fakeweb (~> 1.3.0)
70
73
  jeweler (~> 1.5.2)
71
74
  rally_rest_api (~> 1.0.3)
72
75
  rcov
@@ -74,4 +77,5 @@ DEPENDENCIES
74
77
  ruby-debug
75
78
  ruby-debug19
76
79
  ticketmaster (= 0.6.6)
80
+ vcr (~> 1.11.3)
77
81
  yard (~> 0.7.0)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.2.2
@@ -0,0 +1,4396 @@
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:38:29 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-triali5t47ddwfzl31ni8u5zgc01u4.qd-app-03-trial25748
33
+ content-type:
34
+ - text/xml; charset=utf-8
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-03-triali5t47ddwfzl31ni8u5zgc01u4.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/Artifact?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:38:30 GMT
105
+ server:
106
+ - Jetty(6.1.26)
107
+ expires:
108
+ - Thu, 01-Jan-1970 00:00:00 GMT
109
+ rallyrequestid:
110
+ - qd-app-03-trial14yv0ozn82jjx2h4h37925zym.qd-app-03-trial25784
111
+ content-type:
112
+ - text/xml; charset=utf-8
113
+ set-cookie:
114
+ - JSESSIONID=qd-app-03-trial14yv0ozn82jjx2h4h37925zym.qd-app-03-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>54</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
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780204578" refObjectName="Safari Browser" type="Task" />
141
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780205180" refObjectName="Safari scheudule" type="Task" />
142
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
143
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833369261" refObjectName="Testing" type="Defect" />
144
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370620" refObjectName="Testing" type="Defect" />
145
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370895" refObjectName="Testing" type="Defect" />
146
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370974" refObjectName="Testing" type="Defect" />
147
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371135" refObjectName="Testing" type="Defect" />
148
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371231" refObjectName="Testing" type="Defect" />
149
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371298" refObjectName="Testing" type="Defect" />
150
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372047" refObjectName="Testing" type="Defect" />
151
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372201" refObjectName="Testing" type="Defect" />
152
+ </Results>
153
+ </QueryResult>
154
+
155
+ http_version: "1.1"
156
+ - !ruby/struct:VCR::HTTPInteraction
157
+ request: !ruby/struct:VCR::Request
158
+ method: :get
159
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836049
160
+ body:
161
+ headers:
162
+ x-rallyintegrationname:
163
+ - RubyRestAPI
164
+ x-rallyintegrationlibrary:
165
+ - RallyRestAPI version 1.0.3
166
+ x-rallyintegrationplatform:
167
+ - Ruby 1.9.2
168
+ x-rallyintegrationos:
169
+ - i686-linux
170
+ authorization:
171
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
172
+ content-type:
173
+ - text/xml
174
+ response: !ruby/struct:VCR::Response
175
+ status: !ruby/struct:VCR::ResponseStatus
176
+ code: 200
177
+ message: OK
178
+ headers:
179
+ date:
180
+ - Fri, 11 Nov 2011 02:38:31 GMT
181
+ server:
182
+ - Jetty(6.1.26)
183
+ expires:
184
+ - Thu, 01-Jan-1970 00:00:00 GMT
185
+ rallyrequestid:
186
+ - qd-app-03-trial1wajc96ge2pz2uqp4n10i2dpp.qd-app-03-trial25808
187
+ content-type:
188
+ - text/xml; charset=utf-8
189
+ set-cookie:
190
+ - JSESSIONID=qd-app-03-trial1wajc96ge2pz2uqp4n10i2dpp.qd-app-03-trial;Path=/slm;Secure
191
+ vary:
192
+ - Accept-Encoding
193
+ p3p:
194
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
195
+ cache-control:
196
+ - no-cache, private,max-age=0,must-revalidate
197
+ transfer-encoding:
198
+ - chunked
199
+ body: |+
200
+ <?xml version="1.0" encoding="UTF-8"?>
201
+ <HierarchicalRequirement rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836049" objectVersion="2" refObjectName="Browse safaris" CreatedAt="Jan 18">
202
+ <CreationDate>2011-01-18T15:40:36.205Z</CreationDate>
203
+ <ObjectID>2712836049</ObjectID>
204
+ <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" />
205
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
206
+ <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>
207
+ <Discussion />
208
+ <FormattedID>US1</FormattedID>
209
+ <LastUpdateDate>2011-01-29T19:34:09.743Z</LastUpdateDate>
210
+ <Name>Browse safaris</Name>
211
+ <Notes />
212
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
213
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836050" type="RevisionHistory" />
214
+ <Tags />
215
+ <Attachments />
216
+ <Blocked>false</Blocked>
217
+ <Children />
218
+ <Defects />
219
+ <PlanEstimate>4.0</PlanEstimate>
220
+ <Predecessors />
221
+ <Rank>599999999999.998</Rank>
222
+ <ScheduleState>Defined</ScheduleState>
223
+ <Successors />
224
+ <TaskActualTotal>0.0</TaskActualTotal>
225
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
226
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
227
+ <Tasks>
228
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780204578" refObjectName="Safari Browser" type="Task" />
229
+ </Tasks>
230
+ <TestCases />
231
+ </HierarchicalRequirement>
232
+
233
+ http_version: "1.1"
234
+ - !ruby/struct:VCR::HTTPInteraction
235
+ request: !ruby/struct:VCR::Request
236
+ method: :get
237
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836055
238
+ body:
239
+ headers:
240
+ x-rallyintegrationname:
241
+ - RubyRestAPI
242
+ x-rallyintegrationlibrary:
243
+ - RallyRestAPI version 1.0.3
244
+ x-rallyintegrationplatform:
245
+ - Ruby 1.9.2
246
+ x-rallyintegrationos:
247
+ - i686-linux
248
+ authorization:
249
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
250
+ content-type:
251
+ - text/xml
252
+ response: !ruby/struct:VCR::Response
253
+ status: !ruby/struct:VCR::ResponseStatus
254
+ code: 200
255
+ message: OK
256
+ headers:
257
+ date:
258
+ - Fri, 11 Nov 2011 02:38:33 GMT
259
+ server:
260
+ - Jetty(6.1.26)
261
+ expires:
262
+ - Thu, 01-Jan-1970 00:00:00 GMT
263
+ rallyrequestid:
264
+ - qd-app-03-trial1aij4zzzlr8nv85xynqeywmwl.qd-app-03-trial25823
265
+ content-type:
266
+ - text/xml; charset=utf-8
267
+ set-cookie:
268
+ - JSESSIONID=qd-app-03-trial1aij4zzzlr8nv85xynqeywmwl.qd-app-03-trial;Path=/slm;Secure
269
+ vary:
270
+ - Accept-Encoding
271
+ p3p:
272
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
273
+ cache-control:
274
+ - no-cache, private,max-age=0,must-revalidate
275
+ transfer-encoding:
276
+ - chunked
277
+ body: |+
278
+ <?xml version="1.0" encoding="UTF-8"?>
279
+ <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">
280
+ <CreationDate>2011-01-18T15:40:36.216Z</CreationDate>
281
+ <ObjectID>2712836055</ObjectID>
282
+ <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" />
283
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
284
+ <Description>As a web site visitor, I want to view upcoming safari availability so that I can choose an available date.</Description>
285
+ <Discussion />
286
+ <FormattedID>US2</FormattedID>
287
+ <LastUpdateDate>2011-01-29T19:35:29.247Z</LastUpdateDate>
288
+ <Name>Show availability of safaris</Name>
289
+ <Notes />
290
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
291
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836056" type="RevisionHistory" />
292
+ <Tags />
293
+ <Attachments />
294
+ <Blocked>false</Blocked>
295
+ <Children />
296
+ <Defects />
297
+ <PlanEstimate>4.0</PlanEstimate>
298
+ <Predecessors />
299
+ <Rank>649999999999.997</Rank>
300
+ <ScheduleState>Defined</ScheduleState>
301
+ <Successors />
302
+ <TaskActualTotal>0.0</TaskActualTotal>
303
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
304
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
305
+ <Tasks>
306
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780205180" refObjectName="Safari scheudule" type="Task" />
307
+ </Tasks>
308
+ <TestCases />
309
+ </HierarchicalRequirement>
310
+
311
+ http_version: "1.1"
312
+ - !ruby/struct:VCR::HTTPInteraction
313
+ request: !ruby/struct:VCR::Request
314
+ method: :get
315
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836061
316
+ body:
317
+ headers:
318
+ x-rallyintegrationname:
319
+ - RubyRestAPI
320
+ x-rallyintegrationlibrary:
321
+ - RallyRestAPI version 1.0.3
322
+ x-rallyintegrationplatform:
323
+ - Ruby 1.9.2
324
+ x-rallyintegrationos:
325
+ - i686-linux
326
+ authorization:
327
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
328
+ content-type:
329
+ - text/xml
330
+ response: !ruby/struct:VCR::Response
331
+ status: !ruby/struct:VCR::ResponseStatus
332
+ code: 200
333
+ message: OK
334
+ headers:
335
+ date:
336
+ - Fri, 11 Nov 2011 02:38:34 GMT
337
+ server:
338
+ - Jetty(6.1.26)
339
+ expires:
340
+ - Thu, 01-Jan-1970 00:00:00 GMT
341
+ rallyrequestid:
342
+ - qd-app-03-trialfz2aoh20a9pgrjz1a6cie68e.qd-app-03-trial25865
343
+ content-type:
344
+ - text/xml; charset=utf-8
345
+ set-cookie:
346
+ - JSESSIONID=qd-app-03-trialfz2aoh20a9pgrjz1a6cie68e.qd-app-03-trial;Path=/slm;Secure
347
+ vary:
348
+ - Accept-Encoding
349
+ p3p:
350
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
351
+ cache-control:
352
+ - no-cache, private,max-age=0,must-revalidate
353
+ transfer-encoding:
354
+ - chunked
355
+ body: |+
356
+ <?xml version="1.0" encoding="UTF-8"?>
357
+ <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">
358
+ <CreationDate>2011-01-18T15:40:36.217Z</CreationDate>
359
+ <ObjectID>2712836061</ObjectID>
360
+ <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" />
361
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
362
+ <Description>As a safari-taker, I want to sign-up for a Frequent Adventurer Card so I can earn rewards.</Description>
363
+ <Discussion />
364
+ <FormattedID>US3</FormattedID>
365
+ <LastUpdateDate>2011-01-18T15:40:36.252Z</LastUpdateDate>
366
+ <Name>Register for Frequent Adventurer card</Name>
367
+ <Notes />
368
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
369
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836062" type="RevisionHistory" />
370
+ <Tags />
371
+ <Attachments />
372
+ <Blocked>false</Blocked>
373
+ <Children />
374
+ <Defects />
375
+ <PlanEstimate>4.0</PlanEstimate>
376
+ <Predecessors />
377
+ <Rank>699999999999.996</Rank>
378
+ <ScheduleState>Defined</ScheduleState>
379
+ <Successors />
380
+ <TaskActualTotal>0.0</TaskActualTotal>
381
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
382
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
383
+ <Tasks />
384
+ <TestCases />
385
+ </HierarchicalRequirement>
386
+
387
+ http_version: "1.1"
388
+ - !ruby/struct:VCR::HTTPInteraction
389
+ request: !ruby/struct:VCR::Request
390
+ method: :get
391
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836067
392
+ body:
393
+ headers:
394
+ x-rallyintegrationname:
395
+ - RubyRestAPI
396
+ x-rallyintegrationlibrary:
397
+ - RallyRestAPI version 1.0.3
398
+ x-rallyintegrationplatform:
399
+ - Ruby 1.9.2
400
+ x-rallyintegrationos:
401
+ - i686-linux
402
+ authorization:
403
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
404
+ content-type:
405
+ - text/xml
406
+ response: !ruby/struct:VCR::Response
407
+ status: !ruby/struct:VCR::ResponseStatus
408
+ code: 200
409
+ message: OK
410
+ headers:
411
+ date:
412
+ - Fri, 11 Nov 2011 02:38:35 GMT
413
+ server:
414
+ - Jetty(6.1.26)
415
+ expires:
416
+ - Thu, 01-Jan-1970 00:00:00 GMT
417
+ rallyrequestid:
418
+ - qd-app-03-trial40bs4ijuovjk8vu6sy6e0zg7.qd-app-03-trial25914
419
+ content-type:
420
+ - text/xml; charset=utf-8
421
+ set-cookie:
422
+ - JSESSIONID=qd-app-03-trial40bs4ijuovjk8vu6sy6e0zg7.qd-app-03-trial;Path=/slm;Secure
423
+ vary:
424
+ - Accept-Encoding
425
+ p3p:
426
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
427
+ cache-control:
428
+ - no-cache, private,max-age=0,must-revalidate
429
+ transfer-encoding:
430
+ - chunked
431
+ body: |+
432
+ <?xml version="1.0" encoding="UTF-8"?>
433
+ <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">
434
+ <CreationDate>2011-01-18T15:40:36.218Z</CreationDate>
435
+ <ObjectID>2712836067</ObjectID>
436
+ <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" />
437
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
438
+ <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>
439
+ <Discussion />
440
+ <FormattedID>US4</FormattedID>
441
+ <LastUpdateDate>2011-01-18T15:40:36.259Z</LastUpdateDate>
442
+ <Name>Complete the "You may get eaten" waiver</Name>
443
+ <Notes />
444
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
445
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836068" type="RevisionHistory" />
446
+ <Tags />
447
+ <Attachments />
448
+ <Blocked>false</Blocked>
449
+ <Children />
450
+ <Defects />
451
+ <PlanEstimate>2.0</PlanEstimate>
452
+ <Predecessors />
453
+ <Rank>749999999999.995</Rank>
454
+ <ScheduleState>Defined</ScheduleState>
455
+ <Successors />
456
+ <TaskActualTotal>0.0</TaskActualTotal>
457
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
458
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
459
+ <Tasks />
460
+ <TestCases />
461
+ </HierarchicalRequirement>
462
+
463
+ http_version: "1.1"
464
+ - !ruby/struct:VCR::HTTPInteraction
465
+ request: !ruby/struct:VCR::Request
466
+ method: :get
467
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836073
468
+ body:
469
+ headers:
470
+ x-rallyintegrationname:
471
+ - RubyRestAPI
472
+ x-rallyintegrationlibrary:
473
+ - RallyRestAPI version 1.0.3
474
+ x-rallyintegrationplatform:
475
+ - Ruby 1.9.2
476
+ x-rallyintegrationos:
477
+ - i686-linux
478
+ authorization:
479
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
480
+ content-type:
481
+ - text/xml
482
+ response: !ruby/struct:VCR::Response
483
+ status: !ruby/struct:VCR::ResponseStatus
484
+ code: 200
485
+ message: OK
486
+ headers:
487
+ date:
488
+ - Fri, 11 Nov 2011 02:38:36 GMT
489
+ server:
490
+ - Jetty(6.1.26)
491
+ expires:
492
+ - Thu, 01-Jan-1970 00:00:00 GMT
493
+ rallyrequestid:
494
+ - qd-app-03-trial99ipo7e09zo31hrj20u98flbp.qd-app-03-trial25956
495
+ content-type:
496
+ - text/xml; charset=utf-8
497
+ set-cookie:
498
+ - JSESSIONID=qd-app-03-trial99ipo7e09zo31hrj20u98flbp.qd-app-03-trial;Path=/slm;Secure
499
+ vary:
500
+ - Accept-Encoding
501
+ p3p:
502
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
503
+ cache-control:
504
+ - no-cache, private,max-age=0,must-revalidate
505
+ transfer-encoding:
506
+ - chunked
507
+ body: |+
508
+ <?xml version="1.0" encoding="UTF-8"?>
509
+ <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">
510
+ <CreationDate>2011-01-18T15:40:36.219Z</CreationDate>
511
+ <ObjectID>2712836073</ObjectID>
512
+ <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" />
513
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
514
+ <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>
515
+ <Discussion />
516
+ <FormattedID>US6</FormattedID>
517
+ <LastUpdateDate>2011-01-18T15:40:36.260Z</LastUpdateDate>
518
+ <Name>View jungle miles account</Name>
519
+ <Notes />
520
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
521
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836074" type="RevisionHistory" />
522
+ <Tags />
523
+ <Attachments />
524
+ <Blocked>false</Blocked>
525
+ <Children />
526
+ <Defects />
527
+ <PlanEstimate>4.0</PlanEstimate>
528
+ <Predecessors />
529
+ <Rank>799999999999.994</Rank>
530
+ <ScheduleState>Defined</ScheduleState>
531
+ <Successors />
532
+ <TaskActualTotal>0.0</TaskActualTotal>
533
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
534
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
535
+ <Tasks />
536
+ <TestCases />
537
+ </HierarchicalRequirement>
538
+
539
+ http_version: "1.1"
540
+ - !ruby/struct:VCR::HTTPInteraction
541
+ request: !ruby/struct:VCR::Request
542
+ method: :get
543
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836079
544
+ body:
545
+ headers:
546
+ x-rallyintegrationname:
547
+ - RubyRestAPI
548
+ x-rallyintegrationlibrary:
549
+ - RallyRestAPI version 1.0.3
550
+ x-rallyintegrationplatform:
551
+ - Ruby 1.9.2
552
+ x-rallyintegrationos:
553
+ - i686-linux
554
+ authorization:
555
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
556
+ content-type:
557
+ - text/xml
558
+ response: !ruby/struct:VCR::Response
559
+ status: !ruby/struct:VCR::ResponseStatus
560
+ code: 200
561
+ message: OK
562
+ headers:
563
+ date:
564
+ - Fri, 11 Nov 2011 02:38:37 GMT
565
+ server:
566
+ - Jetty(6.1.26)
567
+ expires:
568
+ - Thu, 01-Jan-1970 00:00:00 GMT
569
+ rallyrequestid:
570
+ - qd-app-03-trial1txjx8knq9mdh4i5bdky8wtvd.qd-app-03-trial26008
571
+ content-type:
572
+ - text/xml; charset=utf-8
573
+ set-cookie:
574
+ - JSESSIONID=qd-app-03-trial1txjx8knq9mdh4i5bdky8wtvd.qd-app-03-trial;Path=/slm;Secure
575
+ vary:
576
+ - Accept-Encoding
577
+ p3p:
578
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
579
+ cache-control:
580
+ - no-cache, private,max-age=0,must-revalidate
581
+ transfer-encoding:
582
+ - chunked
583
+ body: |+
584
+ <?xml version="1.0" encoding="UTF-8"?>
585
+ <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">
586
+ <CreationDate>2011-01-18T15:40:36.219Z</CreationDate>
587
+ <ObjectID>2712836079</ObjectID>
588
+ <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" />
589
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
590
+ <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>
591
+ <Discussion />
592
+ <FormattedID>US5</FormattedID>
593
+ <LastUpdateDate>2011-01-18T15:40:36.261Z</LastUpdateDate>
594
+ <Name>Choose dietary plan</Name>
595
+ <Notes />
596
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
597
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836080" type="RevisionHistory" />
598
+ <Tags />
599
+ <Attachments />
600
+ <Blocked>false</Blocked>
601
+ <Children />
602
+ <Defects />
603
+ <PlanEstimate>2.0</PlanEstimate>
604
+ <Predecessors />
605
+ <Rank>849999999999.993</Rank>
606
+ <ScheduleState>Defined</ScheduleState>
607
+ <Successors />
608
+ <TaskActualTotal>0.0</TaskActualTotal>
609
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
610
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
611
+ <Tasks />
612
+ <TestCases />
613
+ </HierarchicalRequirement>
614
+
615
+ http_version: "1.1"
616
+ - !ruby/struct:VCR::HTTPInteraction
617
+ request: !ruby/struct:VCR::Request
618
+ method: :get
619
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836085
620
+ body:
621
+ headers:
622
+ x-rallyintegrationname:
623
+ - RubyRestAPI
624
+ x-rallyintegrationlibrary:
625
+ - RallyRestAPI version 1.0.3
626
+ x-rallyintegrationplatform:
627
+ - Ruby 1.9.2
628
+ x-rallyintegrationos:
629
+ - i686-linux
630
+ authorization:
631
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
632
+ content-type:
633
+ - text/xml
634
+ response: !ruby/struct:VCR::Response
635
+ status: !ruby/struct:VCR::ResponseStatus
636
+ code: 200
637
+ message: OK
638
+ headers:
639
+ date:
640
+ - Fri, 11 Nov 2011 02:38:38 GMT
641
+ server:
642
+ - Jetty(6.1.26)
643
+ expires:
644
+ - Thu, 01-Jan-1970 00:00:00 GMT
645
+ rallyrequestid:
646
+ - qd-app-03-trialw0pbzth1osd11ss5duyviia13.qd-app-03-trial26043
647
+ content-type:
648
+ - text/xml; charset=utf-8
649
+ set-cookie:
650
+ - JSESSIONID=qd-app-03-trialw0pbzth1osd11ss5duyviia13.qd-app-03-trial;Path=/slm;Secure
651
+ vary:
652
+ - Accept-Encoding
653
+ p3p:
654
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
655
+ cache-control:
656
+ - no-cache, private,max-age=0,must-revalidate
657
+ transfer-encoding:
658
+ - chunked
659
+ body: |+
660
+ <?xml version="1.0" encoding="UTF-8"?>
661
+ <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">
662
+ <CreationDate>2011-01-18T15:40:36.220Z</CreationDate>
663
+ <ObjectID>2712836085</ObjectID>
664
+ <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" />
665
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
666
+ <Description>As a safari scheduler, I want to publish special offers so that I can balance demand and availability.</Description>
667
+ <Discussion />
668
+ <FormattedID>US7</FormattedID>
669
+ <LastUpdateDate>2011-01-18T15:40:36.262Z</LastUpdateDate>
670
+ <Name>Manage special offers</Name>
671
+ <Notes />
672
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
673
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836086" type="RevisionHistory" />
674
+ <Tags />
675
+ <Attachments />
676
+ <Blocked>false</Blocked>
677
+ <Children />
678
+ <Defects />
679
+ <PlanEstimate>8.0</PlanEstimate>
680
+ <Predecessors />
681
+ <Rank>899999999999.992</Rank>
682
+ <ScheduleState>Defined</ScheduleState>
683
+ <Successors />
684
+ <TaskActualTotal>0.0</TaskActualTotal>
685
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
686
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
687
+ <Tasks />
688
+ <TestCases />
689
+ </HierarchicalRequirement>
690
+
691
+ http_version: "1.1"
692
+ - !ruby/struct:VCR::HTTPInteraction
693
+ request: !ruby/struct:VCR::Request
694
+ method: :get
695
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/hierarchicalrequirement/2712836091
696
+ body:
697
+ headers:
698
+ x-rallyintegrationname:
699
+ - RubyRestAPI
700
+ x-rallyintegrationlibrary:
701
+ - RallyRestAPI version 1.0.3
702
+ x-rallyintegrationplatform:
703
+ - Ruby 1.9.2
704
+ x-rallyintegrationos:
705
+ - i686-linux
706
+ authorization:
707
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
708
+ content-type:
709
+ - text/xml
710
+ response: !ruby/struct:VCR::Response
711
+ status: !ruby/struct:VCR::ResponseStatus
712
+ code: 200
713
+ message: OK
714
+ headers:
715
+ date:
716
+ - Fri, 11 Nov 2011 02:38:39 GMT
717
+ server:
718
+ - Jetty(6.1.26)
719
+ expires:
720
+ - Thu, 01-Jan-1970 00:00:00 GMT
721
+ rallyrequestid:
722
+ - qd-app-03-trial9dn07ywz3tfm1v0cr3y629u3p.qd-app-03-trial26092
723
+ content-type:
724
+ - text/xml; charset=utf-8
725
+ set-cookie:
726
+ - JSESSIONID=qd-app-03-trial9dn07ywz3tfm1v0cr3y629u3p.qd-app-03-trial;Path=/slm;Secure
727
+ vary:
728
+ - Accept-Encoding
729
+ p3p:
730
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
731
+ cache-control:
732
+ - no-cache, private,max-age=0,must-revalidate
733
+ transfer-encoding:
734
+ - chunked
735
+ body: |+
736
+ <?xml version="1.0" encoding="UTF-8"?>
737
+ <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">
738
+ <CreationDate>2011-01-18T15:40:36.221Z</CreationDate>
739
+ <ObjectID>2712836091</ObjectID>
740
+ <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" />
741
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
742
+ <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>
743
+ <Discussion>
744
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3583018832" type="ConversationPost" />
745
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833629743" type="ConversationPost" />
746
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833149838" type="ConversationPost" />
747
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3831634988" type="ConversationPost" />
748
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/4695859352" type="ConversationPost" />
749
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990261411" type="ConversationPost" />
750
+ </Discussion>
751
+ <FormattedID>US8</FormattedID>
752
+ <LastUpdateDate>2011-11-08T21:37:32.679Z</LastUpdateDate>
753
+ <Name>Order picture package</Name>
754
+ <Notes />
755
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
756
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2712836092" type="RevisionHistory" />
757
+ <Tags />
758
+ <Attachments />
759
+ <Blocked>false</Blocked>
760
+ <Children />
761
+ <Defects />
762
+ <PlanEstimate>8.0</PlanEstimate>
763
+ <Predecessors />
764
+ <Rank>949999999999.991</Rank>
765
+ <ScheduleState>Defined</ScheduleState>
766
+ <Successors />
767
+ <TaskActualTotal>0.0</TaskActualTotal>
768
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
769
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
770
+ <Tasks />
771
+ <TestCases />
772
+ </HierarchicalRequirement>
773
+
774
+ http_version: "1.1"
775
+ - !ruby/struct:VCR::HTTPInteraction
776
+ request: !ruby/struct:VCR::Request
777
+ method: :get
778
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2780204578
779
+ body:
780
+ headers:
781
+ x-rallyintegrationname:
782
+ - RubyRestAPI
783
+ x-rallyintegrationlibrary:
784
+ - RallyRestAPI version 1.0.3
785
+ x-rallyintegrationplatform:
786
+ - Ruby 1.9.2
787
+ x-rallyintegrationos:
788
+ - i686-linux
789
+ authorization:
790
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
791
+ content-type:
792
+ - text/xml
793
+ response: !ruby/struct:VCR::Response
794
+ status: !ruby/struct:VCR::ResponseStatus
795
+ code: 200
796
+ message: OK
797
+ headers:
798
+ date:
799
+ - Fri, 11 Nov 2011 02:38:40 GMT
800
+ server:
801
+ - Jetty(6.1.26)
802
+ expires:
803
+ - Thu, 01-Jan-1970 00:00:00 GMT
804
+ rallyrequestid:
805
+ - qd-app-03-trialqshpr5978yxb1j5rsy0c9g9al.qd-app-03-trial26148
806
+ content-type:
807
+ - text/xml; charset=utf-8
808
+ set-cookie:
809
+ - JSESSIONID=qd-app-03-trialqshpr5978yxb1j5rsy0c9g9al.qd-app-03-trial;Path=/slm;Secure
810
+ vary:
811
+ - Accept-Encoding
812
+ p3p:
813
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
814
+ cache-control:
815
+ - no-cache, private,max-age=0,must-revalidate
816
+ transfer-encoding:
817
+ - chunked
818
+ body: |+
819
+ <?xml version="1.0" encoding="UTF-8"?>
820
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780204578" objectVersion="1" refObjectName="Safari Browser" CreatedAt="Jan 29">
821
+ <CreationDate>2011-01-29T19:33:49.170Z</CreationDate>
822
+ <ObjectID>2780204578</ObjectID>
823
+ <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" />
824
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
825
+ <Description>Implement safari browser UI</Description>
826
+ <Discussion />
827
+ <FormattedID>TA1</FormattedID>
828
+ <LastUpdateDate>2011-01-29T19:34:09.740Z</LastUpdateDate>
829
+ <Name>Safari Browser</Name>
830
+ <Notes />
831
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2780204579" type="RevisionHistory" />
832
+ <Tags />
833
+ <Attachments />
834
+ <Blocked>false</Blocked>
835
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
836
+ <Rank>599999999999.998</Rank>
837
+ <State>Defined</State>
838
+ <TaskIndex>0</TaskIndex>
839
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836049" refObjectName="Browse safaris" type="HierarchicalRequirement" />
840
+ </Task>
841
+
842
+ http_version: "1.1"
843
+ - !ruby/struct:VCR::HTTPInteraction
844
+ request: !ruby/struct:VCR::Request
845
+ method: :get
846
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2780205180
847
+ body:
848
+ headers:
849
+ x-rallyintegrationname:
850
+ - RubyRestAPI
851
+ x-rallyintegrationlibrary:
852
+ - RallyRestAPI version 1.0.3
853
+ x-rallyintegrationplatform:
854
+ - Ruby 1.9.2
855
+ x-rallyintegrationos:
856
+ - i686-linux
857
+ authorization:
858
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
859
+ content-type:
860
+ - text/xml
861
+ response: !ruby/struct:VCR::Response
862
+ status: !ruby/struct:VCR::ResponseStatus
863
+ code: 200
864
+ message: OK
865
+ headers:
866
+ date:
867
+ - Fri, 11 Nov 2011 02:38:41 GMT
868
+ server:
869
+ - Jetty(6.1.26)
870
+ expires:
871
+ - Thu, 01-Jan-1970 00:00:00 GMT
872
+ rallyrequestid:
873
+ - qd-app-03-trial1x9yfs99hnlbmhz320w59z3up.qd-app-03-trial26197
874
+ content-type:
875
+ - text/xml; charset=utf-8
876
+ set-cookie:
877
+ - JSESSIONID=qd-app-03-trial1x9yfs99hnlbmhz320w59z3up.qd-app-03-trial;Path=/slm;Secure
878
+ vary:
879
+ - Accept-Encoding
880
+ p3p:
881
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
882
+ cache-control:
883
+ - no-cache, private,max-age=0,must-revalidate
884
+ transfer-encoding:
885
+ - chunked
886
+ body: |+
887
+ <?xml version="1.0" encoding="UTF-8"?>
888
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2780205180" objectVersion="1" refObjectName="Safari scheudule" CreatedAt="Jan 29">
889
+ <CreationDate>2011-01-29T19:34:57.641Z</CreationDate>
890
+ <ObjectID>2780205180</ObjectID>
891
+ <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" />
892
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
893
+ <Description>Implement safari scheduler which displays availability and allows user to book a safari.</Description>
894
+ <Discussion />
895
+ <FormattedID>TA2</FormattedID>
896
+ <LastUpdateDate>2011-01-29T19:35:29.245Z</LastUpdateDate>
897
+ <Name>Safari scheudule</Name>
898
+ <Notes />
899
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2780205181" type="RevisionHistory" />
900
+ <Tags />
901
+ <Attachments />
902
+ <Blocked>false</Blocked>
903
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
904
+ <Rank>649999999999.997</Rank>
905
+ <State>Defined</State>
906
+ <TaskIndex>0</TaskIndex>
907
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836055" refObjectName="Show availability of safaris" type="HierarchicalRequirement" />
908
+ </Task>
909
+
910
+ http_version: "1.1"
911
+ - !ruby/struct:VCR::HTTPInteraction
912
+ request: !ruby/struct:VCR::Request
913
+ method: :get
914
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2780205298
915
+ body:
916
+ headers:
917
+ x-rallyintegrationname:
918
+ - RubyRestAPI
919
+ x-rallyintegrationlibrary:
920
+ - RallyRestAPI version 1.0.3
921
+ x-rallyintegrationplatform:
922
+ - Ruby 1.9.2
923
+ x-rallyintegrationos:
924
+ - i686-linux
925
+ authorization:
926
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
927
+ content-type:
928
+ - text/xml
929
+ response: !ruby/struct:VCR::Response
930
+ status: !ruby/struct:VCR::ResponseStatus
931
+ code: 200
932
+ message: OK
933
+ headers:
934
+ date:
935
+ - Fri, 11 Nov 2011 02:38:43 GMT
936
+ server:
937
+ - Jetty(6.1.26)
938
+ expires:
939
+ - Thu, 01-Jan-1970 00:00:00 GMT
940
+ rallyrequestid:
941
+ - qd-app-03-trial1ta881aj5irysj1en2o5qhtfu.qd-app-03-trial26253
942
+ content-type:
943
+ - text/xml; charset=utf-8
944
+ set-cookie:
945
+ - JSESSIONID=qd-app-03-trial1ta881aj5irysj1en2o5qhtfu.qd-app-03-trial;Path=/slm;Secure
946
+ vary:
947
+ - Accept-Encoding
948
+ p3p:
949
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
950
+ cache-control:
951
+ - no-cache, private,max-age=0,must-revalidate
952
+ transfer-encoding:
953
+ - chunked
954
+ body: |+
955
+ <?xml version="1.0" encoding="UTF-8"?>
956
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" objectVersion="98" refObjectName="Safari email alert has wrong subject" CreatedAt="Jan 29">
957
+ <CreationDate>2011-01-29T19:35:56.668Z</CreationDate>
958
+ <ObjectID>2780205298</ObjectID>
959
+ <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" />
960
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
961
+ <Description>The safari email alert message is 'Safari Email.' It should be 'Awesome Safari Email.'</Description>
962
+ <Discussion>
963
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260871" type="ConversationPost" />
964
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988718166" type="ConversationPost" />
965
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260903" type="ConversationPost" />
966
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988719307" type="ConversationPost" />
967
+ </Discussion>
968
+ <FormattedID>DE1</FormattedID>
969
+ <LastUpdateDate>2011-11-08T21:31:17.166Z</LastUpdateDate>
970
+ <Name>Safari email alert has wrong subject</Name>
971
+ <Notes />
972
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
973
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2780205299" type="RevisionHistory" />
974
+ <Tags />
975
+ <AffectsDoc>false</AffectsDoc>
976
+ <Attachments />
977
+ <Blocked>false</Blocked>
978
+ <Duplicates />
979
+ <Environment>None</Environment>
980
+ <Priority>None</Priority>
981
+ <Rank>549999999999.999</Rank>
982
+ <ReleaseNote>false</ReleaseNote>
983
+ <Resolution>None</Resolution>
984
+ <ScheduleState>Defined</ScheduleState>
985
+ <Severity>None</Severity>
986
+ <State>Submitted</State>
987
+ <SubmittedBy>sfw@simeonfosterwillbanks.com</SubmittedBy>
988
+ <TaskActualTotal>0.0</TaskActualTotal>
989
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
990
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
991
+ <Tasks>
992
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/4694941632" refObjectName="TaskTesting" type="Task" />
993
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904309530" refObjectName="TaskTesting" type="Task" />
994
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2990261501" refObjectName="TaskTesting" type="Task" />
995
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967182543" refObjectName="TaskTesting" type="Task" />
996
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967373101" refObjectName="TaskTesting" type="Task" />
997
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967188369" refObjectName="TaskTesting" type="Task" />
998
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904308027" refObjectName="TaskTesting" type="Task" />
999
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833668871" refObjectName="TaskTesting" type="Task" />
1000
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3831685531" refObjectName="TaskTesting" type="Task" />
1001
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833150966" refObjectName="TaskTesting" type="Task" />
1002
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3582864714" refObjectName="TaskTesting" type="Task" />
1003
+ </Tasks>
1004
+ </Defect>
1005
+
1006
+ http_version: "1.1"
1007
+ - !ruby/struct:VCR::HTTPInteraction
1008
+ request: !ruby/struct:VCR::Request
1009
+ method: :get
1010
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833369261
1011
+ body:
1012
+ headers:
1013
+ x-rallyintegrationname:
1014
+ - RubyRestAPI
1015
+ x-rallyintegrationlibrary:
1016
+ - RallyRestAPI version 1.0.3
1017
+ x-rallyintegrationplatform:
1018
+ - Ruby 1.9.2
1019
+ x-rallyintegrationos:
1020
+ - i686-linux
1021
+ authorization:
1022
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1023
+ content-type:
1024
+ - text/xml
1025
+ response: !ruby/struct:VCR::Response
1026
+ status: !ruby/struct:VCR::ResponseStatus
1027
+ code: 200
1028
+ message: OK
1029
+ headers:
1030
+ date:
1031
+ - Fri, 11 Nov 2011 02:38:44 GMT
1032
+ server:
1033
+ - Jetty(6.1.26)
1034
+ expires:
1035
+ - Thu, 01-Jan-1970 00:00:00 GMT
1036
+ rallyrequestid:
1037
+ - qd-app-03-trialjhao624tpuaz376oqa6twx7e.qd-app-03-trial26316
1038
+ content-type:
1039
+ - text/xml; charset=utf-8
1040
+ set-cookie:
1041
+ - JSESSIONID=qd-app-03-trialjhao624tpuaz376oqa6twx7e.qd-app-03-trial;Path=/slm;Secure
1042
+ vary:
1043
+ - Accept-Encoding
1044
+ p3p:
1045
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1046
+ cache-control:
1047
+ - no-cache, private,max-age=0,must-revalidate
1048
+ transfer-encoding:
1049
+ - chunked
1050
+ body: |+
1051
+ <?xml version="1.0" encoding="UTF-8"?>
1052
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833369261" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1053
+ <CreationDate>2011-02-08T05:28:15.572Z</CreationDate>
1054
+ <ObjectID>2833369261</ObjectID>
1055
+ <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" />
1056
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1057
+ <Description>Here we go</Description>
1058
+ <Discussion />
1059
+ <FormattedID>DE5</FormattedID>
1060
+ <LastUpdateDate>2011-02-08T05:28:15.582Z</LastUpdateDate>
1061
+ <Name>Testing</Name>
1062
+ <Notes />
1063
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1064
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833369262" type="RevisionHistory" />
1065
+ <Tags />
1066
+ <AffectsDoc>false</AffectsDoc>
1067
+ <Attachments />
1068
+ <Blocked>false</Blocked>
1069
+ <Duplicates />
1070
+ <Environment>None</Environment>
1071
+ <Priority>None</Priority>
1072
+ <Rank>350000000000.003</Rank>
1073
+ <ReleaseNote>false</ReleaseNote>
1074
+ <Resolution>None</Resolution>
1075
+ <ScheduleState>Defined</ScheduleState>
1076
+ <Severity>None</Severity>
1077
+ <State>Submitted</State>
1078
+ <TaskActualTotal>0.0</TaskActualTotal>
1079
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1080
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1081
+ <Tasks />
1082
+ </Defect>
1083
+
1084
+ http_version: "1.1"
1085
+ - !ruby/struct:VCR::HTTPInteraction
1086
+ request: !ruby/struct:VCR::Request
1087
+ method: :get
1088
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833370620
1089
+ body:
1090
+ headers:
1091
+ x-rallyintegrationname:
1092
+ - RubyRestAPI
1093
+ x-rallyintegrationlibrary:
1094
+ - RallyRestAPI version 1.0.3
1095
+ x-rallyintegrationplatform:
1096
+ - Ruby 1.9.2
1097
+ x-rallyintegrationos:
1098
+ - i686-linux
1099
+ authorization:
1100
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1101
+ content-type:
1102
+ - text/xml
1103
+ response: !ruby/struct:VCR::Response
1104
+ status: !ruby/struct:VCR::ResponseStatus
1105
+ code: 200
1106
+ message: OK
1107
+ headers:
1108
+ date:
1109
+ - Fri, 11 Nov 2011 02:38:45 GMT
1110
+ server:
1111
+ - Jetty(6.1.26)
1112
+ expires:
1113
+ - Thu, 01-Jan-1970 00:00:00 GMT
1114
+ rallyrequestid:
1115
+ - qd-app-03-trial8p77g9whx399n5af7kq0ykmp.qd-app-03-trial26364
1116
+ content-type:
1117
+ - text/xml; charset=utf-8
1118
+ set-cookie:
1119
+ - JSESSIONID=qd-app-03-trial8p77g9whx399n5af7kq0ykmp.qd-app-03-trial;Path=/slm;Secure
1120
+ vary:
1121
+ - Accept-Encoding
1122
+ p3p:
1123
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1124
+ cache-control:
1125
+ - no-cache, private,max-age=0,must-revalidate
1126
+ transfer-encoding:
1127
+ - chunked
1128
+ body: |+
1129
+ <?xml version="1.0" encoding="UTF-8"?>
1130
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370620" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1131
+ <CreationDate>2011-02-08T05:35:10.540Z</CreationDate>
1132
+ <ObjectID>2833370620</ObjectID>
1133
+ <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" />
1134
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1135
+ <Description>Here we go</Description>
1136
+ <Discussion />
1137
+ <FormattedID>DE6</FormattedID>
1138
+ <LastUpdateDate>2011-02-08T05:35:10.551Z</LastUpdateDate>
1139
+ <Name>Testing</Name>
1140
+ <Notes />
1141
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1142
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833370621" type="RevisionHistory" />
1143
+ <Tags />
1144
+ <AffectsDoc>false</AffectsDoc>
1145
+ <Attachments />
1146
+ <Blocked>false</Blocked>
1147
+ <Duplicates />
1148
+ <Environment>None</Environment>
1149
+ <Priority>None</Priority>
1150
+ <Rank>300000000000.004</Rank>
1151
+ <ReleaseNote>false</ReleaseNote>
1152
+ <Resolution>None</Resolution>
1153
+ <ScheduleState>Defined</ScheduleState>
1154
+ <Severity>None</Severity>
1155
+ <State>Submitted</State>
1156
+ <TaskActualTotal>0.0</TaskActualTotal>
1157
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1158
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1159
+ <Tasks />
1160
+ </Defect>
1161
+
1162
+ http_version: "1.1"
1163
+ - !ruby/struct:VCR::HTTPInteraction
1164
+ request: !ruby/struct:VCR::Request
1165
+ method: :get
1166
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833370895
1167
+ body:
1168
+ headers:
1169
+ x-rallyintegrationname:
1170
+ - RubyRestAPI
1171
+ x-rallyintegrationlibrary:
1172
+ - RallyRestAPI version 1.0.3
1173
+ x-rallyintegrationplatform:
1174
+ - Ruby 1.9.2
1175
+ x-rallyintegrationos:
1176
+ - i686-linux
1177
+ authorization:
1178
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1179
+ content-type:
1180
+ - text/xml
1181
+ response: !ruby/struct:VCR::Response
1182
+ status: !ruby/struct:VCR::ResponseStatus
1183
+ code: 200
1184
+ message: OK
1185
+ headers:
1186
+ date:
1187
+ - Fri, 11 Nov 2011 02:38:46 GMT
1188
+ server:
1189
+ - Jetty(6.1.26)
1190
+ expires:
1191
+ - Thu, 01-Jan-1970 00:00:00 GMT
1192
+ rallyrequestid:
1193
+ - qd-app-03-trialcoxzdqg5eq2k1rrinsppxaopt.qd-app-03-trial26421
1194
+ content-type:
1195
+ - text/xml; charset=utf-8
1196
+ set-cookie:
1197
+ - JSESSIONID=qd-app-03-trialcoxzdqg5eq2k1rrinsppxaopt.qd-app-03-trial;Path=/slm;Secure
1198
+ vary:
1199
+ - Accept-Encoding
1200
+ p3p:
1201
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1202
+ cache-control:
1203
+ - no-cache, private,max-age=0,must-revalidate
1204
+ transfer-encoding:
1205
+ - chunked
1206
+ body: |+
1207
+ <?xml version="1.0" encoding="UTF-8"?>
1208
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370895" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1209
+ <CreationDate>2011-02-08T05:37:10.576Z</CreationDate>
1210
+ <ObjectID>2833370895</ObjectID>
1211
+ <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" />
1212
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1213
+ <Description>Here we go</Description>
1214
+ <Discussion />
1215
+ <FormattedID>DE7</FormattedID>
1216
+ <LastUpdateDate>2011-02-08T05:37:10.586Z</LastUpdateDate>
1217
+ <Name>Testing</Name>
1218
+ <Notes />
1219
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1220
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833370896" type="RevisionHistory" />
1221
+ <Tags />
1222
+ <AffectsDoc>false</AffectsDoc>
1223
+ <Attachments />
1224
+ <Blocked>false</Blocked>
1225
+ <Duplicates />
1226
+ <Environment>None</Environment>
1227
+ <Priority>None</Priority>
1228
+ <Rank>250000000000.005</Rank>
1229
+ <ReleaseNote>false</ReleaseNote>
1230
+ <Resolution>None</Resolution>
1231
+ <ScheduleState>Defined</ScheduleState>
1232
+ <Severity>None</Severity>
1233
+ <State>Submitted</State>
1234
+ <TaskActualTotal>0.0</TaskActualTotal>
1235
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1236
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1237
+ <Tasks />
1238
+ </Defect>
1239
+
1240
+ http_version: "1.1"
1241
+ - !ruby/struct:VCR::HTTPInteraction
1242
+ request: !ruby/struct:VCR::Request
1243
+ method: :get
1244
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833370974
1245
+ body:
1246
+ headers:
1247
+ x-rallyintegrationname:
1248
+ - RubyRestAPI
1249
+ x-rallyintegrationlibrary:
1250
+ - RallyRestAPI version 1.0.3
1251
+ x-rallyintegrationplatform:
1252
+ - Ruby 1.9.2
1253
+ x-rallyintegrationos:
1254
+ - i686-linux
1255
+ authorization:
1256
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1257
+ content-type:
1258
+ - text/xml
1259
+ response: !ruby/struct:VCR::Response
1260
+ status: !ruby/struct:VCR::ResponseStatus
1261
+ code: 200
1262
+ message: OK
1263
+ headers:
1264
+ date:
1265
+ - Fri, 11 Nov 2011 02:38:52 GMT
1266
+ server:
1267
+ - Jetty(6.1.26)
1268
+ expires:
1269
+ - Thu, 01-Jan-1970 00:00:00 GMT
1270
+ rallyrequestid:
1271
+ - qd-app-03-trialq9c1ul1zausd1pd37mzcbmyq6.qd-app-03-trial26620
1272
+ content-type:
1273
+ - text/xml; charset=utf-8
1274
+ set-cookie:
1275
+ - JSESSIONID=qd-app-03-trialq9c1ul1zausd1pd37mzcbmyq6.qd-app-03-trial;Path=/slm;Secure
1276
+ vary:
1277
+ - Accept-Encoding
1278
+ p3p:
1279
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1280
+ cache-control:
1281
+ - no-cache, private,max-age=0,must-revalidate
1282
+ transfer-encoding:
1283
+ - chunked
1284
+ body: |+
1285
+ <?xml version="1.0" encoding="UTF-8"?>
1286
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370974" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1287
+ <CreationDate>2011-02-08T05:37:47.116Z</CreationDate>
1288
+ <ObjectID>2833370974</ObjectID>
1289
+ <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" />
1290
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1291
+ <Description>Here we go</Description>
1292
+ <Discussion />
1293
+ <FormattedID>DE8</FormattedID>
1294
+ <LastUpdateDate>2011-02-08T05:37:47.129Z</LastUpdateDate>
1295
+ <Name>Testing</Name>
1296
+ <Notes />
1297
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1298
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833370975" type="RevisionHistory" />
1299
+ <Tags />
1300
+ <AffectsDoc>false</AffectsDoc>
1301
+ <Attachments />
1302
+ <Blocked>false</Blocked>
1303
+ <Duplicates />
1304
+ <Environment>None</Environment>
1305
+ <Priority>None</Priority>
1306
+ <Rank>200000000000.006</Rank>
1307
+ <ReleaseNote>false</ReleaseNote>
1308
+ <Resolution>None</Resolution>
1309
+ <ScheduleState>Defined</ScheduleState>
1310
+ <Severity>None</Severity>
1311
+ <State>Submitted</State>
1312
+ <TaskActualTotal>0.0</TaskActualTotal>
1313
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1314
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1315
+ <Tasks />
1316
+ </Defect>
1317
+
1318
+ http_version: "1.1"
1319
+ - !ruby/struct:VCR::HTTPInteraction
1320
+ request: !ruby/struct:VCR::Request
1321
+ method: :get
1322
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833371135
1323
+ body:
1324
+ headers:
1325
+ x-rallyintegrationname:
1326
+ - RubyRestAPI
1327
+ x-rallyintegrationlibrary:
1328
+ - RallyRestAPI version 1.0.3
1329
+ x-rallyintegrationplatform:
1330
+ - Ruby 1.9.2
1331
+ x-rallyintegrationos:
1332
+ - i686-linux
1333
+ authorization:
1334
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1335
+ content-type:
1336
+ - text/xml
1337
+ response: !ruby/struct:VCR::Response
1338
+ status: !ruby/struct:VCR::ResponseStatus
1339
+ code: 200
1340
+ message: OK
1341
+ headers:
1342
+ date:
1343
+ - Fri, 11 Nov 2011 02:38:53 GMT
1344
+ server:
1345
+ - Jetty(6.1.26)
1346
+ expires:
1347
+ - Thu, 01-Jan-1970 00:00:00 GMT
1348
+ rallyrequestid:
1349
+ - qd-app-03-trialg820zqkoh3ul8n02e7v06gyb.qd-app-03-trial26650
1350
+ content-type:
1351
+ - text/xml; charset=utf-8
1352
+ set-cookie:
1353
+ - JSESSIONID=qd-app-03-trialg820zqkoh3ul8n02e7v06gyb.qd-app-03-trial;Path=/slm;Secure
1354
+ vary:
1355
+ - Accept-Encoding
1356
+ p3p:
1357
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1358
+ cache-control:
1359
+ - no-cache, private,max-age=0,must-revalidate
1360
+ transfer-encoding:
1361
+ - chunked
1362
+ body: |+
1363
+ <?xml version="1.0" encoding="UTF-8"?>
1364
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371135" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1365
+ <CreationDate>2011-02-08T05:38:56.945Z</CreationDate>
1366
+ <ObjectID>2833371135</ObjectID>
1367
+ <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" />
1368
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1369
+ <Description>Here we go</Description>
1370
+ <Discussion />
1371
+ <FormattedID>DE9</FormattedID>
1372
+ <LastUpdateDate>2011-02-08T05:38:56.959Z</LastUpdateDate>
1373
+ <Name>Testing</Name>
1374
+ <Notes />
1375
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1376
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833371136" type="RevisionHistory" />
1377
+ <Tags />
1378
+ <AffectsDoc>false</AffectsDoc>
1379
+ <Attachments />
1380
+ <Blocked>false</Blocked>
1381
+ <Duplicates />
1382
+ <Environment>None</Environment>
1383
+ <Priority>None</Priority>
1384
+ <Rank>150000000000.007</Rank>
1385
+ <ReleaseNote>false</ReleaseNote>
1386
+ <Resolution>None</Resolution>
1387
+ <ScheduleState>Defined</ScheduleState>
1388
+ <Severity>None</Severity>
1389
+ <State>Submitted</State>
1390
+ <TaskActualTotal>0.0</TaskActualTotal>
1391
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1392
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1393
+ <Tasks />
1394
+ </Defect>
1395
+
1396
+ http_version: "1.1"
1397
+ - !ruby/struct:VCR::HTTPInteraction
1398
+ request: !ruby/struct:VCR::Request
1399
+ method: :get
1400
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833371231
1401
+ body:
1402
+ headers:
1403
+ x-rallyintegrationname:
1404
+ - RubyRestAPI
1405
+ x-rallyintegrationlibrary:
1406
+ - RallyRestAPI version 1.0.3
1407
+ x-rallyintegrationplatform:
1408
+ - Ruby 1.9.2
1409
+ x-rallyintegrationos:
1410
+ - i686-linux
1411
+ authorization:
1412
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1413
+ content-type:
1414
+ - text/xml
1415
+ response: !ruby/struct:VCR::Response
1416
+ status: !ruby/struct:VCR::ResponseStatus
1417
+ code: 200
1418
+ message: OK
1419
+ headers:
1420
+ date:
1421
+ - Fri, 11 Nov 2011 02:38:54 GMT
1422
+ server:
1423
+ - Jetty(6.1.26)
1424
+ expires:
1425
+ - Thu, 01-Jan-1970 00:00:00 GMT
1426
+ rallyrequestid:
1427
+ - qd-app-03-trial1tv3fqjenntszspuqus1rbz54.qd-app-03-trial26671
1428
+ content-type:
1429
+ - text/xml; charset=utf-8
1430
+ set-cookie:
1431
+ - JSESSIONID=qd-app-03-trial1tv3fqjenntszspuqus1rbz54.qd-app-03-trial;Path=/slm;Secure
1432
+ vary:
1433
+ - Accept-Encoding
1434
+ p3p:
1435
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1436
+ cache-control:
1437
+ - no-cache, private,max-age=0,must-revalidate
1438
+ transfer-encoding:
1439
+ - chunked
1440
+ body: |+
1441
+ <?xml version="1.0" encoding="UTF-8"?>
1442
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371231" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1443
+ <CreationDate>2011-02-08T05:39:13.457Z</CreationDate>
1444
+ <ObjectID>2833371231</ObjectID>
1445
+ <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" />
1446
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1447
+ <Description>Here we go</Description>
1448
+ <Discussion />
1449
+ <FormattedID>DE10</FormattedID>
1450
+ <LastUpdateDate>2011-02-08T05:39:13.471Z</LastUpdateDate>
1451
+ <Name>Testing</Name>
1452
+ <Notes />
1453
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1454
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833371232" type="RevisionHistory" />
1455
+ <Tags />
1456
+ <AffectsDoc>false</AffectsDoc>
1457
+ <Attachments />
1458
+ <Blocked>false</Blocked>
1459
+ <Duplicates />
1460
+ <Environment>None</Environment>
1461
+ <Priority>None</Priority>
1462
+ <Rank>100000000000.008</Rank>
1463
+ <ReleaseNote>false</ReleaseNote>
1464
+ <Resolution>None</Resolution>
1465
+ <ScheduleState>Defined</ScheduleState>
1466
+ <Severity>None</Severity>
1467
+ <State>Submitted</State>
1468
+ <TaskActualTotal>0.0</TaskActualTotal>
1469
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1470
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1471
+ <Tasks />
1472
+ </Defect>
1473
+
1474
+ http_version: "1.1"
1475
+ - !ruby/struct:VCR::HTTPInteraction
1476
+ request: !ruby/struct:VCR::Request
1477
+ method: :get
1478
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833371298
1479
+ body:
1480
+ headers:
1481
+ x-rallyintegrationname:
1482
+ - RubyRestAPI
1483
+ x-rallyintegrationlibrary:
1484
+ - RallyRestAPI version 1.0.3
1485
+ x-rallyintegrationplatform:
1486
+ - Ruby 1.9.2
1487
+ x-rallyintegrationos:
1488
+ - i686-linux
1489
+ authorization:
1490
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1491
+ content-type:
1492
+ - text/xml
1493
+ response: !ruby/struct:VCR::Response
1494
+ status: !ruby/struct:VCR::ResponseStatus
1495
+ code: 200
1496
+ message: OK
1497
+ headers:
1498
+ date:
1499
+ - Fri, 11 Nov 2011 02:38:56 GMT
1500
+ server:
1501
+ - Jetty(6.1.26)
1502
+ expires:
1503
+ - Thu, 01-Jan-1970 00:00:00 GMT
1504
+ rallyrequestid:
1505
+ - qd-app-02-trialrjz4fudxkul2ruuqxndn69sa.qd-app-02-trial25259
1506
+ content-type:
1507
+ - text/xml; charset=utf-8
1508
+ set-cookie:
1509
+ - JSESSIONID=qd-app-02-trialrjz4fudxkul2ruuqxndn69sa.qd-app-02-trial;Path=/slm;Secure
1510
+ vary:
1511
+ - Accept-Encoding
1512
+ p3p:
1513
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1514
+ cache-control:
1515
+ - no-cache, private,max-age=0,must-revalidate
1516
+ transfer-encoding:
1517
+ - chunked
1518
+ body: |+
1519
+ <?xml version="1.0" encoding="UTF-8"?>
1520
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371298" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1521
+ <CreationDate>2011-02-08T05:39:31.762Z</CreationDate>
1522
+ <ObjectID>2833371298</ObjectID>
1523
+ <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" />
1524
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1525
+ <Description>Here we go</Description>
1526
+ <Discussion />
1527
+ <FormattedID>DE11</FormattedID>
1528
+ <LastUpdateDate>2011-02-08T05:39:31.775Z</LastUpdateDate>
1529
+ <Name>Testing</Name>
1530
+ <Notes />
1531
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1532
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833371299" type="RevisionHistory" />
1533
+ <Tags />
1534
+ <AffectsDoc>false</AffectsDoc>
1535
+ <Attachments />
1536
+ <Blocked>false</Blocked>
1537
+ <Duplicates />
1538
+ <Environment>None</Environment>
1539
+ <Priority>None</Priority>
1540
+ <Rank>50000000000.009</Rank>
1541
+ <ReleaseNote>false</ReleaseNote>
1542
+ <Resolution>None</Resolution>
1543
+ <ScheduleState>Defined</ScheduleState>
1544
+ <Severity>None</Severity>
1545
+ <State>Submitted</State>
1546
+ <TaskActualTotal>0.0</TaskActualTotal>
1547
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1548
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1549
+ <Tasks />
1550
+ </Defect>
1551
+
1552
+ http_version: "1.1"
1553
+ - !ruby/struct:VCR::HTTPInteraction
1554
+ request: !ruby/struct:VCR::Request
1555
+ method: :get
1556
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833372047
1557
+ body:
1558
+ headers:
1559
+ x-rallyintegrationname:
1560
+ - RubyRestAPI
1561
+ x-rallyintegrationlibrary:
1562
+ - RallyRestAPI version 1.0.3
1563
+ x-rallyintegrationplatform:
1564
+ - Ruby 1.9.2
1565
+ x-rallyintegrationos:
1566
+ - i686-linux
1567
+ authorization:
1568
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1569
+ content-type:
1570
+ - text/xml
1571
+ response: !ruby/struct:VCR::Response
1572
+ status: !ruby/struct:VCR::ResponseStatus
1573
+ code: 200
1574
+ message: OK
1575
+ headers:
1576
+ date:
1577
+ - Fri, 11 Nov 2011 02:38:57 GMT
1578
+ server:
1579
+ - Jetty(6.1.26)
1580
+ expires:
1581
+ - Thu, 01-Jan-1970 00:00:00 GMT
1582
+ rallyrequestid:
1583
+ - qd-app-03-trialp5visyrzx6iucsr30yv1rc30.qd-app-03-trial26701
1584
+ content-type:
1585
+ - text/xml; charset=utf-8
1586
+ set-cookie:
1587
+ - JSESSIONID=qd-app-03-trialp5visyrzx6iucsr30yv1rc30.qd-app-03-trial;Path=/slm;Secure
1588
+ vary:
1589
+ - Accept-Encoding
1590
+ p3p:
1591
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1592
+ cache-control:
1593
+ - no-cache, private,max-age=0,must-revalidate
1594
+ transfer-encoding:
1595
+ - chunked
1596
+ body: |+
1597
+ <?xml version="1.0" encoding="UTF-8"?>
1598
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372047" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1599
+ <CreationDate>2011-02-08T05:41:22.610Z</CreationDate>
1600
+ <ObjectID>2833372047</ObjectID>
1601
+ <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" />
1602
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1603
+ <Description>Here we go</Description>
1604
+ <Discussion />
1605
+ <FormattedID>DE12</FormattedID>
1606
+ <LastUpdateDate>2011-02-08T05:41:22.624Z</LastUpdateDate>
1607
+ <Name>Testing</Name>
1608
+ <Notes />
1609
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1610
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833372048" type="RevisionHistory" />
1611
+ <Tags />
1612
+ <AffectsDoc>false</AffectsDoc>
1613
+ <Attachments />
1614
+ <Blocked>false</Blocked>
1615
+ <Duplicates />
1616
+ <Environment>None</Environment>
1617
+ <Priority>None</Priority>
1618
+ <Rank>25000000000.005</Rank>
1619
+ <ReleaseNote>false</ReleaseNote>
1620
+ <Resolution>None</Resolution>
1621
+ <ScheduleState>Defined</ScheduleState>
1622
+ <Severity>None</Severity>
1623
+ <State>Submitted</State>
1624
+ <TaskActualTotal>0.0</TaskActualTotal>
1625
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1626
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1627
+ <Tasks />
1628
+ </Defect>
1629
+
1630
+ http_version: "1.1"
1631
+ - !ruby/struct:VCR::HTTPInteraction
1632
+ request: !ruby/struct:VCR::Request
1633
+ method: :get
1634
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833372201
1635
+ body:
1636
+ headers:
1637
+ x-rallyintegrationname:
1638
+ - RubyRestAPI
1639
+ x-rallyintegrationlibrary:
1640
+ - RallyRestAPI version 1.0.3
1641
+ x-rallyintegrationplatform:
1642
+ - Ruby 1.9.2
1643
+ x-rallyintegrationos:
1644
+ - i686-linux
1645
+ authorization:
1646
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1647
+ content-type:
1648
+ - text/xml
1649
+ response: !ruby/struct:VCR::Response
1650
+ status: !ruby/struct:VCR::ResponseStatus
1651
+ code: 200
1652
+ message: OK
1653
+ headers:
1654
+ date:
1655
+ - Fri, 11 Nov 2011 02:38:58 GMT
1656
+ server:
1657
+ - Jetty(6.1.26)
1658
+ expires:
1659
+ - Thu, 01-Jan-1970 00:00:00 GMT
1660
+ rallyrequestid:
1661
+ - qd-app-03-trialqmmww9lx1ymg1hl7da65c7pmi.qd-app-03-trial26716
1662
+ content-type:
1663
+ - text/xml; charset=utf-8
1664
+ set-cookie:
1665
+ - JSESSIONID=qd-app-03-trialqmmww9lx1ymg1hl7da65c7pmi.qd-app-03-trial;Path=/slm;Secure
1666
+ vary:
1667
+ - Accept-Encoding
1668
+ p3p:
1669
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1670
+ cache-control:
1671
+ - no-cache, private,max-age=0,must-revalidate
1672
+ transfer-encoding:
1673
+ - chunked
1674
+ body: |+
1675
+ <?xml version="1.0" encoding="UTF-8"?>
1676
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372201" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1677
+ <CreationDate>2011-02-08T05:42:06.328Z</CreationDate>
1678
+ <ObjectID>2833372201</ObjectID>
1679
+ <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" />
1680
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1681
+ <Description>Here we go</Description>
1682
+ <Discussion />
1683
+ <FormattedID>DE13</FormattedID>
1684
+ <LastUpdateDate>2011-02-08T05:42:06.338Z</LastUpdateDate>
1685
+ <Name>Testing</Name>
1686
+ <Notes />
1687
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1688
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833372202" type="RevisionHistory" />
1689
+ <Tags />
1690
+ <AffectsDoc>false</AffectsDoc>
1691
+ <Attachments />
1692
+ <Blocked>false</Blocked>
1693
+ <Duplicates />
1694
+ <Environment>None</Environment>
1695
+ <Priority>None</Priority>
1696
+ <Rank>12500000000.003</Rank>
1697
+ <ReleaseNote>false</ReleaseNote>
1698
+ <Resolution>None</Resolution>
1699
+ <ScheduleState>Defined</ScheduleState>
1700
+ <Severity>None</Severity>
1701
+ <State>Submitted</State>
1702
+ <TaskActualTotal>0.0</TaskActualTotal>
1703
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1704
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1705
+ <Tasks />
1706
+ </Defect>
1707
+
1708
+ http_version: "1.1"
1709
+ - !ruby/struct:VCR::HTTPInteraction
1710
+ request: !ruby/struct:VCR::Request
1711
+ method: :get
1712
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Artifact?query=(ObjectID%20%3E%200)&start=21&pagesize=20&project=https://community.rallydev.com/slm/webservice/1.17/project/2712835688
1713
+ body:
1714
+ headers:
1715
+ x-rallyintegrationname:
1716
+ - RubyRestAPI
1717
+ x-rallyintegrationlibrary:
1718
+ - RallyRestAPI version 1.0.3
1719
+ x-rallyintegrationplatform:
1720
+ - Ruby 1.9.2
1721
+ x-rallyintegrationos:
1722
+ - i686-linux
1723
+ authorization:
1724
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1725
+ content-type:
1726
+ - text/xml
1727
+ response: !ruby/struct:VCR::Response
1728
+ status: !ruby/struct:VCR::ResponseStatus
1729
+ code: 200
1730
+ message: OK
1731
+ headers:
1732
+ date:
1733
+ - Fri, 11 Nov 2011 02:38:59 GMT
1734
+ server:
1735
+ - Jetty(6.1.26)
1736
+ expires:
1737
+ - Thu, 01-Jan-1970 00:00:00 GMT
1738
+ rallyrequestid:
1739
+ - qd-app-02-trialjk7co0rxn9611bafwn1pvtqvu.qd-app-02-trial25318
1740
+ content-type:
1741
+ - text/xml; charset=utf-8
1742
+ set-cookie:
1743
+ - JSESSIONID=qd-app-02-trialjk7co0rxn9611bafwn1pvtqvu.qd-app-02-trial;Path=/slm;Secure
1744
+ vary:
1745
+ - Accept-Encoding
1746
+ p3p:
1747
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1748
+ cache-control:
1749
+ - no-cache, private,max-age=0,must-revalidate
1750
+ transfer-encoding:
1751
+ - chunked
1752
+ body: |+
1753
+ <?xml version="1.0" encoding="UTF-8"?>
1754
+ <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
1755
+ <Errors />
1756
+ <Warnings />
1757
+ <TotalResultCount>54</TotalResultCount>
1758
+ <StartIndex>21</StartIndex>
1759
+ <PageSize>20</PageSize>
1760
+ <Results>
1761
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372372" refObjectName="Testing" type="Defect" />
1762
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870792198" refObjectName="Testing" type="Defect" />
1763
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870793090" refObjectName="Testing" type="Defect" />
1764
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870951426" refObjectName="Testing" type="Defect" />
1765
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870952373" refObjectName="Testing" type="Defect" />
1766
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2871088489" refObjectName="Testing" type="Defect" />
1767
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2872127283" refObjectName="Testing" type="Defect" />
1768
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2872128015" refObjectName="Testing" type="Defect" />
1769
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2891123673" refObjectName="Testing" type="Defect" />
1770
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904199035" refObjectName="Testing" type="Defect" />
1771
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904203328" refObjectName="Testing" type="Defect" />
1772
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904204000" refObjectName="Testing" type="Defect" />
1773
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904204581" refObjectName="Testing" type="Defect" />
1774
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904308027" refObjectName="TaskTesting" type="Task" />
1775
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904309488" refObjectName="Testing" type="Defect" />
1776
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904309530" refObjectName="TaskTesting" type="Task" />
1777
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967182304" refObjectName="Testing" type="Defect" />
1778
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967182543" refObjectName="TaskTesting" type="Task" />
1779
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967188208" refObjectName="Testing" type="Defect" />
1780
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967188369" refObjectName="TaskTesting" type="Task" />
1781
+ </Results>
1782
+ </QueryResult>
1783
+
1784
+ http_version: "1.1"
1785
+ - !ruby/struct:VCR::HTTPInteraction
1786
+ request: !ruby/struct:VCR::Request
1787
+ method: :get
1788
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833372372
1789
+ body:
1790
+ headers:
1791
+ x-rallyintegrationname:
1792
+ - RubyRestAPI
1793
+ x-rallyintegrationlibrary:
1794
+ - RallyRestAPI version 1.0.3
1795
+ x-rallyintegrationplatform:
1796
+ - Ruby 1.9.2
1797
+ x-rallyintegrationos:
1798
+ - i686-linux
1799
+ authorization:
1800
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1801
+ content-type:
1802
+ - text/xml
1803
+ response: !ruby/struct:VCR::Response
1804
+ status: !ruby/struct:VCR::ResponseStatus
1805
+ code: 200
1806
+ message: OK
1807
+ headers:
1808
+ date:
1809
+ - Fri, 11 Nov 2011 02:39:00 GMT
1810
+ server:
1811
+ - Jetty(6.1.26)
1812
+ expires:
1813
+ - Thu, 01-Jan-1970 00:00:00 GMT
1814
+ rallyrequestid:
1815
+ - qd-app-03-trial1kxq345k0dtowxbvjx8ghrxp.qd-app-03-trial26793
1816
+ content-type:
1817
+ - text/xml; charset=utf-8
1818
+ set-cookie:
1819
+ - JSESSIONID=qd-app-03-trial1kxq345k0dtowxbvjx8ghrxp.qd-app-03-trial;Path=/slm;Secure
1820
+ vary:
1821
+ - Accept-Encoding
1822
+ p3p:
1823
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1824
+ cache-control:
1825
+ - no-cache, private,max-age=0,must-revalidate
1826
+ transfer-encoding:
1827
+ - chunked
1828
+ body: |+
1829
+ <?xml version="1.0" encoding="UTF-8"?>
1830
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372372" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
1831
+ <CreationDate>2011-02-08T05:43:08.404Z</CreationDate>
1832
+ <ObjectID>2833372372</ObjectID>
1833
+ <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" />
1834
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1835
+ <Description>Here we go</Description>
1836
+ <Discussion />
1837
+ <FormattedID>DE14</FormattedID>
1838
+ <LastUpdateDate>2011-02-08T05:43:08.414Z</LastUpdateDate>
1839
+ <Name>Testing</Name>
1840
+ <Notes />
1841
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1842
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833372373" type="RevisionHistory" />
1843
+ <Tags />
1844
+ <AffectsDoc>false</AffectsDoc>
1845
+ <Attachments />
1846
+ <Blocked>false</Blocked>
1847
+ <Duplicates />
1848
+ <Environment>None</Environment>
1849
+ <Priority>None</Priority>
1850
+ <Rank>6250000000.002</Rank>
1851
+ <ReleaseNote>false</ReleaseNote>
1852
+ <Resolution>None</Resolution>
1853
+ <ScheduleState>Defined</ScheduleState>
1854
+ <Severity>None</Severity>
1855
+ <State>Submitted</State>
1856
+ <TaskActualTotal>0.0</TaskActualTotal>
1857
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1858
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1859
+ <Tasks />
1860
+ </Defect>
1861
+
1862
+ http_version: "1.1"
1863
+ - !ruby/struct:VCR::HTTPInteraction
1864
+ request: !ruby/struct:VCR::Request
1865
+ method: :get
1866
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2870792198
1867
+ body:
1868
+ headers:
1869
+ x-rallyintegrationname:
1870
+ - RubyRestAPI
1871
+ x-rallyintegrationlibrary:
1872
+ - RallyRestAPI version 1.0.3
1873
+ x-rallyintegrationplatform:
1874
+ - Ruby 1.9.2
1875
+ x-rallyintegrationos:
1876
+ - i686-linux
1877
+ authorization:
1878
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1879
+ content-type:
1880
+ - text/xml
1881
+ response: !ruby/struct:VCR::Response
1882
+ status: !ruby/struct:VCR::ResponseStatus
1883
+ code: 200
1884
+ message: OK
1885
+ headers:
1886
+ date:
1887
+ - Fri, 11 Nov 2011 02:39:02 GMT
1888
+ server:
1889
+ - Jetty(6.1.26)
1890
+ expires:
1891
+ - Thu, 01-Jan-1970 00:00:00 GMT
1892
+ rallyrequestid:
1893
+ - qd-app-03-trialk9gcm08gv8rt1qtq7y6ggrhs1.qd-app-03-trial26826
1894
+ content-type:
1895
+ - text/xml; charset=utf-8
1896
+ set-cookie:
1897
+ - JSESSIONID=qd-app-03-trialk9gcm08gv8rt1qtq7y6ggrhs1.qd-app-03-trial;Path=/slm;Secure
1898
+ vary:
1899
+ - Accept-Encoding
1900
+ p3p:
1901
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1902
+ cache-control:
1903
+ - no-cache, private,max-age=0,must-revalidate
1904
+ transfer-encoding:
1905
+ - chunked
1906
+ body: |+
1907
+ <?xml version="1.0" encoding="UTF-8"?>
1908
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870792198" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
1909
+ <CreationDate>2011-02-14T22:24:28.379Z</CreationDate>
1910
+ <ObjectID>2870792198</ObjectID>
1911
+ <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" />
1912
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1913
+ <Description>Here we go</Description>
1914
+ <Discussion />
1915
+ <FormattedID>DE15</FormattedID>
1916
+ <LastUpdateDate>2011-02-14T22:24:28.390Z</LastUpdateDate>
1917
+ <Name>Testing</Name>
1918
+ <Notes />
1919
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1920
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2870792199" type="RevisionHistory" />
1921
+ <Tags />
1922
+ <AffectsDoc>false</AffectsDoc>
1923
+ <Attachments />
1924
+ <Blocked>false</Blocked>
1925
+ <Duplicates />
1926
+ <Environment>None</Environment>
1927
+ <Priority>None</Priority>
1928
+ <Rank>3125000000.001</Rank>
1929
+ <ReleaseNote>false</ReleaseNote>
1930
+ <Resolution>None</Resolution>
1931
+ <ScheduleState>Defined</ScheduleState>
1932
+ <Severity>None</Severity>
1933
+ <State>Submitted</State>
1934
+ <TaskActualTotal>0.0</TaskActualTotal>
1935
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
1936
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
1937
+ <Tasks />
1938
+ </Defect>
1939
+
1940
+ http_version: "1.1"
1941
+ - !ruby/struct:VCR::HTTPInteraction
1942
+ request: !ruby/struct:VCR::Request
1943
+ method: :get
1944
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2870793090
1945
+ body:
1946
+ headers:
1947
+ x-rallyintegrationname:
1948
+ - RubyRestAPI
1949
+ x-rallyintegrationlibrary:
1950
+ - RallyRestAPI version 1.0.3
1951
+ x-rallyintegrationplatform:
1952
+ - Ruby 1.9.2
1953
+ x-rallyintegrationos:
1954
+ - i686-linux
1955
+ authorization:
1956
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
1957
+ content-type:
1958
+ - text/xml
1959
+ response: !ruby/struct:VCR::Response
1960
+ status: !ruby/struct:VCR::ResponseStatus
1961
+ code: 200
1962
+ message: OK
1963
+ headers:
1964
+ date:
1965
+ - Fri, 11 Nov 2011 02:39:03 GMT
1966
+ server:
1967
+ - Jetty(6.1.26)
1968
+ expires:
1969
+ - Thu, 01-Jan-1970 00:00:00 GMT
1970
+ rallyrequestid:
1971
+ - qd-app-03-trial1hj6syz94pvmp5k8gdfjjujoa.qd-app-03-trial26865
1972
+ content-type:
1973
+ - text/xml; charset=utf-8
1974
+ set-cookie:
1975
+ - JSESSIONID=qd-app-03-trial1hj6syz94pvmp5k8gdfjjujoa.qd-app-03-trial;Path=/slm;Secure
1976
+ vary:
1977
+ - Accept-Encoding
1978
+ p3p:
1979
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
1980
+ cache-control:
1981
+ - no-cache, private,max-age=0,must-revalidate
1982
+ transfer-encoding:
1983
+ - chunked
1984
+ body: |+
1985
+ <?xml version="1.0" encoding="UTF-8"?>
1986
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870793090" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
1987
+ <CreationDate>2011-02-14T22:26:49.462Z</CreationDate>
1988
+ <ObjectID>2870793090</ObjectID>
1989
+ <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" />
1990
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
1991
+ <Description>Here we go</Description>
1992
+ <Discussion />
1993
+ <FormattedID>DE16</FormattedID>
1994
+ <LastUpdateDate>2011-02-14T22:26:49.479Z</LastUpdateDate>
1995
+ <Name>Testing</Name>
1996
+ <Notes />
1997
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
1998
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2870793091" type="RevisionHistory" />
1999
+ <Tags />
2000
+ <AffectsDoc>false</AffectsDoc>
2001
+ <Attachments />
2002
+ <Blocked>false</Blocked>
2003
+ <Duplicates />
2004
+ <Environment>None</Environment>
2005
+ <Priority>None</Priority>
2006
+ <Rank>1562500000.001</Rank>
2007
+ <ReleaseNote>false</ReleaseNote>
2008
+ <Resolution>None</Resolution>
2009
+ <ScheduleState>Defined</ScheduleState>
2010
+ <Severity>None</Severity>
2011
+ <State>Submitted</State>
2012
+ <TaskActualTotal>0.0</TaskActualTotal>
2013
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2014
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2015
+ <Tasks />
2016
+ </Defect>
2017
+
2018
+ http_version: "1.1"
2019
+ - !ruby/struct:VCR::HTTPInteraction
2020
+ request: !ruby/struct:VCR::Request
2021
+ method: :get
2022
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2870951426
2023
+ body:
2024
+ headers:
2025
+ x-rallyintegrationname:
2026
+ - RubyRestAPI
2027
+ x-rallyintegrationlibrary:
2028
+ - RallyRestAPI version 1.0.3
2029
+ x-rallyintegrationplatform:
2030
+ - Ruby 1.9.2
2031
+ x-rallyintegrationos:
2032
+ - i686-linux
2033
+ authorization:
2034
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2035
+ content-type:
2036
+ - text/xml
2037
+ response: !ruby/struct:VCR::Response
2038
+ status: !ruby/struct:VCR::ResponseStatus
2039
+ code: 200
2040
+ message: OK
2041
+ headers:
2042
+ date:
2043
+ - Fri, 11 Nov 2011 02:39:04 GMT
2044
+ server:
2045
+ - Jetty(6.1.26)
2046
+ expires:
2047
+ - Thu, 01-Jan-1970 00:00:00 GMT
2048
+ rallyrequestid:
2049
+ - qd-app-02-trial1nic7arxbjwzv1mj0xzobod59a.qd-app-02-trial25464
2050
+ content-type:
2051
+ - text/xml; charset=utf-8
2052
+ set-cookie:
2053
+ - JSESSIONID=qd-app-02-trial1nic7arxbjwzv1mj0xzobod59a.qd-app-02-trial;Path=/slm;Secure
2054
+ vary:
2055
+ - Accept-Encoding
2056
+ p3p:
2057
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2058
+ cache-control:
2059
+ - no-cache, private,max-age=0,must-revalidate
2060
+ transfer-encoding:
2061
+ - chunked
2062
+ body: |+
2063
+ <?xml version="1.0" encoding="UTF-8"?>
2064
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870951426" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
2065
+ <CreationDate>2011-02-14T22:57:10.518Z</CreationDate>
2066
+ <ObjectID>2870951426</ObjectID>
2067
+ <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" />
2068
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2069
+ <Description>Here we go</Description>
2070
+ <Discussion />
2071
+ <FormattedID>DE17</FormattedID>
2072
+ <LastUpdateDate>2011-02-14T22:57:10.530Z</LastUpdateDate>
2073
+ <Name>Testing</Name>
2074
+ <Notes />
2075
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2076
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2870951427" type="RevisionHistory" />
2077
+ <Tags />
2078
+ <AffectsDoc>false</AffectsDoc>
2079
+ <Attachments />
2080
+ <Blocked>false</Blocked>
2081
+ <Duplicates />
2082
+ <Environment>None</Environment>
2083
+ <Priority>None</Priority>
2084
+ <Rank>781250000.001</Rank>
2085
+ <ReleaseNote>false</ReleaseNote>
2086
+ <Resolution>None</Resolution>
2087
+ <ScheduleState>Defined</ScheduleState>
2088
+ <Severity>None</Severity>
2089
+ <State>Submitted</State>
2090
+ <TaskActualTotal>0.0</TaskActualTotal>
2091
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2092
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2093
+ <Tasks />
2094
+ </Defect>
2095
+
2096
+ http_version: "1.1"
2097
+ - !ruby/struct:VCR::HTTPInteraction
2098
+ request: !ruby/struct:VCR::Request
2099
+ method: :get
2100
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2870952373
2101
+ body:
2102
+ headers:
2103
+ x-rallyintegrationname:
2104
+ - RubyRestAPI
2105
+ x-rallyintegrationlibrary:
2106
+ - RallyRestAPI version 1.0.3
2107
+ x-rallyintegrationplatform:
2108
+ - Ruby 1.9.2
2109
+ x-rallyintegrationos:
2110
+ - i686-linux
2111
+ authorization:
2112
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2113
+ content-type:
2114
+ - text/xml
2115
+ response: !ruby/struct:VCR::Response
2116
+ status: !ruby/struct:VCR::ResponseStatus
2117
+ code: 200
2118
+ message: OK
2119
+ headers:
2120
+ date:
2121
+ - Fri, 11 Nov 2011 02:39:05 GMT
2122
+ server:
2123
+ - Jetty(6.1.26)
2124
+ expires:
2125
+ - Thu, 01-Jan-1970 00:00:00 GMT
2126
+ rallyrequestid:
2127
+ - qd-app-03-trial1v39ddtfpl6ov53nk4q04bfsk.qd-app-03-trial26935
2128
+ content-type:
2129
+ - text/xml; charset=utf-8
2130
+ set-cookie:
2131
+ - JSESSIONID=qd-app-03-trial1v39ddtfpl6ov53nk4q04bfsk.qd-app-03-trial;Path=/slm;Secure
2132
+ vary:
2133
+ - Accept-Encoding
2134
+ p3p:
2135
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2136
+ cache-control:
2137
+ - no-cache, private,max-age=0,must-revalidate
2138
+ transfer-encoding:
2139
+ - chunked
2140
+ body: |+
2141
+ <?xml version="1.0" encoding="UTF-8"?>
2142
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870952373" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
2143
+ <CreationDate>2011-02-14T22:58:17.663Z</CreationDate>
2144
+ <ObjectID>2870952373</ObjectID>
2145
+ <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" />
2146
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2147
+ <Description>Here we go</Description>
2148
+ <Discussion />
2149
+ <FormattedID>DE18</FormattedID>
2150
+ <LastUpdateDate>2011-02-14T22:58:17.675Z</LastUpdateDate>
2151
+ <Name>Testing</Name>
2152
+ <Notes />
2153
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2154
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2870952374" type="RevisionHistory" />
2155
+ <Tags />
2156
+ <AffectsDoc>false</AffectsDoc>
2157
+ <Attachments />
2158
+ <Blocked>false</Blocked>
2159
+ <Duplicates />
2160
+ <Environment>None</Environment>
2161
+ <Priority>None</Priority>
2162
+ <Rank>390625000.001</Rank>
2163
+ <ReleaseNote>false</ReleaseNote>
2164
+ <Resolution>None</Resolution>
2165
+ <ScheduleState>Defined</ScheduleState>
2166
+ <Severity>None</Severity>
2167
+ <State>Submitted</State>
2168
+ <TaskActualTotal>0.0</TaskActualTotal>
2169
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2170
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2171
+ <Tasks />
2172
+ </Defect>
2173
+
2174
+ http_version: "1.1"
2175
+ - !ruby/struct:VCR::HTTPInteraction
2176
+ request: !ruby/struct:VCR::Request
2177
+ method: :get
2178
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2871088489
2179
+ body:
2180
+ headers:
2181
+ x-rallyintegrationname:
2182
+ - RubyRestAPI
2183
+ x-rallyintegrationlibrary:
2184
+ - RallyRestAPI version 1.0.3
2185
+ x-rallyintegrationplatform:
2186
+ - Ruby 1.9.2
2187
+ x-rallyintegrationos:
2188
+ - i686-linux
2189
+ authorization:
2190
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2191
+ content-type:
2192
+ - text/xml
2193
+ response: !ruby/struct:VCR::Response
2194
+ status: !ruby/struct:VCR::ResponseStatus
2195
+ code: 200
2196
+ message: OK
2197
+ headers:
2198
+ date:
2199
+ - Fri, 11 Nov 2011 02:39:06 GMT
2200
+ server:
2201
+ - Jetty(6.1.26)
2202
+ expires:
2203
+ - Thu, 01-Jan-1970 00:00:00 GMT
2204
+ rallyrequestid:
2205
+ - qd-app-02-trial1hr4fmnd4fqovzxjfcjbgtlwa.qd-app-02-trial25549
2206
+ content-type:
2207
+ - text/xml; charset=utf-8
2208
+ set-cookie:
2209
+ - JSESSIONID=qd-app-02-trial1hr4fmnd4fqovzxjfcjbgtlwa.qd-app-02-trial;Path=/slm;Secure
2210
+ vary:
2211
+ - Accept-Encoding
2212
+ p3p:
2213
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2214
+ cache-control:
2215
+ - no-cache, private,max-age=0,must-revalidate
2216
+ transfer-encoding:
2217
+ - chunked
2218
+ body: |+
2219
+ <?xml version="1.0" encoding="UTF-8"?>
2220
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2871088489" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
2221
+ <CreationDate>2011-02-14T23:15:45.474Z</CreationDate>
2222
+ <ObjectID>2871088489</ObjectID>
2223
+ <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" />
2224
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2225
+ <Description>Here we go</Description>
2226
+ <Discussion />
2227
+ <FormattedID>DE19</FormattedID>
2228
+ <LastUpdateDate>2011-02-14T23:15:45.484Z</LastUpdateDate>
2229
+ <Name>Testing</Name>
2230
+ <Notes />
2231
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2232
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2871088490" type="RevisionHistory" />
2233
+ <Tags />
2234
+ <AffectsDoc>false</AffectsDoc>
2235
+ <Attachments />
2236
+ <Blocked>false</Blocked>
2237
+ <Duplicates />
2238
+ <Environment>None</Environment>
2239
+ <Priority>None</Priority>
2240
+ <Rank>195312500.001</Rank>
2241
+ <ReleaseNote>false</ReleaseNote>
2242
+ <Resolution>None</Resolution>
2243
+ <ScheduleState>Defined</ScheduleState>
2244
+ <Severity>None</Severity>
2245
+ <State>Submitted</State>
2246
+ <TaskActualTotal>0.0</TaskActualTotal>
2247
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2248
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2249
+ <Tasks />
2250
+ </Defect>
2251
+
2252
+ http_version: "1.1"
2253
+ - !ruby/struct:VCR::HTTPInteraction
2254
+ request: !ruby/struct:VCR::Request
2255
+ method: :get
2256
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2872127283
2257
+ body:
2258
+ headers:
2259
+ x-rallyintegrationname:
2260
+ - RubyRestAPI
2261
+ x-rallyintegrationlibrary:
2262
+ - RallyRestAPI version 1.0.3
2263
+ x-rallyintegrationplatform:
2264
+ - Ruby 1.9.2
2265
+ x-rallyintegrationos:
2266
+ - i686-linux
2267
+ authorization:
2268
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2269
+ content-type:
2270
+ - text/xml
2271
+ response: !ruby/struct:VCR::Response
2272
+ status: !ruby/struct:VCR::ResponseStatus
2273
+ code: 200
2274
+ message: OK
2275
+ headers:
2276
+ date:
2277
+ - Fri, 11 Nov 2011 02:39:07 GMT
2278
+ server:
2279
+ - Jetty(6.1.26)
2280
+ expires:
2281
+ - Thu, 01-Jan-1970 00:00:00 GMT
2282
+ rallyrequestid:
2283
+ - qd-app-02-triallo590wl67r7116lxg2l1orern.qd-app-02-trial25598
2284
+ content-type:
2285
+ - text/xml; charset=utf-8
2286
+ set-cookie:
2287
+ - JSESSIONID=qd-app-02-triallo590wl67r7116lxg2l1orern.qd-app-02-trial;Path=/slm;Secure
2288
+ vary:
2289
+ - Accept-Encoding
2290
+ p3p:
2291
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2292
+ cache-control:
2293
+ - no-cache, private,max-age=0,must-revalidate
2294
+ transfer-encoding:
2295
+ - chunked
2296
+ body: |+
2297
+ <?xml version="1.0" encoding="UTF-8"?>
2298
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2872127283" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
2299
+ <CreationDate>2011-02-15T03:38:52.434Z</CreationDate>
2300
+ <ObjectID>2872127283</ObjectID>
2301
+ <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" />
2302
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2303
+ <Description>Here we go</Description>
2304
+ <Discussion />
2305
+ <FormattedID>DE20</FormattedID>
2306
+ <LastUpdateDate>2011-02-15T03:38:52.444Z</LastUpdateDate>
2307
+ <Name>Testing</Name>
2308
+ <Notes />
2309
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2310
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2872127284" type="RevisionHistory" />
2311
+ <Tags />
2312
+ <AffectsDoc>false</AffectsDoc>
2313
+ <Attachments />
2314
+ <Blocked>false</Blocked>
2315
+ <Duplicates />
2316
+ <Environment>None</Environment>
2317
+ <Priority>None</Priority>
2318
+ <Rank>97656250.001</Rank>
2319
+ <ReleaseNote>false</ReleaseNote>
2320
+ <Resolution>None</Resolution>
2321
+ <ScheduleState>Defined</ScheduleState>
2322
+ <Severity>None</Severity>
2323
+ <State>Submitted</State>
2324
+ <TaskActualTotal>0.0</TaskActualTotal>
2325
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2326
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2327
+ <Tasks />
2328
+ </Defect>
2329
+
2330
+ http_version: "1.1"
2331
+ - !ruby/struct:VCR::HTTPInteraction
2332
+ request: !ruby/struct:VCR::Request
2333
+ method: :get
2334
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2872128015
2335
+ body:
2336
+ headers:
2337
+ x-rallyintegrationname:
2338
+ - RubyRestAPI
2339
+ x-rallyintegrationlibrary:
2340
+ - RallyRestAPI version 1.0.3
2341
+ x-rallyintegrationplatform:
2342
+ - Ruby 1.9.2
2343
+ x-rallyintegrationos:
2344
+ - i686-linux
2345
+ authorization:
2346
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2347
+ content-type:
2348
+ - text/xml
2349
+ response: !ruby/struct:VCR::Response
2350
+ status: !ruby/struct:VCR::ResponseStatus
2351
+ code: 200
2352
+ message: OK
2353
+ headers:
2354
+ date:
2355
+ - Fri, 11 Nov 2011 02:39:09 GMT
2356
+ server:
2357
+ - Jetty(6.1.26)
2358
+ expires:
2359
+ - Thu, 01-Jan-1970 00:00:00 GMT
2360
+ rallyrequestid:
2361
+ - qd-app-03-trial19lpo57jtn6h16nh0od0xluo.qd-app-03-trial27073
2362
+ content-type:
2363
+ - text/xml; charset=utf-8
2364
+ set-cookie:
2365
+ - JSESSIONID=qd-app-03-trial19lpo57jtn6h16nh0od0xluo.qd-app-03-trial;Path=/slm;Secure
2366
+ vary:
2367
+ - Accept-Encoding
2368
+ p3p:
2369
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2370
+ cache-control:
2371
+ - no-cache, private,max-age=0,must-revalidate
2372
+ transfer-encoding:
2373
+ - chunked
2374
+ body: |+
2375
+ <?xml version="1.0" encoding="UTF-8"?>
2376
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2872128015" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
2377
+ <CreationDate>2011-02-15T03:46:33.166Z</CreationDate>
2378
+ <ObjectID>2872128015</ObjectID>
2379
+ <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" />
2380
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2381
+ <Description>Here we go</Description>
2382
+ <Discussion />
2383
+ <FormattedID>DE21</FormattedID>
2384
+ <LastUpdateDate>2011-02-15T03:46:33.177Z</LastUpdateDate>
2385
+ <Name>Testing</Name>
2386
+ <Notes />
2387
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2388
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2872128016" type="RevisionHistory" />
2389
+ <Tags />
2390
+ <AffectsDoc>false</AffectsDoc>
2391
+ <Attachments />
2392
+ <Blocked>false</Blocked>
2393
+ <Duplicates />
2394
+ <Environment>None</Environment>
2395
+ <Priority>None</Priority>
2396
+ <Rank>48828125.001</Rank>
2397
+ <ReleaseNote>false</ReleaseNote>
2398
+ <Resolution>None</Resolution>
2399
+ <ScheduleState>Defined</ScheduleState>
2400
+ <Severity>None</Severity>
2401
+ <State>Submitted</State>
2402
+ <TaskActualTotal>0.0</TaskActualTotal>
2403
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2404
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2405
+ <Tasks />
2406
+ </Defect>
2407
+
2408
+ http_version: "1.1"
2409
+ - !ruby/struct:VCR::HTTPInteraction
2410
+ request: !ruby/struct:VCR::Request
2411
+ method: :get
2412
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2891123673
2413
+ body:
2414
+ headers:
2415
+ x-rallyintegrationname:
2416
+ - RubyRestAPI
2417
+ x-rallyintegrationlibrary:
2418
+ - RallyRestAPI version 1.0.3
2419
+ x-rallyintegrationplatform:
2420
+ - Ruby 1.9.2
2421
+ x-rallyintegrationos:
2422
+ - i686-linux
2423
+ authorization:
2424
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2425
+ content-type:
2426
+ - text/xml
2427
+ response: !ruby/struct:VCR::Response
2428
+ status: !ruby/struct:VCR::ResponseStatus
2429
+ code: 200
2430
+ message: OK
2431
+ headers:
2432
+ date:
2433
+ - Fri, 11 Nov 2011 02:39:10 GMT
2434
+ server:
2435
+ - Jetty(6.1.26)
2436
+ expires:
2437
+ - Thu, 01-Jan-1970 00:00:00 GMT
2438
+ rallyrequestid:
2439
+ - qd-app-03-trial1hfg93thy00z11fvrejoonmykk.qd-app-03-trial27115
2440
+ content-type:
2441
+ - text/xml; charset=utf-8
2442
+ set-cookie:
2443
+ - JSESSIONID=qd-app-03-trial1hfg93thy00z11fvrejoonmykk.qd-app-03-trial;Path=/slm;Secure
2444
+ vary:
2445
+ - Accept-Encoding
2446
+ p3p:
2447
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2448
+ cache-control:
2449
+ - no-cache, private,max-age=0,must-revalidate
2450
+ transfer-encoding:
2451
+ - chunked
2452
+ body: |+
2453
+ <?xml version="1.0" encoding="UTF-8"?>
2454
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2891123673" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 17">
2455
+ <CreationDate>2011-02-17T23:46:53.197Z</CreationDate>
2456
+ <ObjectID>2891123673</ObjectID>
2457
+ <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" />
2458
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2459
+ <Description>Here we go</Description>
2460
+ <Discussion />
2461
+ <FormattedID>DE22</FormattedID>
2462
+ <LastUpdateDate>2011-02-17T23:46:53.209Z</LastUpdateDate>
2463
+ <Name>Testing</Name>
2464
+ <Notes />
2465
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2466
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2891123674" type="RevisionHistory" />
2467
+ <Tags />
2468
+ <AffectsDoc>false</AffectsDoc>
2469
+ <Attachments />
2470
+ <Blocked>false</Blocked>
2471
+ <Duplicates />
2472
+ <Environment>None</Environment>
2473
+ <Priority>None</Priority>
2474
+ <Rank>24414062.501</Rank>
2475
+ <ReleaseNote>false</ReleaseNote>
2476
+ <Resolution>None</Resolution>
2477
+ <ScheduleState>Defined</ScheduleState>
2478
+ <Severity>None</Severity>
2479
+ <State>Submitted</State>
2480
+ <TaskActualTotal>0.0</TaskActualTotal>
2481
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2482
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2483
+ <Tasks />
2484
+ </Defect>
2485
+
2486
+ http_version: "1.1"
2487
+ - !ruby/struct:VCR::HTTPInteraction
2488
+ request: !ruby/struct:VCR::Request
2489
+ method: :get
2490
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904199035
2491
+ body:
2492
+ headers:
2493
+ x-rallyintegrationname:
2494
+ - RubyRestAPI
2495
+ x-rallyintegrationlibrary:
2496
+ - RallyRestAPI version 1.0.3
2497
+ x-rallyintegrationplatform:
2498
+ - Ruby 1.9.2
2499
+ x-rallyintegrationos:
2500
+ - i686-linux
2501
+ authorization:
2502
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2503
+ content-type:
2504
+ - text/xml
2505
+ response: !ruby/struct:VCR::Response
2506
+ status: !ruby/struct:VCR::ResponseStatus
2507
+ code: 200
2508
+ message: OK
2509
+ headers:
2510
+ date:
2511
+ - Fri, 11 Nov 2011 02:39:11 GMT
2512
+ server:
2513
+ - Jetty(6.1.26)
2514
+ expires:
2515
+ - Thu, 01-Jan-1970 00:00:00 GMT
2516
+ rallyrequestid:
2517
+ - qd-app-03-trial4xrv40lvxt9t1gk35bp0bv3q0.qd-app-03-trial27171
2518
+ content-type:
2519
+ - text/xml; charset=utf-8
2520
+ set-cookie:
2521
+ - JSESSIONID=qd-app-03-trial4xrv40lvxt9t1gk35bp0bv3q0.qd-app-03-trial;Path=/slm;Secure
2522
+ vary:
2523
+ - Accept-Encoding
2524
+ p3p:
2525
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2526
+ cache-control:
2527
+ - no-cache, private,max-age=0,must-revalidate
2528
+ transfer-encoding:
2529
+ - chunked
2530
+ body: |+
2531
+ <?xml version="1.0" encoding="UTF-8"?>
2532
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904199035" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
2533
+ <CreationDate>2011-02-20T23:22:18.669Z</CreationDate>
2534
+ <ObjectID>2904199035</ObjectID>
2535
+ <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" />
2536
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2537
+ <Description>Here we go</Description>
2538
+ <Discussion />
2539
+ <FormattedID>DE23</FormattedID>
2540
+ <LastUpdateDate>2011-02-20T23:22:18.683Z</LastUpdateDate>
2541
+ <Name>Testing</Name>
2542
+ <Notes />
2543
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2544
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904199036" type="RevisionHistory" />
2545
+ <Tags />
2546
+ <AffectsDoc>false</AffectsDoc>
2547
+ <Attachments />
2548
+ <Blocked>false</Blocked>
2549
+ <Duplicates />
2550
+ <Environment>None</Environment>
2551
+ <Priority>None</Priority>
2552
+ <Rank>12207031.251</Rank>
2553
+ <ReleaseNote>false</ReleaseNote>
2554
+ <Resolution>None</Resolution>
2555
+ <ScheduleState>Defined</ScheduleState>
2556
+ <Severity>None</Severity>
2557
+ <State>Submitted</State>
2558
+ <TaskActualTotal>0.0</TaskActualTotal>
2559
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2560
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2561
+ <Tasks />
2562
+ </Defect>
2563
+
2564
+ http_version: "1.1"
2565
+ - !ruby/struct:VCR::HTTPInteraction
2566
+ request: !ruby/struct:VCR::Request
2567
+ method: :get
2568
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904203328
2569
+ body:
2570
+ headers:
2571
+ x-rallyintegrationname:
2572
+ - RubyRestAPI
2573
+ x-rallyintegrationlibrary:
2574
+ - RallyRestAPI version 1.0.3
2575
+ x-rallyintegrationplatform:
2576
+ - Ruby 1.9.2
2577
+ x-rallyintegrationos:
2578
+ - i686-linux
2579
+ authorization:
2580
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2581
+ content-type:
2582
+ - text/xml
2583
+ response: !ruby/struct:VCR::Response
2584
+ status: !ruby/struct:VCR::ResponseStatus
2585
+ code: 200
2586
+ message: OK
2587
+ headers:
2588
+ date:
2589
+ - Fri, 11 Nov 2011 02:39:12 GMT
2590
+ server:
2591
+ - Jetty(6.1.26)
2592
+ expires:
2593
+ - Thu, 01-Jan-1970 00:00:00 GMT
2594
+ rallyrequestid:
2595
+ - qd-app-02-trial12frz33fngqyrphj4j0f8l3js.qd-app-02-trial25766
2596
+ content-type:
2597
+ - text/xml; charset=utf-8
2598
+ set-cookie:
2599
+ - JSESSIONID=qd-app-02-trial12frz33fngqyrphj4j0f8l3js.qd-app-02-trial;Path=/slm;Secure
2600
+ vary:
2601
+ - Accept-Encoding
2602
+ p3p:
2603
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2604
+ cache-control:
2605
+ - no-cache, private,max-age=0,must-revalidate
2606
+ transfer-encoding:
2607
+ - chunked
2608
+ body: |+
2609
+ <?xml version="1.0" encoding="UTF-8"?>
2610
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904203328" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
2611
+ <CreationDate>2011-02-20T23:46:09.584Z</CreationDate>
2612
+ <ObjectID>2904203328</ObjectID>
2613
+ <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" />
2614
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2615
+ <Description>Here we go</Description>
2616
+ <Discussion />
2617
+ <FormattedID>DE24</FormattedID>
2618
+ <LastUpdateDate>2011-02-20T23:46:09.596Z</LastUpdateDate>
2619
+ <Name>Testing</Name>
2620
+ <Notes />
2621
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2622
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904203329" type="RevisionHistory" />
2623
+ <Tags />
2624
+ <AffectsDoc>false</AffectsDoc>
2625
+ <Attachments />
2626
+ <Blocked>false</Blocked>
2627
+ <Duplicates />
2628
+ <Environment>None</Environment>
2629
+ <Priority>None</Priority>
2630
+ <Rank>6103515.626</Rank>
2631
+ <ReleaseNote>false</ReleaseNote>
2632
+ <Resolution>None</Resolution>
2633
+ <ScheduleState>Defined</ScheduleState>
2634
+ <Severity>None</Severity>
2635
+ <State>Submitted</State>
2636
+ <TaskActualTotal>0.0</TaskActualTotal>
2637
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2638
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2639
+ <Tasks />
2640
+ </Defect>
2641
+
2642
+ http_version: "1.1"
2643
+ - !ruby/struct:VCR::HTTPInteraction
2644
+ request: !ruby/struct:VCR::Request
2645
+ method: :get
2646
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904204000
2647
+ body:
2648
+ headers:
2649
+ x-rallyintegrationname:
2650
+ - RubyRestAPI
2651
+ x-rallyintegrationlibrary:
2652
+ - RallyRestAPI version 1.0.3
2653
+ x-rallyintegrationplatform:
2654
+ - Ruby 1.9.2
2655
+ x-rallyintegrationos:
2656
+ - i686-linux
2657
+ authorization:
2658
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2659
+ content-type:
2660
+ - text/xml
2661
+ response: !ruby/struct:VCR::Response
2662
+ status: !ruby/struct:VCR::ResponseStatus
2663
+ code: 200
2664
+ message: OK
2665
+ headers:
2666
+ date:
2667
+ - Fri, 11 Nov 2011 02:39:13 GMT
2668
+ server:
2669
+ - Jetty(6.1.26)
2670
+ expires:
2671
+ - Thu, 01-Jan-1970 00:00:00 GMT
2672
+ rallyrequestid:
2673
+ - qd-app-03-trial1sal0s3jtetlug86blh3296w9.qd-app-03-trial27241
2674
+ content-type:
2675
+ - text/xml; charset=utf-8
2676
+ set-cookie:
2677
+ - JSESSIONID=qd-app-03-trial1sal0s3jtetlug86blh3296w9.qd-app-03-trial;Path=/slm;Secure
2678
+ vary:
2679
+ - Accept-Encoding
2680
+ p3p:
2681
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2682
+ cache-control:
2683
+ - no-cache, private,max-age=0,must-revalidate
2684
+ transfer-encoding:
2685
+ - chunked
2686
+ body: |+
2687
+ <?xml version="1.0" encoding="UTF-8"?>
2688
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904204000" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
2689
+ <CreationDate>2011-02-20T23:49:36.238Z</CreationDate>
2690
+ <ObjectID>2904204000</ObjectID>
2691
+ <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" />
2692
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2693
+ <Description>Here we go</Description>
2694
+ <Discussion />
2695
+ <FormattedID>DE25</FormattedID>
2696
+ <LastUpdateDate>2011-02-20T23:49:36.257Z</LastUpdateDate>
2697
+ <Name>Testing</Name>
2698
+ <Notes />
2699
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2700
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904204001" type="RevisionHistory" />
2701
+ <Tags />
2702
+ <AffectsDoc>false</AffectsDoc>
2703
+ <Attachments />
2704
+ <Blocked>false</Blocked>
2705
+ <Duplicates />
2706
+ <Environment>None</Environment>
2707
+ <Priority>None</Priority>
2708
+ <Rank>3051757.813</Rank>
2709
+ <ReleaseNote>false</ReleaseNote>
2710
+ <Resolution>None</Resolution>
2711
+ <ScheduleState>Defined</ScheduleState>
2712
+ <Severity>None</Severity>
2713
+ <State>Submitted</State>
2714
+ <TaskActualTotal>0.0</TaskActualTotal>
2715
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2716
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2717
+ <Tasks />
2718
+ </Defect>
2719
+
2720
+ http_version: "1.1"
2721
+ - !ruby/struct:VCR::HTTPInteraction
2722
+ request: !ruby/struct:VCR::Request
2723
+ method: :get
2724
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904204581
2725
+ body:
2726
+ headers:
2727
+ x-rallyintegrationname:
2728
+ - RubyRestAPI
2729
+ x-rallyintegrationlibrary:
2730
+ - RallyRestAPI version 1.0.3
2731
+ x-rallyintegrationplatform:
2732
+ - Ruby 1.9.2
2733
+ x-rallyintegrationos:
2734
+ - i686-linux
2735
+ authorization:
2736
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2737
+ content-type:
2738
+ - text/xml
2739
+ response: !ruby/struct:VCR::Response
2740
+ status: !ruby/struct:VCR::ResponseStatus
2741
+ code: 200
2742
+ message: OK
2743
+ headers:
2744
+ date:
2745
+ - Fri, 11 Nov 2011 02:39:15 GMT
2746
+ server:
2747
+ - Jetty(6.1.26)
2748
+ expires:
2749
+ - Thu, 01-Jan-1970 00:00:00 GMT
2750
+ rallyrequestid:
2751
+ - qd-app-03-trial1bzplbed0rfwtkbct2aflhkfq.qd-app-03-trial27283
2752
+ content-type:
2753
+ - text/xml; charset=utf-8
2754
+ set-cookie:
2755
+ - JSESSIONID=qd-app-03-trial1bzplbed0rfwtkbct2aflhkfq.qd-app-03-trial;Path=/slm;Secure
2756
+ vary:
2757
+ - Accept-Encoding
2758
+ p3p:
2759
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2760
+ cache-control:
2761
+ - no-cache, private,max-age=0,must-revalidate
2762
+ transfer-encoding:
2763
+ - chunked
2764
+ body: |+
2765
+ <?xml version="1.0" encoding="UTF-8"?>
2766
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904204581" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
2767
+ <CreationDate>2011-02-20T23:52:48.074Z</CreationDate>
2768
+ <ObjectID>2904204581</ObjectID>
2769
+ <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" />
2770
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2771
+ <Description>Here we go</Description>
2772
+ <Discussion />
2773
+ <FormattedID>DE26</FormattedID>
2774
+ <LastUpdateDate>2011-02-20T23:52:48.087Z</LastUpdateDate>
2775
+ <Name>Testing</Name>
2776
+ <Notes />
2777
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2778
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904204582" type="RevisionHistory" />
2779
+ <Tags />
2780
+ <AffectsDoc>false</AffectsDoc>
2781
+ <Attachments />
2782
+ <Blocked>false</Blocked>
2783
+ <Duplicates />
2784
+ <Environment>None</Environment>
2785
+ <Priority>None</Priority>
2786
+ <Rank>1525878.907</Rank>
2787
+ <ReleaseNote>false</ReleaseNote>
2788
+ <Resolution>None</Resolution>
2789
+ <ScheduleState>Defined</ScheduleState>
2790
+ <Severity>None</Severity>
2791
+ <State>Submitted</State>
2792
+ <TaskActualTotal>0.0</TaskActualTotal>
2793
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2794
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2795
+ <Tasks />
2796
+ </Defect>
2797
+
2798
+ http_version: "1.1"
2799
+ - !ruby/struct:VCR::HTTPInteraction
2800
+ request: !ruby/struct:VCR::Request
2801
+ method: :get
2802
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2904308027
2803
+ body:
2804
+ headers:
2805
+ x-rallyintegrationname:
2806
+ - RubyRestAPI
2807
+ x-rallyintegrationlibrary:
2808
+ - RallyRestAPI version 1.0.3
2809
+ x-rallyintegrationplatform:
2810
+ - Ruby 1.9.2
2811
+ x-rallyintegrationos:
2812
+ - i686-linux
2813
+ authorization:
2814
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2815
+ content-type:
2816
+ - text/xml
2817
+ response: !ruby/struct:VCR::Response
2818
+ status: !ruby/struct:VCR::ResponseStatus
2819
+ code: 200
2820
+ message: OK
2821
+ headers:
2822
+ date:
2823
+ - Fri, 11 Nov 2011 02:39:16 GMT
2824
+ server:
2825
+ - Jetty(6.1.26)
2826
+ expires:
2827
+ - Thu, 01-Jan-1970 00:00:00 GMT
2828
+ rallyrequestid:
2829
+ - qd-app-02-trial1f06t4fa1yohh15k7j2m23rajm.qd-app-02-trial25889
2830
+ content-type:
2831
+ - text/xml; charset=utf-8
2832
+ set-cookie:
2833
+ - JSESSIONID=qd-app-02-trial1f06t4fa1yohh15k7j2m23rajm.qd-app-02-trial;Path=/slm;Secure
2834
+ vary:
2835
+ - Accept-Encoding
2836
+ p3p:
2837
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2838
+ cache-control:
2839
+ - no-cache, private,max-age=0,must-revalidate
2840
+ transfer-encoding:
2841
+ - chunked
2842
+ body: |+
2843
+ <?xml version="1.0" encoding="UTF-8"?>
2844
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904308027" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Feb 20">
2845
+ <CreationDate>2011-02-21T00:06:19.430Z</CreationDate>
2846
+ <ObjectID>2904308027</ObjectID>
2847
+ <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" />
2848
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2849
+ <Description>Here we go tasks</Description>
2850
+ <Discussion />
2851
+ <FormattedID>TA3</FormattedID>
2852
+ <LastUpdateDate>2011-02-21T00:06:19.437Z</LastUpdateDate>
2853
+ <Name>TaskTesting</Name>
2854
+ <Notes />
2855
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904308028" type="RevisionHistory" />
2856
+ <Tags />
2857
+ <Attachments />
2858
+ <Blocked>false</Blocked>
2859
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2860
+ <Rank>549999999999.999</Rank>
2861
+ <State>Defined</State>
2862
+ <TaskIndex>0</TaskIndex>
2863
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
2864
+ </Task>
2865
+
2866
+ http_version: "1.1"
2867
+ - !ruby/struct:VCR::HTTPInteraction
2868
+ request: !ruby/struct:VCR::Request
2869
+ method: :get
2870
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904309488
2871
+ body:
2872
+ headers:
2873
+ x-rallyintegrationname:
2874
+ - RubyRestAPI
2875
+ x-rallyintegrationlibrary:
2876
+ - RallyRestAPI version 1.0.3
2877
+ x-rallyintegrationplatform:
2878
+ - Ruby 1.9.2
2879
+ x-rallyintegrationos:
2880
+ - i686-linux
2881
+ authorization:
2882
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2883
+ content-type:
2884
+ - text/xml
2885
+ response: !ruby/struct:VCR::Response
2886
+ status: !ruby/struct:VCR::ResponseStatus
2887
+ code: 200
2888
+ message: OK
2889
+ headers:
2890
+ date:
2891
+ - Fri, 11 Nov 2011 02:39:17 GMT
2892
+ server:
2893
+ - Jetty(6.1.26)
2894
+ expires:
2895
+ - Thu, 01-Jan-1970 00:00:00 GMT
2896
+ rallyrequestid:
2897
+ - qd-app-03-trial1i8thc4a50gcvyr7kdzkvjn5h.qd-app-03-trial27371
2898
+ content-type:
2899
+ - text/xml; charset=utf-8
2900
+ set-cookie:
2901
+ - JSESSIONID=qd-app-03-trial1i8thc4a50gcvyr7kdzkvjn5h.qd-app-03-trial;Path=/slm;Secure
2902
+ vary:
2903
+ - Accept-Encoding
2904
+ p3p:
2905
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2906
+ cache-control:
2907
+ - no-cache, private,max-age=0,must-revalidate
2908
+ transfer-encoding:
2909
+ - chunked
2910
+ body: |+
2911
+ <?xml version="1.0" encoding="UTF-8"?>
2912
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904309488" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
2913
+ <CreationDate>2011-02-21T00:08:47.160Z</CreationDate>
2914
+ <ObjectID>2904309488</ObjectID>
2915
+ <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" />
2916
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2917
+ <Description>Here we go</Description>
2918
+ <Discussion />
2919
+ <FormattedID>DE28</FormattedID>
2920
+ <LastUpdateDate>2011-02-21T00:08:47.173Z</LastUpdateDate>
2921
+ <Name>Testing</Name>
2922
+ <Notes />
2923
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
2924
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904309489" type="RevisionHistory" />
2925
+ <Tags />
2926
+ <AffectsDoc>false</AffectsDoc>
2927
+ <Attachments />
2928
+ <Blocked>false</Blocked>
2929
+ <Duplicates />
2930
+ <Environment>None</Environment>
2931
+ <Priority>None</Priority>
2932
+ <Rank>381469.727</Rank>
2933
+ <ReleaseNote>false</ReleaseNote>
2934
+ <Resolution>None</Resolution>
2935
+ <ScheduleState>Defined</ScheduleState>
2936
+ <Severity>None</Severity>
2937
+ <State>Submitted</State>
2938
+ <TaskActualTotal>0.0</TaskActualTotal>
2939
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
2940
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
2941
+ <Tasks />
2942
+ </Defect>
2943
+
2944
+ http_version: "1.1"
2945
+ - !ruby/struct:VCR::HTTPInteraction
2946
+ request: !ruby/struct:VCR::Request
2947
+ method: :get
2948
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2904309530
2949
+ body:
2950
+ headers:
2951
+ x-rallyintegrationname:
2952
+ - RubyRestAPI
2953
+ x-rallyintegrationlibrary:
2954
+ - RallyRestAPI version 1.0.3
2955
+ x-rallyintegrationplatform:
2956
+ - Ruby 1.9.2
2957
+ x-rallyintegrationos:
2958
+ - i686-linux
2959
+ authorization:
2960
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
2961
+ content-type:
2962
+ - text/xml
2963
+ response: !ruby/struct:VCR::Response
2964
+ status: !ruby/struct:VCR::ResponseStatus
2965
+ code: 200
2966
+ message: OK
2967
+ headers:
2968
+ date:
2969
+ - Fri, 11 Nov 2011 02:39:18 GMT
2970
+ server:
2971
+ - Jetty(6.1.26)
2972
+ expires:
2973
+ - Thu, 01-Jan-1970 00:00:00 GMT
2974
+ rallyrequestid:
2975
+ - qd-app-03-trial141qnrfrxaeiw17jcfd0y790na.qd-app-03-trial27420
2976
+ content-type:
2977
+ - text/xml; charset=utf-8
2978
+ set-cookie:
2979
+ - JSESSIONID=qd-app-03-trial141qnrfrxaeiw17jcfd0y790na.qd-app-03-trial;Path=/slm;Secure
2980
+ vary:
2981
+ - Accept-Encoding
2982
+ p3p:
2983
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
2984
+ cache-control:
2985
+ - no-cache, private,max-age=0,must-revalidate
2986
+ transfer-encoding:
2987
+ - chunked
2988
+ body: |+
2989
+ <?xml version="1.0" encoding="UTF-8"?>
2990
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904309530" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Feb 20">
2991
+ <CreationDate>2011-02-21T00:09:04.328Z</CreationDate>
2992
+ <ObjectID>2904309530</ObjectID>
2993
+ <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" />
2994
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
2995
+ <Description>Here we go tasks</Description>
2996
+ <Discussion />
2997
+ <FormattedID>TA4</FormattedID>
2998
+ <LastUpdateDate>2011-02-21T00:09:04.336Z</LastUpdateDate>
2999
+ <Name>TaskTesting</Name>
3000
+ <Notes />
3001
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904309531" type="RevisionHistory" />
3002
+ <Tags />
3003
+ <Attachments />
3004
+ <Blocked>false</Blocked>
3005
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3006
+ <Rank>549999999999.999</Rank>
3007
+ <State>Defined</State>
3008
+ <TaskIndex>1</TaskIndex>
3009
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
3010
+ </Task>
3011
+
3012
+ http_version: "1.1"
3013
+ - !ruby/struct:VCR::HTTPInteraction
3014
+ request: !ruby/struct:VCR::Request
3015
+ method: :get
3016
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2967182304
3017
+ body:
3018
+ headers:
3019
+ x-rallyintegrationname:
3020
+ - RubyRestAPI
3021
+ x-rallyintegrationlibrary:
3022
+ - RallyRestAPI version 1.0.3
3023
+ x-rallyintegrationplatform:
3024
+ - Ruby 1.9.2
3025
+ x-rallyintegrationos:
3026
+ - i686-linux
3027
+ authorization:
3028
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3029
+ content-type:
3030
+ - text/xml
3031
+ response: !ruby/struct:VCR::Response
3032
+ status: !ruby/struct:VCR::ResponseStatus
3033
+ code: 200
3034
+ message: OK
3035
+ headers:
3036
+ date:
3037
+ - Fri, 11 Nov 2011 02:39:20 GMT
3038
+ server:
3039
+ - Jetty(6.1.26)
3040
+ expires:
3041
+ - Thu, 01-Jan-1970 00:00:00 GMT
3042
+ rallyrequestid:
3043
+ - qd-app-02-trials1spb04znl4810pqr301efup7.qd-app-02-trial26009
3044
+ content-type:
3045
+ - text/xml; charset=utf-8
3046
+ set-cookie:
3047
+ - JSESSIONID=qd-app-02-trials1spb04znl4810pqr301efup7.qd-app-02-trial;Path=/slm;Secure
3048
+ vary:
3049
+ - Accept-Encoding
3050
+ p3p:
3051
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3052
+ cache-control:
3053
+ - no-cache, private,max-age=0,must-revalidate
3054
+ transfer-encoding:
3055
+ - chunked
3056
+ body: |+
3057
+ <?xml version="1.0" encoding="UTF-8"?>
3058
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967182304" objectVersion="1" refObjectName="Testing" CreatedAt="Mar 2">
3059
+ <CreationDate>2011-03-02T15:51:10.227Z</CreationDate>
3060
+ <ObjectID>2967182304</ObjectID>
3061
+ <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" />
3062
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3063
+ <Description>Here we go</Description>
3064
+ <Discussion />
3065
+ <FormattedID>DE29</FormattedID>
3066
+ <LastUpdateDate>2011-03-02T15:51:10.240Z</LastUpdateDate>
3067
+ <Name>Testing</Name>
3068
+ <Notes />
3069
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3070
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967182305" type="RevisionHistory" />
3071
+ <Tags />
3072
+ <AffectsDoc>false</AffectsDoc>
3073
+ <Attachments />
3074
+ <Blocked>false</Blocked>
3075
+ <Duplicates />
3076
+ <Environment>None</Environment>
3077
+ <Priority>None</Priority>
3078
+ <Rank>190734.864</Rank>
3079
+ <ReleaseNote>false</ReleaseNote>
3080
+ <Resolution>None</Resolution>
3081
+ <ScheduleState>Defined</ScheduleState>
3082
+ <Severity>None</Severity>
3083
+ <State>Submitted</State>
3084
+ <TaskActualTotal>0.0</TaskActualTotal>
3085
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
3086
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
3087
+ <Tasks />
3088
+ </Defect>
3089
+
3090
+ http_version: "1.1"
3091
+ - !ruby/struct:VCR::HTTPInteraction
3092
+ request: !ruby/struct:VCR::Request
3093
+ method: :get
3094
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2967182543
3095
+ body:
3096
+ headers:
3097
+ x-rallyintegrationname:
3098
+ - RubyRestAPI
3099
+ x-rallyintegrationlibrary:
3100
+ - RallyRestAPI version 1.0.3
3101
+ x-rallyintegrationplatform:
3102
+ - Ruby 1.9.2
3103
+ x-rallyintegrationos:
3104
+ - i686-linux
3105
+ authorization:
3106
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3107
+ content-type:
3108
+ - text/xml
3109
+ response: !ruby/struct:VCR::Response
3110
+ status: !ruby/struct:VCR::ResponseStatus
3111
+ code: 200
3112
+ message: OK
3113
+ headers:
3114
+ date:
3115
+ - Fri, 11 Nov 2011 02:39:21 GMT
3116
+ server:
3117
+ - Jetty(6.1.26)
3118
+ expires:
3119
+ - Thu, 01-Jan-1970 00:00:00 GMT
3120
+ rallyrequestid:
3121
+ - qd-app-03-trial1sm05o3b50g4e1g0xneli8ldof.qd-app-03-trial27496
3122
+ content-type:
3123
+ - text/xml; charset=utf-8
3124
+ set-cookie:
3125
+ - JSESSIONID=qd-app-03-trial1sm05o3b50g4e1g0xneli8ldof.qd-app-03-trial;Path=/slm;Secure
3126
+ vary:
3127
+ - Accept-Encoding
3128
+ p3p:
3129
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3130
+ cache-control:
3131
+ - no-cache, private,max-age=0,must-revalidate
3132
+ transfer-encoding:
3133
+ - chunked
3134
+ body: |+
3135
+ <?xml version="1.0" encoding="UTF-8"?>
3136
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967182543" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Mar 2">
3137
+ <CreationDate>2011-03-02T15:51:26.552Z</CreationDate>
3138
+ <ObjectID>2967182543</ObjectID>
3139
+ <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" />
3140
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3141
+ <Description>Here we go tasks</Description>
3142
+ <Discussion />
3143
+ <FormattedID>TA5</FormattedID>
3144
+ <LastUpdateDate>2011-03-02T15:51:26.568Z</LastUpdateDate>
3145
+ <Name>TaskTesting</Name>
3146
+ <Notes />
3147
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967182544" type="RevisionHistory" />
3148
+ <Tags />
3149
+ <Attachments />
3150
+ <Blocked>false</Blocked>
3151
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3152
+ <Rank>549999999999.999</Rank>
3153
+ <State>Defined</State>
3154
+ <TaskIndex>2</TaskIndex>
3155
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
3156
+ </Task>
3157
+
3158
+ http_version: "1.1"
3159
+ - !ruby/struct:VCR::HTTPInteraction
3160
+ request: !ruby/struct:VCR::Request
3161
+ method: :get
3162
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2967188208
3163
+ body:
3164
+ headers:
3165
+ x-rallyintegrationname:
3166
+ - RubyRestAPI
3167
+ x-rallyintegrationlibrary:
3168
+ - RallyRestAPI version 1.0.3
3169
+ x-rallyintegrationplatform:
3170
+ - Ruby 1.9.2
3171
+ x-rallyintegrationos:
3172
+ - i686-linux
3173
+ authorization:
3174
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3175
+ content-type:
3176
+ - text/xml
3177
+ response: !ruby/struct:VCR::Response
3178
+ status: !ruby/struct:VCR::ResponseStatus
3179
+ code: 200
3180
+ message: OK
3181
+ headers:
3182
+ date:
3183
+ - Fri, 11 Nov 2011 02:39:23 GMT
3184
+ server:
3185
+ - Jetty(6.1.26)
3186
+ expires:
3187
+ - Thu, 01-Jan-1970 00:00:00 GMT
3188
+ rallyrequestid:
3189
+ - qd-app-03-trial2ynabaewm6qtmx262plyabug.qd-app-03-trial27531
3190
+ content-type:
3191
+ - text/xml; charset=utf-8
3192
+ set-cookie:
3193
+ - JSESSIONID=qd-app-03-trial2ynabaewm6qtmx262plyabug.qd-app-03-trial;Path=/slm;Secure
3194
+ vary:
3195
+ - Accept-Encoding
3196
+ p3p:
3197
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3198
+ cache-control:
3199
+ - no-cache, private,max-age=0,must-revalidate
3200
+ transfer-encoding:
3201
+ - chunked
3202
+ body: |+
3203
+ <?xml version="1.0" encoding="UTF-8"?>
3204
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967188208" objectVersion="1" refObjectName="Testing" CreatedAt="Mar 2">
3205
+ <CreationDate>2011-03-02T16:03:55.594Z</CreationDate>
3206
+ <ObjectID>2967188208</ObjectID>
3207
+ <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" />
3208
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3209
+ <Description>Here we go</Description>
3210
+ <Discussion />
3211
+ <FormattedID>DE30</FormattedID>
3212
+ <LastUpdateDate>2011-03-02T16:03:55.609Z</LastUpdateDate>
3213
+ <Name>Testing</Name>
3214
+ <Notes />
3215
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3216
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967188209" type="RevisionHistory" />
3217
+ <Tags />
3218
+ <AffectsDoc>false</AffectsDoc>
3219
+ <Attachments />
3220
+ <Blocked>false</Blocked>
3221
+ <Duplicates />
3222
+ <Environment>None</Environment>
3223
+ <Priority>None</Priority>
3224
+ <Rank>95367.432</Rank>
3225
+ <ReleaseNote>false</ReleaseNote>
3226
+ <Resolution>None</Resolution>
3227
+ <ScheduleState>Defined</ScheduleState>
3228
+ <Severity>None</Severity>
3229
+ <State>Submitted</State>
3230
+ <TaskActualTotal>0.0</TaskActualTotal>
3231
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
3232
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
3233
+ <Tasks />
3234
+ </Defect>
3235
+
3236
+ http_version: "1.1"
3237
+ - !ruby/struct:VCR::HTTPInteraction
3238
+ request: !ruby/struct:VCR::Request
3239
+ method: :get
3240
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2967188369
3241
+ body:
3242
+ headers:
3243
+ x-rallyintegrationname:
3244
+ - RubyRestAPI
3245
+ x-rallyintegrationlibrary:
3246
+ - RallyRestAPI version 1.0.3
3247
+ x-rallyintegrationplatform:
3248
+ - Ruby 1.9.2
3249
+ x-rallyintegrationos:
3250
+ - i686-linux
3251
+ authorization:
3252
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3253
+ content-type:
3254
+ - text/xml
3255
+ response: !ruby/struct:VCR::Response
3256
+ status: !ruby/struct:VCR::ResponseStatus
3257
+ code: 200
3258
+ message: OK
3259
+ headers:
3260
+ date:
3261
+ - Fri, 11 Nov 2011 02:39:26 GMT
3262
+ server:
3263
+ - Jetty(6.1.26)
3264
+ expires:
3265
+ - Thu, 01-Jan-1970 00:00:00 GMT
3266
+ rallyrequestid:
3267
+ - qd-app-03-trial11w7ckwxzr7r5dikv2oxatxu9.qd-app-03-trial27631
3268
+ content-type:
3269
+ - text/xml; charset=utf-8
3270
+ set-cookie:
3271
+ - JSESSIONID=qd-app-03-trial11w7ckwxzr7r5dikv2oxatxu9.qd-app-03-trial;Path=/slm;Secure
3272
+ vary:
3273
+ - Accept-Encoding
3274
+ p3p:
3275
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3276
+ cache-control:
3277
+ - no-cache, private,max-age=0,must-revalidate
3278
+ transfer-encoding:
3279
+ - chunked
3280
+ body: |+
3281
+ <?xml version="1.0" encoding="UTF-8"?>
3282
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967188369" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Mar 2">
3283
+ <CreationDate>2011-03-02T16:04:15.675Z</CreationDate>
3284
+ <ObjectID>2967188369</ObjectID>
3285
+ <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" />
3286
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3287
+ <Description>Here we go tasks</Description>
3288
+ <Discussion />
3289
+ <FormattedID>TA6</FormattedID>
3290
+ <LastUpdateDate>2011-03-02T16:04:15.686Z</LastUpdateDate>
3291
+ <Name>TaskTesting</Name>
3292
+ <Notes />
3293
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967188370" type="RevisionHistory" />
3294
+ <Tags />
3295
+ <Attachments />
3296
+ <Blocked>false</Blocked>
3297
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3298
+ <Rank>549999999999.999</Rank>
3299
+ <State>Defined</State>
3300
+ <TaskIndex>3</TaskIndex>
3301
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
3302
+ </Task>
3303
+
3304
+ http_version: "1.1"
3305
+ - !ruby/struct:VCR::HTTPInteraction
3306
+ request: !ruby/struct:VCR::Request
3307
+ method: :get
3308
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Artifact?query=(ObjectID%20%3E%200)&start=41&pagesize=20&project=https://community.rallydev.com/slm/webservice/1.17/project/2712835688
3309
+ body:
3310
+ headers:
3311
+ x-rallyintegrationname:
3312
+ - RubyRestAPI
3313
+ x-rallyintegrationlibrary:
3314
+ - RallyRestAPI version 1.0.3
3315
+ x-rallyintegrationplatform:
3316
+ - Ruby 1.9.2
3317
+ x-rallyintegrationos:
3318
+ - i686-linux
3319
+ authorization:
3320
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3321
+ content-type:
3322
+ - text/xml
3323
+ response: !ruby/struct:VCR::Response
3324
+ status: !ruby/struct:VCR::ResponseStatus
3325
+ code: 200
3326
+ message: OK
3327
+ headers:
3328
+ date:
3329
+ - Fri, 11 Nov 2011 02:39:28 GMT
3330
+ server:
3331
+ - Jetty(6.1.26)
3332
+ expires:
3333
+ - Thu, 01-Jan-1970 00:00:00 GMT
3334
+ rallyrequestid:
3335
+ - qd-app-02-trial10934c29f4d62147kwvfz88bch.qd-app-02-trial26239
3336
+ content-type:
3337
+ - text/xml; charset=utf-8
3338
+ set-cookie:
3339
+ - JSESSIONID=qd-app-02-trial10934c29f4d62147kwvfz88bch.qd-app-02-trial;Path=/slm;Secure
3340
+ vary:
3341
+ - Accept-Encoding
3342
+ p3p:
3343
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3344
+ cache-control:
3345
+ - no-cache, private,max-age=0,must-revalidate
3346
+ transfer-encoding:
3347
+ - chunked
3348
+ body: |+
3349
+ <?xml version="1.0" encoding="UTF-8"?>
3350
+ <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
3351
+ <Errors />
3352
+ <Warnings />
3353
+ <TotalResultCount>54</TotalResultCount>
3354
+ <StartIndex>41</StartIndex>
3355
+ <PageSize>20</PageSize>
3356
+ <Results>
3357
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967372969" refObjectName="Testing" type="Defect" />
3358
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967373101" refObjectName="TaskTesting" type="Task" />
3359
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2990261465" refObjectName="Testing" type="Defect" />
3360
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2990261501" refObjectName="TaskTesting" type="Task" />
3361
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3582864613" refObjectName="Testing" type="Defect" />
3362
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3582864714" refObjectName="TaskTesting" type="Task" />
3363
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3831635899" refObjectName="Testing" type="Defect" />
3364
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3831685531" refObjectName="TaskTesting" type="Task" />
3365
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3833150881" refObjectName="Testing" type="Defect" />
3366
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833150966" refObjectName="TaskTesting" type="Task" />
3367
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3833572773" refObjectName="Testing" type="Defect" />
3368
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833668871" refObjectName="TaskTesting" type="Task" />
3369
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/4694941557" refObjectName="Testing" type="Defect" />
3370
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/4694941632" refObjectName="TaskTesting" type="Task" />
3371
+ </Results>
3372
+ </QueryResult>
3373
+
3374
+ http_version: "1.1"
3375
+ - !ruby/struct:VCR::HTTPInteraction
3376
+ request: !ruby/struct:VCR::Request
3377
+ method: :get
3378
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2967372969
3379
+ body:
3380
+ headers:
3381
+ x-rallyintegrationname:
3382
+ - RubyRestAPI
3383
+ x-rallyintegrationlibrary:
3384
+ - RallyRestAPI version 1.0.3
3385
+ x-rallyintegrationplatform:
3386
+ - Ruby 1.9.2
3387
+ x-rallyintegrationos:
3388
+ - i686-linux
3389
+ authorization:
3390
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3391
+ content-type:
3392
+ - text/xml
3393
+ response: !ruby/struct:VCR::Response
3394
+ status: !ruby/struct:VCR::ResponseStatus
3395
+ code: 200
3396
+ message: OK
3397
+ headers:
3398
+ date:
3399
+ - Fri, 11 Nov 2011 02:39:31 GMT
3400
+ server:
3401
+ - Jetty(6.1.26)
3402
+ expires:
3403
+ - Thu, 01-Jan-1970 00:00:00 GMT
3404
+ rallyrequestid:
3405
+ - qd-app-03-trial171rwz6z7o4o416ibfdg3njsdi.qd-app-03-trial27757
3406
+ content-type:
3407
+ - text/xml; charset=utf-8
3408
+ set-cookie:
3409
+ - JSESSIONID=qd-app-03-trial171rwz6z7o4o416ibfdg3njsdi.qd-app-03-trial;Path=/slm;Secure
3410
+ vary:
3411
+ - Accept-Encoding
3412
+ p3p:
3413
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3414
+ cache-control:
3415
+ - no-cache, private,max-age=0,must-revalidate
3416
+ transfer-encoding:
3417
+ - chunked
3418
+ body: |+
3419
+ <?xml version="1.0" encoding="UTF-8"?>
3420
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967372969" objectVersion="1" refObjectName="Testing" CreatedAt="Mar 2">
3421
+ <CreationDate>2011-03-02T16:08:05.451Z</CreationDate>
3422
+ <ObjectID>2967372969</ObjectID>
3423
+ <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" />
3424
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3425
+ <Description>Here we go</Description>
3426
+ <Discussion />
3427
+ <FormattedID>DE31</FormattedID>
3428
+ <LastUpdateDate>2011-03-02T16:08:05.467Z</LastUpdateDate>
3429
+ <Name>Testing</Name>
3430
+ <Notes />
3431
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3432
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967372970" type="RevisionHistory" />
3433
+ <Tags />
3434
+ <AffectsDoc>false</AffectsDoc>
3435
+ <Attachments />
3436
+ <Blocked>false</Blocked>
3437
+ <Duplicates />
3438
+ <Environment>None</Environment>
3439
+ <Priority>None</Priority>
3440
+ <Rank>47683.716</Rank>
3441
+ <ReleaseNote>false</ReleaseNote>
3442
+ <Resolution>None</Resolution>
3443
+ <ScheduleState>Defined</ScheduleState>
3444
+ <Severity>None</Severity>
3445
+ <State>Submitted</State>
3446
+ <TaskActualTotal>0.0</TaskActualTotal>
3447
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
3448
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
3449
+ <Tasks />
3450
+ </Defect>
3451
+
3452
+ http_version: "1.1"
3453
+ - !ruby/struct:VCR::HTTPInteraction
3454
+ request: !ruby/struct:VCR::Request
3455
+ method: :get
3456
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2967373101
3457
+ body:
3458
+ headers:
3459
+ x-rallyintegrationname:
3460
+ - RubyRestAPI
3461
+ x-rallyintegrationlibrary:
3462
+ - RallyRestAPI version 1.0.3
3463
+ x-rallyintegrationplatform:
3464
+ - Ruby 1.9.2
3465
+ x-rallyintegrationos:
3466
+ - i686-linux
3467
+ authorization:
3468
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3469
+ content-type:
3470
+ - text/xml
3471
+ response: !ruby/struct:VCR::Response
3472
+ status: !ruby/struct:VCR::ResponseStatus
3473
+ code: 200
3474
+ message: OK
3475
+ headers:
3476
+ date:
3477
+ - Fri, 11 Nov 2011 02:39:32 GMT
3478
+ server:
3479
+ - Jetty(6.1.26)
3480
+ expires:
3481
+ - Thu, 01-Jan-1970 00:00:00 GMT
3482
+ rallyrequestid:
3483
+ - qd-app-02-trial1qtocogylmjbo1oqw1h3c9qbl9.qd-app-02-trial26332
3484
+ content-type:
3485
+ - text/xml; charset=utf-8
3486
+ set-cookie:
3487
+ - JSESSIONID=qd-app-02-trial1qtocogylmjbo1oqw1h3c9qbl9.qd-app-02-trial;Path=/slm;Secure
3488
+ vary:
3489
+ - Accept-Encoding
3490
+ p3p:
3491
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3492
+ cache-control:
3493
+ - no-cache, private,max-age=0,must-revalidate
3494
+ transfer-encoding:
3495
+ - chunked
3496
+ body: |+
3497
+ <?xml version="1.0" encoding="UTF-8"?>
3498
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967373101" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Mar 2">
3499
+ <CreationDate>2011-03-02T16:08:25.860Z</CreationDate>
3500
+ <ObjectID>2967373101</ObjectID>
3501
+ <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" />
3502
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3503
+ <Description>Here we go tasks</Description>
3504
+ <Discussion />
3505
+ <FormattedID>TA7</FormattedID>
3506
+ <LastUpdateDate>2011-03-02T16:08:25.876Z</LastUpdateDate>
3507
+ <Name>TaskTesting</Name>
3508
+ <Notes />
3509
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967373102" type="RevisionHistory" />
3510
+ <Tags />
3511
+ <Attachments />
3512
+ <Blocked>false</Blocked>
3513
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3514
+ <Rank>549999999999.999</Rank>
3515
+ <State>Defined</State>
3516
+ <TaskIndex>4</TaskIndex>
3517
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
3518
+ </Task>
3519
+
3520
+ http_version: "1.1"
3521
+ - !ruby/struct:VCR::HTTPInteraction
3522
+ request: !ruby/struct:VCR::Request
3523
+ method: :get
3524
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2990261465
3525
+ body:
3526
+ headers:
3527
+ x-rallyintegrationname:
3528
+ - RubyRestAPI
3529
+ x-rallyintegrationlibrary:
3530
+ - RallyRestAPI version 1.0.3
3531
+ x-rallyintegrationplatform:
3532
+ - Ruby 1.9.2
3533
+ x-rallyintegrationos:
3534
+ - i686-linux
3535
+ authorization:
3536
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3537
+ content-type:
3538
+ - text/xml
3539
+ response: !ruby/struct:VCR::Response
3540
+ status: !ruby/struct:VCR::ResponseStatus
3541
+ code: 200
3542
+ message: OK
3543
+ headers:
3544
+ date:
3545
+ - Fri, 11 Nov 2011 02:39:33 GMT
3546
+ server:
3547
+ - Jetty(6.1.26)
3548
+ expires:
3549
+ - Thu, 01-Jan-1970 00:00:00 GMT
3550
+ rallyrequestid:
3551
+ - qd-app-03-triallrtk1qrkbh001wblfnbpnl7tm.qd-app-03-trial27836
3552
+ content-type:
3553
+ - text/xml; charset=utf-8
3554
+ set-cookie:
3555
+ - JSESSIONID=qd-app-03-triallrtk1qrkbh001wblfnbpnl7tm.qd-app-03-trial;Path=/slm;Secure
3556
+ vary:
3557
+ - Accept-Encoding
3558
+ p3p:
3559
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3560
+ cache-control:
3561
+ - no-cache, private,max-age=0,must-revalidate
3562
+ transfer-encoding:
3563
+ - chunked
3564
+ body: |+
3565
+ <?xml version="1.0" encoding="UTF-8"?>
3566
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2990261465" objectVersion="1" refObjectName="Testing" CreatedAt="Mar 5">
3567
+ <CreationDate>2011-03-05T22:47:13.550Z</CreationDate>
3568
+ <ObjectID>2990261465</ObjectID>
3569
+ <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" />
3570
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3571
+ <Description>Here we go</Description>
3572
+ <Discussion />
3573
+ <FormattedID>DE32</FormattedID>
3574
+ <LastUpdateDate>2011-03-05T22:47:13.648Z</LastUpdateDate>
3575
+ <Name>Testing</Name>
3576
+ <Notes />
3577
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3578
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2990261466" type="RevisionHistory" />
3579
+ <Tags />
3580
+ <AffectsDoc>false</AffectsDoc>
3581
+ <Attachments />
3582
+ <Blocked>false</Blocked>
3583
+ <Duplicates />
3584
+ <Environment>None</Environment>
3585
+ <Priority>None</Priority>
3586
+ <Rank>23841.858</Rank>
3587
+ <ReleaseNote>false</ReleaseNote>
3588
+ <Resolution>None</Resolution>
3589
+ <ScheduleState>Defined</ScheduleState>
3590
+ <Severity>None</Severity>
3591
+ <State>Submitted</State>
3592
+ <TaskActualTotal>0.0</TaskActualTotal>
3593
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
3594
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
3595
+ <Tasks />
3596
+ </Defect>
3597
+
3598
+ http_version: "1.1"
3599
+ - !ruby/struct:VCR::HTTPInteraction
3600
+ request: !ruby/struct:VCR::Request
3601
+ method: :get
3602
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/2990261501
3603
+ body:
3604
+ headers:
3605
+ x-rallyintegrationname:
3606
+ - RubyRestAPI
3607
+ x-rallyintegrationlibrary:
3608
+ - RallyRestAPI version 1.0.3
3609
+ x-rallyintegrationplatform:
3610
+ - Ruby 1.9.2
3611
+ x-rallyintegrationos:
3612
+ - i686-linux
3613
+ authorization:
3614
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3615
+ content-type:
3616
+ - text/xml
3617
+ response: !ruby/struct:VCR::Response
3618
+ status: !ruby/struct:VCR::ResponseStatus
3619
+ code: 200
3620
+ message: OK
3621
+ headers:
3622
+ date:
3623
+ - Fri, 11 Nov 2011 02:39:34 GMT
3624
+ server:
3625
+ - Jetty(6.1.26)
3626
+ expires:
3627
+ - Thu, 01-Jan-1970 00:00:00 GMT
3628
+ rallyrequestid:
3629
+ - qd-app-03-trial1614mzo21po11e4h6n75qh6nw.qd-app-03-trial27892
3630
+ content-type:
3631
+ - text/xml; charset=utf-8
3632
+ set-cookie:
3633
+ - JSESSIONID=qd-app-03-trial1614mzo21po11e4h6n75qh6nw.qd-app-03-trial;Path=/slm;Secure
3634
+ vary:
3635
+ - Accept-Encoding
3636
+ p3p:
3637
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3638
+ cache-control:
3639
+ - no-cache, private,max-age=0,must-revalidate
3640
+ transfer-encoding:
3641
+ - chunked
3642
+ body: |+
3643
+ <?xml version="1.0" encoding="UTF-8"?>
3644
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2990261501" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Mar 5">
3645
+ <CreationDate>2011-03-05T22:47:30.255Z</CreationDate>
3646
+ <ObjectID>2990261501</ObjectID>
3647
+ <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" />
3648
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3649
+ <Description>Here we go tasks</Description>
3650
+ <Discussion />
3651
+ <FormattedID>TA8</FormattedID>
3652
+ <LastUpdateDate>2011-03-05T22:47:30.277Z</LastUpdateDate>
3653
+ <Name>TaskTesting</Name>
3654
+ <Notes />
3655
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2990261502" type="RevisionHistory" />
3656
+ <Tags />
3657
+ <Attachments />
3658
+ <Blocked>false</Blocked>
3659
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3660
+ <Rank>549999999999.999</Rank>
3661
+ <State>Defined</State>
3662
+ <TaskIndex>5</TaskIndex>
3663
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
3664
+ </Task>
3665
+
3666
+ http_version: "1.1"
3667
+ - !ruby/struct:VCR::HTTPInteraction
3668
+ request: !ruby/struct:VCR::Request
3669
+ method: :get
3670
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/3582864613
3671
+ body:
3672
+ headers:
3673
+ x-rallyintegrationname:
3674
+ - RubyRestAPI
3675
+ x-rallyintegrationlibrary:
3676
+ - RallyRestAPI version 1.0.3
3677
+ x-rallyintegrationplatform:
3678
+ - Ruby 1.9.2
3679
+ x-rallyintegrationos:
3680
+ - i686-linux
3681
+ authorization:
3682
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3683
+ content-type:
3684
+ - text/xml
3685
+ response: !ruby/struct:VCR::Response
3686
+ status: !ruby/struct:VCR::ResponseStatus
3687
+ code: 200
3688
+ message: OK
3689
+ headers:
3690
+ date:
3691
+ - Fri, 11 Nov 2011 02:39:36 GMT
3692
+ server:
3693
+ - Jetty(6.1.26)
3694
+ expires:
3695
+ - Thu, 01-Jan-1970 00:00:00 GMT
3696
+ rallyrequestid:
3697
+ - qd-app-03-trialzd05fnpznymtwb9jm01w8j1z.qd-app-03-trial27948
3698
+ content-type:
3699
+ - text/xml; charset=utf-8
3700
+ set-cookie:
3701
+ - JSESSIONID=qd-app-03-trialzd05fnpznymtwb9jm01w8j1z.qd-app-03-trial;Path=/slm;Secure
3702
+ vary:
3703
+ - Accept-Encoding
3704
+ p3p:
3705
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3706
+ cache-control:
3707
+ - no-cache, private,max-age=0,must-revalidate
3708
+ transfer-encoding:
3709
+ - chunked
3710
+ body: |+
3711
+ <?xml version="1.0" encoding="UTF-8"?>
3712
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3582864613" objectVersion="1" refObjectName="Testing" CreatedAt="Jun 7">
3713
+ <CreationDate>2011-06-07T14:51:19.764Z</CreationDate>
3714
+ <ObjectID>3582864613</ObjectID>
3715
+ <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" />
3716
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3717
+ <Description>Here we go</Description>
3718
+ <Discussion />
3719
+ <FormattedID>DE33</FormattedID>
3720
+ <LastUpdateDate>2011-06-07T14:51:19.838Z</LastUpdateDate>
3721
+ <Name>Testing</Name>
3722
+ <Notes />
3723
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3724
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3582864614" type="RevisionHistory" />
3725
+ <Tags />
3726
+ <AffectsDoc>false</AffectsDoc>
3727
+ <Attachments />
3728
+ <Blocked>false</Blocked>
3729
+ <Duplicates />
3730
+ <Environment>None</Environment>
3731
+ <Priority>None</Priority>
3732
+ <Rank>11920.929</Rank>
3733
+ <ReleaseNote>false</ReleaseNote>
3734
+ <Resolution>None</Resolution>
3735
+ <ScheduleState>Defined</ScheduleState>
3736
+ <Severity>None</Severity>
3737
+ <State>Submitted</State>
3738
+ <TaskActualTotal>0.0</TaskActualTotal>
3739
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
3740
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
3741
+ <Tasks />
3742
+ </Defect>
3743
+
3744
+ http_version: "1.1"
3745
+ - !ruby/struct:VCR::HTTPInteraction
3746
+ request: !ruby/struct:VCR::Request
3747
+ method: :get
3748
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/3582864714
3749
+ body:
3750
+ headers:
3751
+ x-rallyintegrationname:
3752
+ - RubyRestAPI
3753
+ x-rallyintegrationlibrary:
3754
+ - RallyRestAPI version 1.0.3
3755
+ x-rallyintegrationplatform:
3756
+ - Ruby 1.9.2
3757
+ x-rallyintegrationos:
3758
+ - i686-linux
3759
+ authorization:
3760
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3761
+ content-type:
3762
+ - text/xml
3763
+ response: !ruby/struct:VCR::Response
3764
+ status: !ruby/struct:VCR::ResponseStatus
3765
+ code: 200
3766
+ message: OK
3767
+ headers:
3768
+ date:
3769
+ - Fri, 11 Nov 2011 02:39:37 GMT
3770
+ server:
3771
+ - Jetty(6.1.26)
3772
+ expires:
3773
+ - Thu, 01-Jan-1970 00:00:00 GMT
3774
+ rallyrequestid:
3775
+ - qd-app-02-trial1ay2gcrpt7kyval40sovk4eab.qd-app-02-trial26513
3776
+ content-type:
3777
+ - text/xml; charset=utf-8
3778
+ set-cookie:
3779
+ - JSESSIONID=qd-app-02-trial1ay2gcrpt7kyval40sovk4eab.qd-app-02-trial;Path=/slm;Secure
3780
+ vary:
3781
+ - Accept-Encoding
3782
+ p3p:
3783
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3784
+ cache-control:
3785
+ - no-cache, private,max-age=0,must-revalidate
3786
+ transfer-encoding:
3787
+ - chunked
3788
+ body: |+
3789
+ <?xml version="1.0" encoding="UTF-8"?>
3790
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3582864714" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Jun 7">
3791
+ <CreationDate>2011-06-07T14:51:35.725Z</CreationDate>
3792
+ <ObjectID>3582864714</ObjectID>
3793
+ <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" />
3794
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3795
+ <Description>Here we go tasks</Description>
3796
+ <Discussion />
3797
+ <FormattedID>TA9</FormattedID>
3798
+ <LastUpdateDate>2011-06-07T14:51:35.751Z</LastUpdateDate>
3799
+ <Name>TaskTesting</Name>
3800
+ <Notes />
3801
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3582864715" type="RevisionHistory" />
3802
+ <Tags />
3803
+ <Attachments />
3804
+ <Blocked>false</Blocked>
3805
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3806
+ <Rank>549999999999.999</Rank>
3807
+ <State>Defined</State>
3808
+ <TaskIndex>6</TaskIndex>
3809
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
3810
+ </Task>
3811
+
3812
+ http_version: "1.1"
3813
+ - !ruby/struct:VCR::HTTPInteraction
3814
+ request: !ruby/struct:VCR::Request
3815
+ method: :get
3816
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/3831635899
3817
+ body:
3818
+ headers:
3819
+ x-rallyintegrationname:
3820
+ - RubyRestAPI
3821
+ x-rallyintegrationlibrary:
3822
+ - RallyRestAPI version 1.0.3
3823
+ x-rallyintegrationplatform:
3824
+ - Ruby 1.9.2
3825
+ x-rallyintegrationos:
3826
+ - i686-linux
3827
+ authorization:
3828
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3829
+ content-type:
3830
+ - text/xml
3831
+ response: !ruby/struct:VCR::Response
3832
+ status: !ruby/struct:VCR::ResponseStatus
3833
+ code: 200
3834
+ message: OK
3835
+ headers:
3836
+ date:
3837
+ - Fri, 11 Nov 2011 02:39:38 GMT
3838
+ server:
3839
+ - Jetty(6.1.26)
3840
+ expires:
3841
+ - Thu, 01-Jan-1970 00:00:00 GMT
3842
+ rallyrequestid:
3843
+ - qd-app-03-trialamyxhh8x0sor1ho3luq5iwzs5.qd-app-03-trial28027
3844
+ content-type:
3845
+ - text/xml; charset=utf-8
3846
+ set-cookie:
3847
+ - JSESSIONID=qd-app-03-trialamyxhh8x0sor1ho3luq5iwzs5.qd-app-03-trial;Path=/slm;Secure
3848
+ vary:
3849
+ - Accept-Encoding
3850
+ p3p:
3851
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3852
+ cache-control:
3853
+ - no-cache, private,max-age=0,must-revalidate
3854
+ transfer-encoding:
3855
+ - chunked
3856
+ body: |+
3857
+ <?xml version="1.0" encoding="UTF-8"?>
3858
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3831635899" objectVersion="1" refObjectName="Testing" CreatedAt="Jul 12">
3859
+ <CreationDate>2011-07-12T14:43:06.277Z</CreationDate>
3860
+ <ObjectID>3831635899</ObjectID>
3861
+ <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" />
3862
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3863
+ <Description>Here we go</Description>
3864
+ <Discussion />
3865
+ <FormattedID>DE34</FormattedID>
3866
+ <LastUpdateDate>2011-07-12T14:43:06.365Z</LastUpdateDate>
3867
+ <Name>Testing</Name>
3868
+ <Notes />
3869
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3870
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3831635900" type="RevisionHistory" />
3871
+ <Tags />
3872
+ <AffectsDoc>false</AffectsDoc>
3873
+ <Attachments />
3874
+ <Blocked>false</Blocked>
3875
+ <Duplicates />
3876
+ <Environment>None</Environment>
3877
+ <Priority>None</Priority>
3878
+ <Rank>5960.465</Rank>
3879
+ <ReleaseNote>false</ReleaseNote>
3880
+ <Resolution>None</Resolution>
3881
+ <ScheduleState>Defined</ScheduleState>
3882
+ <Severity>None</Severity>
3883
+ <State>Submitted</State>
3884
+ <TaskActualTotal>0.0</TaskActualTotal>
3885
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
3886
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
3887
+ <Tasks />
3888
+ </Defect>
3889
+
3890
+ http_version: "1.1"
3891
+ - !ruby/struct:VCR::HTTPInteraction
3892
+ request: !ruby/struct:VCR::Request
3893
+ method: :get
3894
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/3831685531
3895
+ body:
3896
+ headers:
3897
+ x-rallyintegrationname:
3898
+ - RubyRestAPI
3899
+ x-rallyintegrationlibrary:
3900
+ - RallyRestAPI version 1.0.3
3901
+ x-rallyintegrationplatform:
3902
+ - Ruby 1.9.2
3903
+ x-rallyintegrationos:
3904
+ - i686-linux
3905
+ authorization:
3906
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3907
+ content-type:
3908
+ - text/xml
3909
+ response: !ruby/struct:VCR::Response
3910
+ status: !ruby/struct:VCR::ResponseStatus
3911
+ code: 200
3912
+ message: OK
3913
+ headers:
3914
+ date:
3915
+ - Fri, 11 Nov 2011 02:39:39 GMT
3916
+ server:
3917
+ - Jetty(6.1.26)
3918
+ expires:
3919
+ - Thu, 01-Jan-1970 00:00:00 GMT
3920
+ rallyrequestid:
3921
+ - qd-app-02-trial1df9ee1w434tx1v12q65gg510x.qd-app-02-trial26577
3922
+ content-type:
3923
+ - text/xml; charset=utf-8
3924
+ set-cookie:
3925
+ - JSESSIONID=qd-app-02-trial1df9ee1w434tx1v12q65gg510x.qd-app-02-trial;Path=/slm;Secure
3926
+ vary:
3927
+ - Accept-Encoding
3928
+ p3p:
3929
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3930
+ cache-control:
3931
+ - no-cache, private,max-age=0,must-revalidate
3932
+ transfer-encoding:
3933
+ - chunked
3934
+ body: |+
3935
+ <?xml version="1.0" encoding="UTF-8"?>
3936
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3831685531" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Jul 12">
3937
+ <CreationDate>2011-07-12T14:43:28.426Z</CreationDate>
3938
+ <ObjectID>3831685531</ObjectID>
3939
+ <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" />
3940
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
3941
+ <Description>Here we go tasks</Description>
3942
+ <Discussion />
3943
+ <FormattedID>TA10</FormattedID>
3944
+ <LastUpdateDate>2011-07-12T14:43:28.460Z</LastUpdateDate>
3945
+ <Name>TaskTesting</Name>
3946
+ <Notes />
3947
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3831685532" type="RevisionHistory" />
3948
+ <Tags />
3949
+ <Attachments />
3950
+ <Blocked>false</Blocked>
3951
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
3952
+ <Rank>549999999999.999</Rank>
3953
+ <State>Defined</State>
3954
+ <TaskIndex>7</TaskIndex>
3955
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
3956
+ </Task>
3957
+
3958
+ http_version: "1.1"
3959
+ - !ruby/struct:VCR::HTTPInteraction
3960
+ request: !ruby/struct:VCR::Request
3961
+ method: :get
3962
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/3833150881
3963
+ body:
3964
+ headers:
3965
+ x-rallyintegrationname:
3966
+ - RubyRestAPI
3967
+ x-rallyintegrationlibrary:
3968
+ - RallyRestAPI version 1.0.3
3969
+ x-rallyintegrationplatform:
3970
+ - Ruby 1.9.2
3971
+ x-rallyintegrationos:
3972
+ - i686-linux
3973
+ authorization:
3974
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
3975
+ content-type:
3976
+ - text/xml
3977
+ response: !ruby/struct:VCR::Response
3978
+ status: !ruby/struct:VCR::ResponseStatus
3979
+ code: 200
3980
+ message: OK
3981
+ headers:
3982
+ date:
3983
+ - Fri, 11 Nov 2011 02:39:40 GMT
3984
+ server:
3985
+ - Jetty(6.1.26)
3986
+ expires:
3987
+ - Thu, 01-Jan-1970 00:00:00 GMT
3988
+ rallyrequestid:
3989
+ - qd-app-03-trial1tponfhwtvbile8gd7mbwpxn3.qd-app-03-trial28069
3990
+ content-type:
3991
+ - text/xml; charset=utf-8
3992
+ set-cookie:
3993
+ - JSESSIONID=qd-app-03-trial1tponfhwtvbile8gd7mbwpxn3.qd-app-03-trial;Path=/slm;Secure
3994
+ vary:
3995
+ - Accept-Encoding
3996
+ p3p:
3997
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
3998
+ cache-control:
3999
+ - no-cache, private,max-age=0,must-revalidate
4000
+ transfer-encoding:
4001
+ - chunked
4002
+ body: |+
4003
+ <?xml version="1.0" encoding="UTF-8"?>
4004
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3833150881" objectVersion="1" refObjectName="Testing" CreatedAt="Jul 12">
4005
+ <CreationDate>2011-07-12T17:23:11.334Z</CreationDate>
4006
+ <ObjectID>3833150881</ObjectID>
4007
+ <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" />
4008
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
4009
+ <Description>Here we go</Description>
4010
+ <Discussion />
4011
+ <FormattedID>DE35</FormattedID>
4012
+ <LastUpdateDate>2011-07-12T17:23:11.429Z</LastUpdateDate>
4013
+ <Name>Testing</Name>
4014
+ <Notes />
4015
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
4016
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3833150882" type="RevisionHistory" />
4017
+ <Tags />
4018
+ <AffectsDoc>false</AffectsDoc>
4019
+ <Attachments />
4020
+ <Blocked>false</Blocked>
4021
+ <Duplicates />
4022
+ <Environment>None</Environment>
4023
+ <Priority>None</Priority>
4024
+ <Rank>2980.233</Rank>
4025
+ <ReleaseNote>false</ReleaseNote>
4026
+ <Resolution>None</Resolution>
4027
+ <ScheduleState>Defined</ScheduleState>
4028
+ <Severity>None</Severity>
4029
+ <State>Submitted</State>
4030
+ <TaskActualTotal>0.0</TaskActualTotal>
4031
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
4032
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
4033
+ <Tasks />
4034
+ </Defect>
4035
+
4036
+ http_version: "1.1"
4037
+ - !ruby/struct:VCR::HTTPInteraction
4038
+ request: !ruby/struct:VCR::Request
4039
+ method: :get
4040
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/3833150966
4041
+ body:
4042
+ headers:
4043
+ x-rallyintegrationname:
4044
+ - RubyRestAPI
4045
+ x-rallyintegrationlibrary:
4046
+ - RallyRestAPI version 1.0.3
4047
+ x-rallyintegrationplatform:
4048
+ - Ruby 1.9.2
4049
+ x-rallyintegrationos:
4050
+ - i686-linux
4051
+ authorization:
4052
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
4053
+ content-type:
4054
+ - text/xml
4055
+ response: !ruby/struct:VCR::Response
4056
+ status: !ruby/struct:VCR::ResponseStatus
4057
+ code: 200
4058
+ message: OK
4059
+ headers:
4060
+ date:
4061
+ - Fri, 11 Nov 2011 02:39:42 GMT
4062
+ server:
4063
+ - Jetty(6.1.26)
4064
+ expires:
4065
+ - Thu, 01-Jan-1970 00:00:00 GMT
4066
+ rallyrequestid:
4067
+ - qd-app-03-trial1ai2f2fogdrbnxyr7bkdzsx4h.qd-app-03-trial28090
4068
+ content-type:
4069
+ - text/xml; charset=utf-8
4070
+ set-cookie:
4071
+ - JSESSIONID=qd-app-03-trial1ai2f2fogdrbnxyr7bkdzsx4h.qd-app-03-trial;Path=/slm;Secure
4072
+ vary:
4073
+ - Accept-Encoding
4074
+ p3p:
4075
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
4076
+ cache-control:
4077
+ - no-cache, private,max-age=0,must-revalidate
4078
+ transfer-encoding:
4079
+ - chunked
4080
+ body: |+
4081
+ <?xml version="1.0" encoding="UTF-8"?>
4082
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833150966" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Jul 12">
4083
+ <CreationDate>2011-07-12T17:23:33.103Z</CreationDate>
4084
+ <ObjectID>3833150966</ObjectID>
4085
+ <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" />
4086
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
4087
+ <Description>Here we go tasks</Description>
4088
+ <Discussion />
4089
+ <FormattedID>TA11</FormattedID>
4090
+ <LastUpdateDate>2011-07-12T17:23:33.125Z</LastUpdateDate>
4091
+ <Name>TaskTesting</Name>
4092
+ <Notes />
4093
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3833150967" type="RevisionHistory" />
4094
+ <Tags />
4095
+ <Attachments />
4096
+ <Blocked>false</Blocked>
4097
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
4098
+ <Rank>549999999999.999</Rank>
4099
+ <State>Defined</State>
4100
+ <TaskIndex>8</TaskIndex>
4101
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
4102
+ </Task>
4103
+
4104
+ http_version: "1.1"
4105
+ - !ruby/struct:VCR::HTTPInteraction
4106
+ request: !ruby/struct:VCR::Request
4107
+ method: :get
4108
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/3833572773
4109
+ body:
4110
+ headers:
4111
+ x-rallyintegrationname:
4112
+ - RubyRestAPI
4113
+ x-rallyintegrationlibrary:
4114
+ - RallyRestAPI version 1.0.3
4115
+ x-rallyintegrationplatform:
4116
+ - Ruby 1.9.2
4117
+ x-rallyintegrationos:
4118
+ - i686-linux
4119
+ authorization:
4120
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
4121
+ content-type:
4122
+ - text/xml
4123
+ response: !ruby/struct:VCR::Response
4124
+ status: !ruby/struct:VCR::ResponseStatus
4125
+ code: 200
4126
+ message: OK
4127
+ headers:
4128
+ date:
4129
+ - Fri, 11 Nov 2011 02:39:43 GMT
4130
+ server:
4131
+ - Jetty(6.1.26)
4132
+ expires:
4133
+ - Thu, 01-Jan-1970 00:00:00 GMT
4134
+ rallyrequestid:
4135
+ - qd-app-03-trial1hk711prqxrmcol5oxe2eg4i.qd-app-03-trial28110
4136
+ content-type:
4137
+ - text/xml; charset=utf-8
4138
+ set-cookie:
4139
+ - JSESSIONID=qd-app-03-trial1hk711prqxrmcol5oxe2eg4i.qd-app-03-trial;Path=/slm;Secure
4140
+ vary:
4141
+ - Accept-Encoding
4142
+ p3p:
4143
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
4144
+ cache-control:
4145
+ - no-cache, private,max-age=0,must-revalidate
4146
+ transfer-encoding:
4147
+ - chunked
4148
+ body: |+
4149
+ <?xml version="1.0" encoding="UTF-8"?>
4150
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3833572773" objectVersion="1" refObjectName="Testing" CreatedAt="Jul 12">
4151
+ <CreationDate>2011-07-12T18:25:42.598Z</CreationDate>
4152
+ <ObjectID>3833572773</ObjectID>
4153
+ <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" />
4154
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
4155
+ <Description>Here we go</Description>
4156
+ <Discussion />
4157
+ <FormattedID>DE36</FormattedID>
4158
+ <LastUpdateDate>2011-07-12T18:25:42.725Z</LastUpdateDate>
4159
+ <Name>Testing</Name>
4160
+ <Notes />
4161
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
4162
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3833572774" type="RevisionHistory" />
4163
+ <Tags />
4164
+ <AffectsDoc>false</AffectsDoc>
4165
+ <Attachments />
4166
+ <Blocked>false</Blocked>
4167
+ <Duplicates />
4168
+ <Environment>None</Environment>
4169
+ <Priority>None</Priority>
4170
+ <Rank>1490.117</Rank>
4171
+ <ReleaseNote>false</ReleaseNote>
4172
+ <Resolution>None</Resolution>
4173
+ <ScheduleState>Defined</ScheduleState>
4174
+ <Severity>None</Severity>
4175
+ <State>Submitted</State>
4176
+ <TaskActualTotal>0.0</TaskActualTotal>
4177
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
4178
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
4179
+ <Tasks />
4180
+ </Defect>
4181
+
4182
+ http_version: "1.1"
4183
+ - !ruby/struct:VCR::HTTPInteraction
4184
+ request: !ruby/struct:VCR::Request
4185
+ method: :get
4186
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/3833668871
4187
+ body:
4188
+ headers:
4189
+ x-rallyintegrationname:
4190
+ - RubyRestAPI
4191
+ x-rallyintegrationlibrary:
4192
+ - RallyRestAPI version 1.0.3
4193
+ x-rallyintegrationplatform:
4194
+ - Ruby 1.9.2
4195
+ x-rallyintegrationos:
4196
+ - i686-linux
4197
+ authorization:
4198
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
4199
+ content-type:
4200
+ - text/xml
4201
+ response: !ruby/struct:VCR::Response
4202
+ status: !ruby/struct:VCR::ResponseStatus
4203
+ code: 200
4204
+ message: OK
4205
+ headers:
4206
+ date:
4207
+ - Fri, 11 Nov 2011 02:39:44 GMT
4208
+ server:
4209
+ - Jetty(6.1.26)
4210
+ expires:
4211
+ - Thu, 01-Jan-1970 00:00:00 GMT
4212
+ rallyrequestid:
4213
+ - qd-app-02-trial5dj80r2qczrucer8i3vnzl78.qd-app-02-trial26659
4214
+ content-type:
4215
+ - text/xml; charset=utf-8
4216
+ set-cookie:
4217
+ - JSESSIONID=qd-app-02-trial5dj80r2qczrucer8i3vnzl78.qd-app-02-trial;Path=/slm;Secure
4218
+ vary:
4219
+ - Accept-Encoding
4220
+ p3p:
4221
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
4222
+ cache-control:
4223
+ - no-cache, private,max-age=0,must-revalidate
4224
+ transfer-encoding:
4225
+ - chunked
4226
+ body: |+
4227
+ <?xml version="1.0" encoding="UTF-8"?>
4228
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833668871" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Jul 12">
4229
+ <CreationDate>2011-07-12T18:26:06.056Z</CreationDate>
4230
+ <ObjectID>3833668871</ObjectID>
4231
+ <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" />
4232
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
4233
+ <Description>Here we go tasks</Description>
4234
+ <Discussion />
4235
+ <FormattedID>TA12</FormattedID>
4236
+ <LastUpdateDate>2011-07-12T18:26:06.079Z</LastUpdateDate>
4237
+ <Name>TaskTesting</Name>
4238
+ <Notes />
4239
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3833668872" type="RevisionHistory" />
4240
+ <Tags />
4241
+ <Attachments />
4242
+ <Blocked>false</Blocked>
4243
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
4244
+ <Rank>549999999999.999</Rank>
4245
+ <State>Defined</State>
4246
+ <TaskIndex>9</TaskIndex>
4247
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
4248
+ </Task>
4249
+
4250
+ http_version: "1.1"
4251
+ - !ruby/struct:VCR::HTTPInteraction
4252
+ request: !ruby/struct:VCR::Request
4253
+ method: :get
4254
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/4694941557
4255
+ body:
4256
+ headers:
4257
+ x-rallyintegrationname:
4258
+ - RubyRestAPI
4259
+ x-rallyintegrationlibrary:
4260
+ - RallyRestAPI version 1.0.3
4261
+ x-rallyintegrationplatform:
4262
+ - Ruby 1.9.2
4263
+ x-rallyintegrationos:
4264
+ - i686-linux
4265
+ authorization:
4266
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
4267
+ content-type:
4268
+ - text/xml
4269
+ response: !ruby/struct:VCR::Response
4270
+ status: !ruby/struct:VCR::ResponseStatus
4271
+ code: 200
4272
+ message: OK
4273
+ headers:
4274
+ date:
4275
+ - Fri, 11 Nov 2011 02:39:45 GMT
4276
+ server:
4277
+ - Jetty(6.1.26)
4278
+ expires:
4279
+ - Thu, 01-Jan-1970 00:00:00 GMT
4280
+ rallyrequestid:
4281
+ - qd-app-03-trial44jymw5k7zmo1xkmiqqvjgvlw.qd-app-03-trial28167
4282
+ content-type:
4283
+ - text/xml; charset=utf-8
4284
+ set-cookie:
4285
+ - JSESSIONID=qd-app-03-trial44jymw5k7zmo1xkmiqqvjgvlw.qd-app-03-trial;Path=/slm;Secure
4286
+ vary:
4287
+ - Accept-Encoding
4288
+ p3p:
4289
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
4290
+ cache-control:
4291
+ - no-cache, private,max-age=0,must-revalidate
4292
+ transfer-encoding:
4293
+ - chunked
4294
+ body: |+
4295
+ <?xml version="1.0" encoding="UTF-8"?>
4296
+ <Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/4694941557" objectVersion="1" refObjectName="Testing" CreatedAt="Nov 8">
4297
+ <CreationDate>2011-11-08T21:30:32.711Z</CreationDate>
4298
+ <ObjectID>4694941557</ObjectID>
4299
+ <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" />
4300
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
4301
+ <Description>Here we go</Description>
4302
+ <Discussion />
4303
+ <FormattedID>DE37</FormattedID>
4304
+ <LastUpdateDate>2011-11-08T21:30:32.872Z</LastUpdateDate>
4305
+ <Name>Testing</Name>
4306
+ <Notes />
4307
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
4308
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/4694941558" type="RevisionHistory" />
4309
+ <Tags />
4310
+ <AffectsDoc>false</AffectsDoc>
4311
+ <Attachments />
4312
+ <Blocked>false</Blocked>
4313
+ <Duplicates />
4314
+ <Environment>None</Environment>
4315
+ <Priority>None</Priority>
4316
+ <Rank>745.059</Rank>
4317
+ <ReleaseNote>false</ReleaseNote>
4318
+ <Resolution>None</Resolution>
4319
+ <ScheduleState>Defined</ScheduleState>
4320
+ <Severity>None</Severity>
4321
+ <State>Submitted</State>
4322
+ <TaskActualTotal>0.0</TaskActualTotal>
4323
+ <TaskEstimateTotal>0.0</TaskEstimateTotal>
4324
+ <TaskRemainingTotal>0.0</TaskRemainingTotal>
4325
+ <Tasks />
4326
+ </Defect>
4327
+
4328
+ http_version: "1.1"
4329
+ - !ruby/struct:VCR::HTTPInteraction
4330
+ request: !ruby/struct:VCR::Request
4331
+ method: :get
4332
+ uri: https://ticketmaster-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/task/4694941632
4333
+ body:
4334
+ headers:
4335
+ x-rallyintegrationname:
4336
+ - RubyRestAPI
4337
+ x-rallyintegrationlibrary:
4338
+ - RallyRestAPI version 1.0.3
4339
+ x-rallyintegrationplatform:
4340
+ - Ruby 1.9.2
4341
+ x-rallyintegrationos:
4342
+ - i686-linux
4343
+ authorization:
4344
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
4345
+ content-type:
4346
+ - text/xml
4347
+ response: !ruby/struct:VCR::Response
4348
+ status: !ruby/struct:VCR::ResponseStatus
4349
+ code: 200
4350
+ message: OK
4351
+ headers:
4352
+ date:
4353
+ - Fri, 11 Nov 2011 02:39:47 GMT
4354
+ server:
4355
+ - Jetty(6.1.26)
4356
+ expires:
4357
+ - Thu, 01-Jan-1970 00:00:00 GMT
4358
+ rallyrequestid:
4359
+ - qd-app-02-trial70nk4v1t0tdmhanukarjty7f.qd-app-02-trial26722
4360
+ content-type:
4361
+ - text/xml; charset=utf-8
4362
+ set-cookie:
4363
+ - JSESSIONID=qd-app-02-trial70nk4v1t0tdmhanukarjty7f.qd-app-02-trial;Path=/slm;Secure
4364
+ vary:
4365
+ - Accept-Encoding
4366
+ p3p:
4367
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
4368
+ cache-control:
4369
+ - no-cache, private,max-age=0,must-revalidate
4370
+ transfer-encoding:
4371
+ - chunked
4372
+ body: |+
4373
+ <?xml version="1.0" encoding="UTF-8"?>
4374
+ <Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/4694941632" objectVersion="1" refObjectName="TaskTesting" CreatedAt="Nov 8">
4375
+ <CreationDate>2011-11-08T21:31:17.128Z</CreationDate>
4376
+ <ObjectID>4694941632</ObjectID>
4377
+ <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" />
4378
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
4379
+ <Description>Here we go tasks</Description>
4380
+ <Discussion />
4381
+ <FormattedID>TA13</FormattedID>
4382
+ <LastUpdateDate>2011-11-08T21:31:17.165Z</LastUpdateDate>
4383
+ <Name>TaskTesting</Name>
4384
+ <Notes />
4385
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/4694941633" type="RevisionHistory" />
4386
+ <Tags />
4387
+ <Attachments />
4388
+ <Blocked>false</Blocked>
4389
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
4390
+ <Rank>549999999999.999</Rank>
4391
+ <State>Defined</State>
4392
+ <TaskIndex>10</TaskIndex>
4393
+ <WorkProduct rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
4394
+ </Task>
4395
+
4396
+ http_version: "1.1"