taskmapper-rally 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/.rbenv-gemsets +1 -0
- data/.rspec +1 -0
- data/.rvmrc +1 -0
- data/.travis.yml +4 -0
- data/Gemfile +20 -0
- data/Gemfile.lock +80 -0
- data/LICENSE.txt +20 -0
- data/README.md +65 -0
- data/Rakefile +43 -0
- data/VERSION +1 -0
- data/lib/provider/comment.rb +118 -0
- data/lib/provider/project.rb +86 -0
- data/lib/provider/rally.rb +47 -0
- data/lib/provider/ticket.rb +170 -0
- data/lib/taskmapper-rally.rb +15 -0
- data/log/.keep +0 -0
- data/spec/comments_spec.rb +50 -0
- data/spec/fixtures/tickets.xml +0 -0
- data/spec/fixtures/vcr_cassettes/all_tickets.yml +4396 -0
- data/spec/fixtures/vcr_cassettes/create_comment.yml +360 -0
- data/spec/fixtures/vcr_cassettes/create_ticket.yml +4546 -0
- data/spec/fixtures/vcr_cassettes/load_all_rally_comments.yml +1429 -0
- data/spec/fixtures/vcr_cassettes/load_comments_by_attributes.yml +715 -0
- data/spec/fixtures/vcr_cassettes/load_comments_by_ids.yml +193 -0
- data/spec/fixtures/vcr_cassettes/rally.yml +64 -0
- data/spec/fixtures/vcr_cassettes/rally_bi_id.yml +75 -0
- data/spec/fixtures/vcr_cassettes/rally_by_id.yml +79 -0
- data/spec/fixtures/vcr_cassettes/rally_project_return_class.yml +79 -0
- data/spec/fixtures/vcr_cassettes/rally_projects.yml +253 -0
- data/spec/fixtures/vcr_cassettes/rally_projects_by_attributes.yml +127 -0
- data/spec/fixtures/vcr_cassettes/rally_projects_by_ids.yml +79 -0
- data/spec/fixtures/vcr_cassettes/rally_tickets.yml +142 -0
- data/spec/fixtures/vcr_cassettes/retrieve_ticket.yml +4546 -0
- data/spec/fixtures/vcr_cassettes/save_task_ticket.yml +3097 -0
- data/spec/fixtures/vcr_cassettes/save_ticket.yml +209 -0
- data/spec/fixtures/vcr_cassettes/taskmapper_call.yml +75 -0
- data/spec/fixtures/vcr_cassettes/taskmapper_setting.yml +75 -0
- data/spec/fixtures/vcr_cassettes/ticket_by_attributes.yml +4396 -0
- data/spec/fixtures/vcr_cassettes/ticket_save.yml +199 -0
- data/spec/fixtures/vcr_cassettes/ticket_update.yml +184 -0
- data/spec/fixtures/vcr_cassettes/ticketmaster_call.yml +64 -0
- data/spec/fixtures/vcr_cassettes/ticketmaster_setting.yml +4687 -0
- data/spec/fixtures/vcr_cassettes/tickets_by_attributes.yml +4396 -0
- data/spec/fixtures/vcr_cassettes/tickets_by_defect.yml +2816 -0
- data/spec/fixtures/vcr_cassettes/tickets_by_hierachial.yml +762 -0
- data/spec/fixtures/vcr_cassettes/tickets_by_ids.yml +184 -0
- data/spec/fixtures/vcr_cassettes/tickets_by_task.yml +1032 -0
- data/spec/projects_spec.rb +60 -0
- data/spec/spec_helper.rb +17 -0
- data/spec/taskmapper-rally_spec.rb +24 -0
- data/spec/tickets_spec.rb +117 -0
- data/spec/vcr_setup.rb +7 -0
- data/taskmapper-rally.gemspec +117 -0
- metadata +214 -0
@@ -0,0 +1,2816 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
|
+
method: :get
|
5
|
+
uri: https://taskmapper-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:45:41 GMT
|
27
|
+
server:
|
28
|
+
- Jetty(6.1.26)
|
29
|
+
expires:
|
30
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
31
|
+
rallyrequestid:
|
32
|
+
- qd-app-02-trial1wjx84fluc1za1n44pwos8j1bg.qd-app-02-trial32518
|
33
|
+
content-type:
|
34
|
+
- text/xml; charset=utf-8
|
35
|
+
set-cookie:
|
36
|
+
- JSESSIONID=qd-app-02-trial1wjx84fluc1za1n44pwos8j1bg.qd-app-02-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://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Defect?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:45:42 GMT
|
105
|
+
server:
|
106
|
+
- Jetty(6.1.26)
|
107
|
+
expires:
|
108
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
109
|
+
rallyrequestid:
|
110
|
+
- qd-app-02-trial1k1mld2x03v561hlm05g7pnn2q.qd-app-02-trial32539
|
111
|
+
content-type:
|
112
|
+
- text/xml; charset=utf-8
|
113
|
+
set-cookie:
|
114
|
+
- JSESSIONID=qd-app-02-trial1k1mld2x03v561hlm05g7pnn2q.qd-app-02-trial;Path=/slm;Secure
|
115
|
+
vary:
|
116
|
+
- Accept-Encoding
|
117
|
+
p3p:
|
118
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
119
|
+
cache-control:
|
120
|
+
- no-cache, private,max-age=0,must-revalidate
|
121
|
+
transfer-encoding:
|
122
|
+
- chunked
|
123
|
+
body: |+
|
124
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
125
|
+
<QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
|
126
|
+
<Errors />
|
127
|
+
<Warnings />
|
128
|
+
<TotalResultCount>33</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/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
|
133
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833369261" refObjectName="Testing" type="Defect" />
|
134
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370620" refObjectName="Testing" type="Defect" />
|
135
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370895" refObjectName="Testing" type="Defect" />
|
136
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370974" refObjectName="Testing" type="Defect" />
|
137
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371135" refObjectName="Testing" type="Defect" />
|
138
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371231" refObjectName="Testing" type="Defect" />
|
139
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371298" refObjectName="Testing" type="Defect" />
|
140
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372047" refObjectName="Testing" type="Defect" />
|
141
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372201" refObjectName="Testing" type="Defect" />
|
142
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372372" refObjectName="Testing" type="Defect" />
|
143
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870792198" refObjectName="Testing" type="Defect" />
|
144
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870793090" refObjectName="Testing" type="Defect" />
|
145
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870951426" refObjectName="Testing" type="Defect" />
|
146
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870952373" refObjectName="Testing" type="Defect" />
|
147
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2871088489" refObjectName="Testing" type="Defect" />
|
148
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2872127283" refObjectName="Testing" type="Defect" />
|
149
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2872128015" refObjectName="Testing" type="Defect" />
|
150
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2891123673" refObjectName="Testing" type="Defect" />
|
151
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904199035" 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://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2780205298
|
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:45:43 GMT
|
181
|
+
server:
|
182
|
+
- Jetty(6.1.26)
|
183
|
+
expires:
|
184
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
185
|
+
rallyrequestid:
|
186
|
+
- qd-app-02-trial14x1ttly5xxv21jtgh8fhy9ev0.qd-app-02-trial32560
|
187
|
+
content-type:
|
188
|
+
- text/xml; charset=utf-8
|
189
|
+
set-cookie:
|
190
|
+
- JSESSIONID=qd-app-02-trial14x1ttly5xxv21jtgh8fhy9ev0.qd-app-02-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
|
+
<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">
|
202
|
+
<CreationDate>2011-01-29T19:35:56.668Z</CreationDate>
|
203
|
+
<ObjectID>2780205298</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>The safari email alert message is 'Safari Email.' It should be 'Awesome Safari Email.'</Description>
|
207
|
+
<Discussion>
|
208
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260871" type="ConversationPost" />
|
209
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988718166" type="ConversationPost" />
|
210
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260903" type="ConversationPost" />
|
211
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988719307" type="ConversationPost" />
|
212
|
+
</Discussion>
|
213
|
+
<FormattedID>DE1</FormattedID>
|
214
|
+
<LastUpdateDate>2011-11-08T21:31:17.166Z</LastUpdateDate>
|
215
|
+
<Name>Safari email alert has wrong subject</Name>
|
216
|
+
<Notes />
|
217
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
218
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2780205299" type="RevisionHistory" />
|
219
|
+
<Tags />
|
220
|
+
<AffectsDoc>false</AffectsDoc>
|
221
|
+
<Attachments />
|
222
|
+
<Blocked>false</Blocked>
|
223
|
+
<Duplicates />
|
224
|
+
<Environment>None</Environment>
|
225
|
+
<Priority>None</Priority>
|
226
|
+
<Rank>549999999999.999</Rank>
|
227
|
+
<ReleaseNote>false</ReleaseNote>
|
228
|
+
<Resolution>None</Resolution>
|
229
|
+
<ScheduleState>Defined</ScheduleState>
|
230
|
+
<Severity>None</Severity>
|
231
|
+
<State>Submitted</State>
|
232
|
+
<SubmittedBy>sfw@simeonfosterwillbanks.com</SubmittedBy>
|
233
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
234
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
235
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
236
|
+
<Tasks>
|
237
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/4694941632" refObjectName="TaskTesting" type="Task" />
|
238
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904309530" refObjectName="TaskTesting" type="Task" />
|
239
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2990261501" refObjectName="TaskTesting" type="Task" />
|
240
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967182543" refObjectName="TaskTesting" type="Task" />
|
241
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967373101" refObjectName="TaskTesting" type="Task" />
|
242
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2967188369" refObjectName="TaskTesting" type="Task" />
|
243
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/2904308027" refObjectName="TaskTesting" type="Task" />
|
244
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833668871" refObjectName="TaskTesting" type="Task" />
|
245
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3831685531" refObjectName="TaskTesting" type="Task" />
|
246
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3833150966" refObjectName="TaskTesting" type="Task" />
|
247
|
+
<Task rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/task/3582864714" refObjectName="TaskTesting" type="Task" />
|
248
|
+
</Tasks>
|
249
|
+
</Defect>
|
250
|
+
|
251
|
+
http_version: "1.1"
|
252
|
+
- !ruby/struct:VCR::HTTPInteraction
|
253
|
+
request: !ruby/struct:VCR::Request
|
254
|
+
method: :get
|
255
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833369261
|
256
|
+
body:
|
257
|
+
headers:
|
258
|
+
x-rallyintegrationname:
|
259
|
+
- RubyRestAPI
|
260
|
+
x-rallyintegrationlibrary:
|
261
|
+
- RallyRestAPI version 1.0.3
|
262
|
+
x-rallyintegrationplatform:
|
263
|
+
- Ruby 1.9.2
|
264
|
+
x-rallyintegrationos:
|
265
|
+
- i686-linux
|
266
|
+
authorization:
|
267
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
268
|
+
content-type:
|
269
|
+
- text/xml
|
270
|
+
response: !ruby/struct:VCR::Response
|
271
|
+
status: !ruby/struct:VCR::ResponseStatus
|
272
|
+
code: 200
|
273
|
+
message: OK
|
274
|
+
headers:
|
275
|
+
date:
|
276
|
+
- Fri, 11 Nov 2011 02:45:45 GMT
|
277
|
+
server:
|
278
|
+
- Jetty(6.1.26)
|
279
|
+
expires:
|
280
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
281
|
+
rallyrequestid:
|
282
|
+
- qd-app-02-trialiuzbquublpr3qi1cm4c13hzc.qd-app-02-trial32577
|
283
|
+
content-type:
|
284
|
+
- text/xml; charset=utf-8
|
285
|
+
set-cookie:
|
286
|
+
- JSESSIONID=qd-app-02-trialiuzbquublpr3qi1cm4c13hzc.qd-app-02-trial;Path=/slm;Secure
|
287
|
+
vary:
|
288
|
+
- Accept-Encoding
|
289
|
+
p3p:
|
290
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
291
|
+
cache-control:
|
292
|
+
- no-cache, private,max-age=0,must-revalidate
|
293
|
+
transfer-encoding:
|
294
|
+
- chunked
|
295
|
+
body: |+
|
296
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
297
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833369261" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
298
|
+
<CreationDate>2011-02-08T05:28:15.572Z</CreationDate>
|
299
|
+
<ObjectID>2833369261</ObjectID>
|
300
|
+
<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" />
|
301
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
302
|
+
<Description>Here we go</Description>
|
303
|
+
<Discussion />
|
304
|
+
<FormattedID>DE5</FormattedID>
|
305
|
+
<LastUpdateDate>2011-02-08T05:28:15.582Z</LastUpdateDate>
|
306
|
+
<Name>Testing</Name>
|
307
|
+
<Notes />
|
308
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
309
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833369262" type="RevisionHistory" />
|
310
|
+
<Tags />
|
311
|
+
<AffectsDoc>false</AffectsDoc>
|
312
|
+
<Attachments />
|
313
|
+
<Blocked>false</Blocked>
|
314
|
+
<Duplicates />
|
315
|
+
<Environment>None</Environment>
|
316
|
+
<Priority>None</Priority>
|
317
|
+
<Rank>350000000000.003</Rank>
|
318
|
+
<ReleaseNote>false</ReleaseNote>
|
319
|
+
<Resolution>None</Resolution>
|
320
|
+
<ScheduleState>Defined</ScheduleState>
|
321
|
+
<Severity>None</Severity>
|
322
|
+
<State>Submitted</State>
|
323
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
324
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
325
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
326
|
+
<Tasks />
|
327
|
+
</Defect>
|
328
|
+
|
329
|
+
http_version: "1.1"
|
330
|
+
- !ruby/struct:VCR::HTTPInteraction
|
331
|
+
request: !ruby/struct:VCR::Request
|
332
|
+
method: :get
|
333
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833370620
|
334
|
+
body:
|
335
|
+
headers:
|
336
|
+
x-rallyintegrationname:
|
337
|
+
- RubyRestAPI
|
338
|
+
x-rallyintegrationlibrary:
|
339
|
+
- RallyRestAPI version 1.0.3
|
340
|
+
x-rallyintegrationplatform:
|
341
|
+
- Ruby 1.9.2
|
342
|
+
x-rallyintegrationos:
|
343
|
+
- i686-linux
|
344
|
+
authorization:
|
345
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
346
|
+
content-type:
|
347
|
+
- text/xml
|
348
|
+
response: !ruby/struct:VCR::Response
|
349
|
+
status: !ruby/struct:VCR::ResponseStatus
|
350
|
+
code: 200
|
351
|
+
message: OK
|
352
|
+
headers:
|
353
|
+
date:
|
354
|
+
- Fri, 11 Nov 2011 02:45:46 GMT
|
355
|
+
server:
|
356
|
+
- Jetty(6.1.26)
|
357
|
+
expires:
|
358
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
359
|
+
rallyrequestid:
|
360
|
+
- qd-app-02-trial1cqjwjg0s1ozp1x102a2nzgenj.qd-app-02-trial32594
|
361
|
+
content-type:
|
362
|
+
- text/xml; charset=utf-8
|
363
|
+
set-cookie:
|
364
|
+
- JSESSIONID=qd-app-02-trial1cqjwjg0s1ozp1x102a2nzgenj.qd-app-02-trial;Path=/slm;Secure
|
365
|
+
vary:
|
366
|
+
- Accept-Encoding
|
367
|
+
p3p:
|
368
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
369
|
+
cache-control:
|
370
|
+
- no-cache, private,max-age=0,must-revalidate
|
371
|
+
transfer-encoding:
|
372
|
+
- chunked
|
373
|
+
body: |+
|
374
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
375
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370620" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
376
|
+
<CreationDate>2011-02-08T05:35:10.540Z</CreationDate>
|
377
|
+
<ObjectID>2833370620</ObjectID>
|
378
|
+
<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" />
|
379
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
380
|
+
<Description>Here we go</Description>
|
381
|
+
<Discussion />
|
382
|
+
<FormattedID>DE6</FormattedID>
|
383
|
+
<LastUpdateDate>2011-02-08T05:35:10.551Z</LastUpdateDate>
|
384
|
+
<Name>Testing</Name>
|
385
|
+
<Notes />
|
386
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
387
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833370621" type="RevisionHistory" />
|
388
|
+
<Tags />
|
389
|
+
<AffectsDoc>false</AffectsDoc>
|
390
|
+
<Attachments />
|
391
|
+
<Blocked>false</Blocked>
|
392
|
+
<Duplicates />
|
393
|
+
<Environment>None</Environment>
|
394
|
+
<Priority>None</Priority>
|
395
|
+
<Rank>300000000000.004</Rank>
|
396
|
+
<ReleaseNote>false</ReleaseNote>
|
397
|
+
<Resolution>None</Resolution>
|
398
|
+
<ScheduleState>Defined</ScheduleState>
|
399
|
+
<Severity>None</Severity>
|
400
|
+
<State>Submitted</State>
|
401
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
402
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
403
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
404
|
+
<Tasks />
|
405
|
+
</Defect>
|
406
|
+
|
407
|
+
http_version: "1.1"
|
408
|
+
- !ruby/struct:VCR::HTTPInteraction
|
409
|
+
request: !ruby/struct:VCR::Request
|
410
|
+
method: :get
|
411
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833370895
|
412
|
+
body:
|
413
|
+
headers:
|
414
|
+
x-rallyintegrationname:
|
415
|
+
- RubyRestAPI
|
416
|
+
x-rallyintegrationlibrary:
|
417
|
+
- RallyRestAPI version 1.0.3
|
418
|
+
x-rallyintegrationplatform:
|
419
|
+
- Ruby 1.9.2
|
420
|
+
x-rallyintegrationos:
|
421
|
+
- i686-linux
|
422
|
+
authorization:
|
423
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
424
|
+
content-type:
|
425
|
+
- text/xml
|
426
|
+
response: !ruby/struct:VCR::Response
|
427
|
+
status: !ruby/struct:VCR::ResponseStatus
|
428
|
+
code: 200
|
429
|
+
message: OK
|
430
|
+
headers:
|
431
|
+
date:
|
432
|
+
- Fri, 11 Nov 2011 02:45:47 GMT
|
433
|
+
server:
|
434
|
+
- Jetty(6.1.26)
|
435
|
+
expires:
|
436
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
437
|
+
rallyrequestid:
|
438
|
+
- qd-app-02-trial1tayhzlpjk82015gv00kvakw5i.qd-app-02-trial32608
|
439
|
+
content-type:
|
440
|
+
- text/xml; charset=utf-8
|
441
|
+
set-cookie:
|
442
|
+
- JSESSIONID=qd-app-02-trial1tayhzlpjk82015gv00kvakw5i.qd-app-02-trial;Path=/slm;Secure
|
443
|
+
vary:
|
444
|
+
- Accept-Encoding
|
445
|
+
p3p:
|
446
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
447
|
+
cache-control:
|
448
|
+
- no-cache, private,max-age=0,must-revalidate
|
449
|
+
transfer-encoding:
|
450
|
+
- chunked
|
451
|
+
body: |+
|
452
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
453
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370895" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
454
|
+
<CreationDate>2011-02-08T05:37:10.576Z</CreationDate>
|
455
|
+
<ObjectID>2833370895</ObjectID>
|
456
|
+
<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" />
|
457
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
458
|
+
<Description>Here we go</Description>
|
459
|
+
<Discussion />
|
460
|
+
<FormattedID>DE7</FormattedID>
|
461
|
+
<LastUpdateDate>2011-02-08T05:37:10.586Z</LastUpdateDate>
|
462
|
+
<Name>Testing</Name>
|
463
|
+
<Notes />
|
464
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
465
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833370896" type="RevisionHistory" />
|
466
|
+
<Tags />
|
467
|
+
<AffectsDoc>false</AffectsDoc>
|
468
|
+
<Attachments />
|
469
|
+
<Blocked>false</Blocked>
|
470
|
+
<Duplicates />
|
471
|
+
<Environment>None</Environment>
|
472
|
+
<Priority>None</Priority>
|
473
|
+
<Rank>250000000000.005</Rank>
|
474
|
+
<ReleaseNote>false</ReleaseNote>
|
475
|
+
<Resolution>None</Resolution>
|
476
|
+
<ScheduleState>Defined</ScheduleState>
|
477
|
+
<Severity>None</Severity>
|
478
|
+
<State>Submitted</State>
|
479
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
480
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
481
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
482
|
+
<Tasks />
|
483
|
+
</Defect>
|
484
|
+
|
485
|
+
http_version: "1.1"
|
486
|
+
- !ruby/struct:VCR::HTTPInteraction
|
487
|
+
request: !ruby/struct:VCR::Request
|
488
|
+
method: :get
|
489
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833370974
|
490
|
+
body:
|
491
|
+
headers:
|
492
|
+
x-rallyintegrationname:
|
493
|
+
- RubyRestAPI
|
494
|
+
x-rallyintegrationlibrary:
|
495
|
+
- RallyRestAPI version 1.0.3
|
496
|
+
x-rallyintegrationplatform:
|
497
|
+
- Ruby 1.9.2
|
498
|
+
x-rallyintegrationos:
|
499
|
+
- i686-linux
|
500
|
+
authorization:
|
501
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
502
|
+
content-type:
|
503
|
+
- text/xml
|
504
|
+
response: !ruby/struct:VCR::Response
|
505
|
+
status: !ruby/struct:VCR::ResponseStatus
|
506
|
+
code: 200
|
507
|
+
message: OK
|
508
|
+
headers:
|
509
|
+
date:
|
510
|
+
- Fri, 11 Nov 2011 02:45:48 GMT
|
511
|
+
server:
|
512
|
+
- Jetty(6.1.26)
|
513
|
+
expires:
|
514
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
515
|
+
rallyrequestid:
|
516
|
+
- qd-app-02-trial9zbgscxaa0yqqfff3vm3lcw2.qd-app-02-trial32615
|
517
|
+
content-type:
|
518
|
+
- text/xml; charset=utf-8
|
519
|
+
set-cookie:
|
520
|
+
- JSESSIONID=qd-app-02-trial9zbgscxaa0yqqfff3vm3lcw2.qd-app-02-trial;Path=/slm;Secure
|
521
|
+
vary:
|
522
|
+
- Accept-Encoding
|
523
|
+
p3p:
|
524
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
525
|
+
cache-control:
|
526
|
+
- no-cache, private,max-age=0,must-revalidate
|
527
|
+
transfer-encoding:
|
528
|
+
- chunked
|
529
|
+
body: |+
|
530
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
531
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833370974" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
532
|
+
<CreationDate>2011-02-08T05:37:47.116Z</CreationDate>
|
533
|
+
<ObjectID>2833370974</ObjectID>
|
534
|
+
<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" />
|
535
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
536
|
+
<Description>Here we go</Description>
|
537
|
+
<Discussion />
|
538
|
+
<FormattedID>DE8</FormattedID>
|
539
|
+
<LastUpdateDate>2011-02-08T05:37:47.129Z</LastUpdateDate>
|
540
|
+
<Name>Testing</Name>
|
541
|
+
<Notes />
|
542
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
543
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833370975" type="RevisionHistory" />
|
544
|
+
<Tags />
|
545
|
+
<AffectsDoc>false</AffectsDoc>
|
546
|
+
<Attachments />
|
547
|
+
<Blocked>false</Blocked>
|
548
|
+
<Duplicates />
|
549
|
+
<Environment>None</Environment>
|
550
|
+
<Priority>None</Priority>
|
551
|
+
<Rank>200000000000.006</Rank>
|
552
|
+
<ReleaseNote>false</ReleaseNote>
|
553
|
+
<Resolution>None</Resolution>
|
554
|
+
<ScheduleState>Defined</ScheduleState>
|
555
|
+
<Severity>None</Severity>
|
556
|
+
<State>Submitted</State>
|
557
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
558
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
559
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
560
|
+
<Tasks />
|
561
|
+
</Defect>
|
562
|
+
|
563
|
+
http_version: "1.1"
|
564
|
+
- !ruby/struct:VCR::HTTPInteraction
|
565
|
+
request: !ruby/struct:VCR::Request
|
566
|
+
method: :get
|
567
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833371135
|
568
|
+
body:
|
569
|
+
headers:
|
570
|
+
x-rallyintegrationname:
|
571
|
+
- RubyRestAPI
|
572
|
+
x-rallyintegrationlibrary:
|
573
|
+
- RallyRestAPI version 1.0.3
|
574
|
+
x-rallyintegrationplatform:
|
575
|
+
- Ruby 1.9.2
|
576
|
+
x-rallyintegrationos:
|
577
|
+
- i686-linux
|
578
|
+
authorization:
|
579
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
580
|
+
content-type:
|
581
|
+
- text/xml
|
582
|
+
response: !ruby/struct:VCR::Response
|
583
|
+
status: !ruby/struct:VCR::ResponseStatus
|
584
|
+
code: 200
|
585
|
+
message: OK
|
586
|
+
headers:
|
587
|
+
date:
|
588
|
+
- Fri, 11 Nov 2011 02:45:49 GMT
|
589
|
+
server:
|
590
|
+
- Jetty(6.1.26)
|
591
|
+
expires:
|
592
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
593
|
+
rallyrequestid:
|
594
|
+
- qd-app-02-trial1hct3rkxnv83sp61n69pw6yn3.qd-app-02-trial32629
|
595
|
+
content-type:
|
596
|
+
- text/xml; charset=utf-8
|
597
|
+
set-cookie:
|
598
|
+
- JSESSIONID=qd-app-02-trial1hct3rkxnv83sp61n69pw6yn3.qd-app-02-trial;Path=/slm;Secure
|
599
|
+
vary:
|
600
|
+
- Accept-Encoding
|
601
|
+
p3p:
|
602
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
603
|
+
cache-control:
|
604
|
+
- no-cache, private,max-age=0,must-revalidate
|
605
|
+
transfer-encoding:
|
606
|
+
- chunked
|
607
|
+
body: |+
|
608
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
609
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371135" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
610
|
+
<CreationDate>2011-02-08T05:38:56.945Z</CreationDate>
|
611
|
+
<ObjectID>2833371135</ObjectID>
|
612
|
+
<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" />
|
613
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
614
|
+
<Description>Here we go</Description>
|
615
|
+
<Discussion />
|
616
|
+
<FormattedID>DE9</FormattedID>
|
617
|
+
<LastUpdateDate>2011-02-08T05:38:56.959Z</LastUpdateDate>
|
618
|
+
<Name>Testing</Name>
|
619
|
+
<Notes />
|
620
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
621
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833371136" type="RevisionHistory" />
|
622
|
+
<Tags />
|
623
|
+
<AffectsDoc>false</AffectsDoc>
|
624
|
+
<Attachments />
|
625
|
+
<Blocked>false</Blocked>
|
626
|
+
<Duplicates />
|
627
|
+
<Environment>None</Environment>
|
628
|
+
<Priority>None</Priority>
|
629
|
+
<Rank>150000000000.007</Rank>
|
630
|
+
<ReleaseNote>false</ReleaseNote>
|
631
|
+
<Resolution>None</Resolution>
|
632
|
+
<ScheduleState>Defined</ScheduleState>
|
633
|
+
<Severity>None</Severity>
|
634
|
+
<State>Submitted</State>
|
635
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
636
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
637
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
638
|
+
<Tasks />
|
639
|
+
</Defect>
|
640
|
+
|
641
|
+
http_version: "1.1"
|
642
|
+
- !ruby/struct:VCR::HTTPInteraction
|
643
|
+
request: !ruby/struct:VCR::Request
|
644
|
+
method: :get
|
645
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833371231
|
646
|
+
body:
|
647
|
+
headers:
|
648
|
+
x-rallyintegrationname:
|
649
|
+
- RubyRestAPI
|
650
|
+
x-rallyintegrationlibrary:
|
651
|
+
- RallyRestAPI version 1.0.3
|
652
|
+
x-rallyintegrationplatform:
|
653
|
+
- Ruby 1.9.2
|
654
|
+
x-rallyintegrationos:
|
655
|
+
- i686-linux
|
656
|
+
authorization:
|
657
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
658
|
+
content-type:
|
659
|
+
- text/xml
|
660
|
+
response: !ruby/struct:VCR::Response
|
661
|
+
status: !ruby/struct:VCR::ResponseStatus
|
662
|
+
code: 200
|
663
|
+
message: OK
|
664
|
+
headers:
|
665
|
+
date:
|
666
|
+
- Fri, 11 Nov 2011 02:45:50 GMT
|
667
|
+
server:
|
668
|
+
- Jetty(6.1.26)
|
669
|
+
expires:
|
670
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
671
|
+
rallyrequestid:
|
672
|
+
- qd-app-02-trial16xoaz7i8npuis1u5s61qo5se.qd-app-02-trial32636
|
673
|
+
content-type:
|
674
|
+
- text/xml; charset=utf-8
|
675
|
+
set-cookie:
|
676
|
+
- JSESSIONID=qd-app-02-trial16xoaz7i8npuis1u5s61qo5se.qd-app-02-trial;Path=/slm;Secure
|
677
|
+
vary:
|
678
|
+
- Accept-Encoding
|
679
|
+
p3p:
|
680
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
681
|
+
cache-control:
|
682
|
+
- no-cache, private,max-age=0,must-revalidate
|
683
|
+
transfer-encoding:
|
684
|
+
- chunked
|
685
|
+
body: |+
|
686
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
687
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371231" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
688
|
+
<CreationDate>2011-02-08T05:39:13.457Z</CreationDate>
|
689
|
+
<ObjectID>2833371231</ObjectID>
|
690
|
+
<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" />
|
691
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
692
|
+
<Description>Here we go</Description>
|
693
|
+
<Discussion />
|
694
|
+
<FormattedID>DE10</FormattedID>
|
695
|
+
<LastUpdateDate>2011-02-08T05:39:13.471Z</LastUpdateDate>
|
696
|
+
<Name>Testing</Name>
|
697
|
+
<Notes />
|
698
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
699
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833371232" type="RevisionHistory" />
|
700
|
+
<Tags />
|
701
|
+
<AffectsDoc>false</AffectsDoc>
|
702
|
+
<Attachments />
|
703
|
+
<Blocked>false</Blocked>
|
704
|
+
<Duplicates />
|
705
|
+
<Environment>None</Environment>
|
706
|
+
<Priority>None</Priority>
|
707
|
+
<Rank>100000000000.008</Rank>
|
708
|
+
<ReleaseNote>false</ReleaseNote>
|
709
|
+
<Resolution>None</Resolution>
|
710
|
+
<ScheduleState>Defined</ScheduleState>
|
711
|
+
<Severity>None</Severity>
|
712
|
+
<State>Submitted</State>
|
713
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
714
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
715
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
716
|
+
<Tasks />
|
717
|
+
</Defect>
|
718
|
+
|
719
|
+
http_version: "1.1"
|
720
|
+
- !ruby/struct:VCR::HTTPInteraction
|
721
|
+
request: !ruby/struct:VCR::Request
|
722
|
+
method: :get
|
723
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833371298
|
724
|
+
body:
|
725
|
+
headers:
|
726
|
+
x-rallyintegrationname:
|
727
|
+
- RubyRestAPI
|
728
|
+
x-rallyintegrationlibrary:
|
729
|
+
- RallyRestAPI version 1.0.3
|
730
|
+
x-rallyintegrationplatform:
|
731
|
+
- Ruby 1.9.2
|
732
|
+
x-rallyintegrationos:
|
733
|
+
- i686-linux
|
734
|
+
authorization:
|
735
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
736
|
+
content-type:
|
737
|
+
- text/xml
|
738
|
+
response: !ruby/struct:VCR::Response
|
739
|
+
status: !ruby/struct:VCR::ResponseStatus
|
740
|
+
code: 200
|
741
|
+
message: OK
|
742
|
+
headers:
|
743
|
+
date:
|
744
|
+
- Fri, 11 Nov 2011 02:45:51 GMT
|
745
|
+
server:
|
746
|
+
- Jetty(6.1.26)
|
747
|
+
expires:
|
748
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
749
|
+
rallyrequestid:
|
750
|
+
- qd-app-02-trial1wekn76zzaxh018bczfze4bcyj.qd-app-02-trial32650
|
751
|
+
content-type:
|
752
|
+
- text/xml; charset=utf-8
|
753
|
+
set-cookie:
|
754
|
+
- JSESSIONID=qd-app-02-trial1wekn76zzaxh018bczfze4bcyj.qd-app-02-trial;Path=/slm;Secure
|
755
|
+
vary:
|
756
|
+
- Accept-Encoding
|
757
|
+
p3p:
|
758
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
759
|
+
cache-control:
|
760
|
+
- no-cache, private,max-age=0,must-revalidate
|
761
|
+
transfer-encoding:
|
762
|
+
- chunked
|
763
|
+
body: |+
|
764
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
765
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833371298" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
766
|
+
<CreationDate>2011-02-08T05:39:31.762Z</CreationDate>
|
767
|
+
<ObjectID>2833371298</ObjectID>
|
768
|
+
<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" />
|
769
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
770
|
+
<Description>Here we go</Description>
|
771
|
+
<Discussion />
|
772
|
+
<FormattedID>DE11</FormattedID>
|
773
|
+
<LastUpdateDate>2011-02-08T05:39:31.775Z</LastUpdateDate>
|
774
|
+
<Name>Testing</Name>
|
775
|
+
<Notes />
|
776
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
777
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833371299" type="RevisionHistory" />
|
778
|
+
<Tags />
|
779
|
+
<AffectsDoc>false</AffectsDoc>
|
780
|
+
<Attachments />
|
781
|
+
<Blocked>false</Blocked>
|
782
|
+
<Duplicates />
|
783
|
+
<Environment>None</Environment>
|
784
|
+
<Priority>None</Priority>
|
785
|
+
<Rank>50000000000.009</Rank>
|
786
|
+
<ReleaseNote>false</ReleaseNote>
|
787
|
+
<Resolution>None</Resolution>
|
788
|
+
<ScheduleState>Defined</ScheduleState>
|
789
|
+
<Severity>None</Severity>
|
790
|
+
<State>Submitted</State>
|
791
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
792
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
793
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
794
|
+
<Tasks />
|
795
|
+
</Defect>
|
796
|
+
|
797
|
+
http_version: "1.1"
|
798
|
+
- !ruby/struct:VCR::HTTPInteraction
|
799
|
+
request: !ruby/struct:VCR::Request
|
800
|
+
method: :get
|
801
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833372047
|
802
|
+
body:
|
803
|
+
headers:
|
804
|
+
x-rallyintegrationname:
|
805
|
+
- RubyRestAPI
|
806
|
+
x-rallyintegrationlibrary:
|
807
|
+
- RallyRestAPI version 1.0.3
|
808
|
+
x-rallyintegrationplatform:
|
809
|
+
- Ruby 1.9.2
|
810
|
+
x-rallyintegrationos:
|
811
|
+
- i686-linux
|
812
|
+
authorization:
|
813
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
814
|
+
content-type:
|
815
|
+
- text/xml
|
816
|
+
response: !ruby/struct:VCR::Response
|
817
|
+
status: !ruby/struct:VCR::ResponseStatus
|
818
|
+
code: 200
|
819
|
+
message: OK
|
820
|
+
headers:
|
821
|
+
date:
|
822
|
+
- Fri, 11 Nov 2011 02:45:52 GMT
|
823
|
+
server:
|
824
|
+
- Jetty(6.1.26)
|
825
|
+
expires:
|
826
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
827
|
+
rallyrequestid:
|
828
|
+
- qd-app-02-trial9vnvouc5dsi51ipfvoh40az.qd-app-02-trial32670
|
829
|
+
content-type:
|
830
|
+
- text/xml; charset=utf-8
|
831
|
+
set-cookie:
|
832
|
+
- JSESSIONID=qd-app-02-trial9vnvouc5dsi51ipfvoh40az.qd-app-02-trial;Path=/slm;Secure
|
833
|
+
vary:
|
834
|
+
- Accept-Encoding
|
835
|
+
p3p:
|
836
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
837
|
+
cache-control:
|
838
|
+
- no-cache, private,max-age=0,must-revalidate
|
839
|
+
transfer-encoding:
|
840
|
+
- chunked
|
841
|
+
body: |+
|
842
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
843
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372047" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
844
|
+
<CreationDate>2011-02-08T05:41:22.610Z</CreationDate>
|
845
|
+
<ObjectID>2833372047</ObjectID>
|
846
|
+
<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" />
|
847
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
848
|
+
<Description>Here we go</Description>
|
849
|
+
<Discussion />
|
850
|
+
<FormattedID>DE12</FormattedID>
|
851
|
+
<LastUpdateDate>2011-02-08T05:41:22.624Z</LastUpdateDate>
|
852
|
+
<Name>Testing</Name>
|
853
|
+
<Notes />
|
854
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
855
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833372048" type="RevisionHistory" />
|
856
|
+
<Tags />
|
857
|
+
<AffectsDoc>false</AffectsDoc>
|
858
|
+
<Attachments />
|
859
|
+
<Blocked>false</Blocked>
|
860
|
+
<Duplicates />
|
861
|
+
<Environment>None</Environment>
|
862
|
+
<Priority>None</Priority>
|
863
|
+
<Rank>25000000000.005</Rank>
|
864
|
+
<ReleaseNote>false</ReleaseNote>
|
865
|
+
<Resolution>None</Resolution>
|
866
|
+
<ScheduleState>Defined</ScheduleState>
|
867
|
+
<Severity>None</Severity>
|
868
|
+
<State>Submitted</State>
|
869
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
870
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
871
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
872
|
+
<Tasks />
|
873
|
+
</Defect>
|
874
|
+
|
875
|
+
http_version: "1.1"
|
876
|
+
- !ruby/struct:VCR::HTTPInteraction
|
877
|
+
request: !ruby/struct:VCR::Request
|
878
|
+
method: :get
|
879
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833372201
|
880
|
+
body:
|
881
|
+
headers:
|
882
|
+
x-rallyintegrationname:
|
883
|
+
- RubyRestAPI
|
884
|
+
x-rallyintegrationlibrary:
|
885
|
+
- RallyRestAPI version 1.0.3
|
886
|
+
x-rallyintegrationplatform:
|
887
|
+
- Ruby 1.9.2
|
888
|
+
x-rallyintegrationos:
|
889
|
+
- i686-linux
|
890
|
+
authorization:
|
891
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
892
|
+
content-type:
|
893
|
+
- text/xml
|
894
|
+
response: !ruby/struct:VCR::Response
|
895
|
+
status: !ruby/struct:VCR::ResponseStatus
|
896
|
+
code: 200
|
897
|
+
message: OK
|
898
|
+
headers:
|
899
|
+
date:
|
900
|
+
- Fri, 11 Nov 2011 02:45:54 GMT
|
901
|
+
server:
|
902
|
+
- Jetty(6.1.26)
|
903
|
+
expires:
|
904
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
905
|
+
rallyrequestid:
|
906
|
+
- qd-app-02-trial1whhi7nfbtqdttyk7l8m54pgy.qd-app-02-trial32706
|
907
|
+
content-type:
|
908
|
+
- text/xml; charset=utf-8
|
909
|
+
set-cookie:
|
910
|
+
- JSESSIONID=qd-app-02-trial1whhi7nfbtqdttyk7l8m54pgy.qd-app-02-trial;Path=/slm;Secure
|
911
|
+
vary:
|
912
|
+
- Accept-Encoding
|
913
|
+
p3p:
|
914
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
915
|
+
cache-control:
|
916
|
+
- no-cache, private,max-age=0,must-revalidate
|
917
|
+
transfer-encoding:
|
918
|
+
- chunked
|
919
|
+
body: |+
|
920
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
921
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372201" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
922
|
+
<CreationDate>2011-02-08T05:42:06.328Z</CreationDate>
|
923
|
+
<ObjectID>2833372201</ObjectID>
|
924
|
+
<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" />
|
925
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
926
|
+
<Description>Here we go</Description>
|
927
|
+
<Discussion />
|
928
|
+
<FormattedID>DE13</FormattedID>
|
929
|
+
<LastUpdateDate>2011-02-08T05:42:06.338Z</LastUpdateDate>
|
930
|
+
<Name>Testing</Name>
|
931
|
+
<Notes />
|
932
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
933
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833372202" type="RevisionHistory" />
|
934
|
+
<Tags />
|
935
|
+
<AffectsDoc>false</AffectsDoc>
|
936
|
+
<Attachments />
|
937
|
+
<Blocked>false</Blocked>
|
938
|
+
<Duplicates />
|
939
|
+
<Environment>None</Environment>
|
940
|
+
<Priority>None</Priority>
|
941
|
+
<Rank>12500000000.003</Rank>
|
942
|
+
<ReleaseNote>false</ReleaseNote>
|
943
|
+
<Resolution>None</Resolution>
|
944
|
+
<ScheduleState>Defined</ScheduleState>
|
945
|
+
<Severity>None</Severity>
|
946
|
+
<State>Submitted</State>
|
947
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
948
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
949
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
950
|
+
<Tasks />
|
951
|
+
</Defect>
|
952
|
+
|
953
|
+
http_version: "1.1"
|
954
|
+
- !ruby/struct:VCR::HTTPInteraction
|
955
|
+
request: !ruby/struct:VCR::Request
|
956
|
+
method: :get
|
957
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2833372372
|
958
|
+
body:
|
959
|
+
headers:
|
960
|
+
x-rallyintegrationname:
|
961
|
+
- RubyRestAPI
|
962
|
+
x-rallyintegrationlibrary:
|
963
|
+
- RallyRestAPI version 1.0.3
|
964
|
+
x-rallyintegrationplatform:
|
965
|
+
- Ruby 1.9.2
|
966
|
+
x-rallyintegrationos:
|
967
|
+
- i686-linux
|
968
|
+
authorization:
|
969
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
970
|
+
content-type:
|
971
|
+
- text/xml
|
972
|
+
response: !ruby/struct:VCR::Response
|
973
|
+
status: !ruby/struct:VCR::ResponseStatus
|
974
|
+
code: 200
|
975
|
+
message: OK
|
976
|
+
headers:
|
977
|
+
date:
|
978
|
+
- Fri, 11 Nov 2011 02:45:56 GMT
|
979
|
+
server:
|
980
|
+
- Jetty(6.1.26)
|
981
|
+
expires:
|
982
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
983
|
+
rallyrequestid:
|
984
|
+
- qd-app-02-trial1d2vigk35mdju11n2vy8aa8p6c.qd-app-02-trial32726
|
985
|
+
content-type:
|
986
|
+
- text/xml; charset=utf-8
|
987
|
+
set-cookie:
|
988
|
+
- JSESSIONID=qd-app-02-trial1d2vigk35mdju11n2vy8aa8p6c.qd-app-02-trial;Path=/slm;Secure
|
989
|
+
vary:
|
990
|
+
- Accept-Encoding
|
991
|
+
p3p:
|
992
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
993
|
+
cache-control:
|
994
|
+
- no-cache, private,max-age=0,must-revalidate
|
995
|
+
transfer-encoding:
|
996
|
+
- chunked
|
997
|
+
body: |+
|
998
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
999
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2833372372" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 7">
|
1000
|
+
<CreationDate>2011-02-08T05:43:08.404Z</CreationDate>
|
1001
|
+
<ObjectID>2833372372</ObjectID>
|
1002
|
+
<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" />
|
1003
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1004
|
+
<Description>Here we go</Description>
|
1005
|
+
<Discussion />
|
1006
|
+
<FormattedID>DE14</FormattedID>
|
1007
|
+
<LastUpdateDate>2011-02-08T05:43:08.414Z</LastUpdateDate>
|
1008
|
+
<Name>Testing</Name>
|
1009
|
+
<Notes />
|
1010
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1011
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2833372373" type="RevisionHistory" />
|
1012
|
+
<Tags />
|
1013
|
+
<AffectsDoc>false</AffectsDoc>
|
1014
|
+
<Attachments />
|
1015
|
+
<Blocked>false</Blocked>
|
1016
|
+
<Duplicates />
|
1017
|
+
<Environment>None</Environment>
|
1018
|
+
<Priority>None</Priority>
|
1019
|
+
<Rank>6250000000.002</Rank>
|
1020
|
+
<ReleaseNote>false</ReleaseNote>
|
1021
|
+
<Resolution>None</Resolution>
|
1022
|
+
<ScheduleState>Defined</ScheduleState>
|
1023
|
+
<Severity>None</Severity>
|
1024
|
+
<State>Submitted</State>
|
1025
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1026
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1027
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1028
|
+
<Tasks />
|
1029
|
+
</Defect>
|
1030
|
+
|
1031
|
+
http_version: "1.1"
|
1032
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1033
|
+
request: !ruby/struct:VCR::Request
|
1034
|
+
method: :get
|
1035
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2870792198
|
1036
|
+
body:
|
1037
|
+
headers:
|
1038
|
+
x-rallyintegrationname:
|
1039
|
+
- RubyRestAPI
|
1040
|
+
x-rallyintegrationlibrary:
|
1041
|
+
- RallyRestAPI version 1.0.3
|
1042
|
+
x-rallyintegrationplatform:
|
1043
|
+
- Ruby 1.9.2
|
1044
|
+
x-rallyintegrationos:
|
1045
|
+
- i686-linux
|
1046
|
+
authorization:
|
1047
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1048
|
+
content-type:
|
1049
|
+
- text/xml
|
1050
|
+
response: !ruby/struct:VCR::Response
|
1051
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1052
|
+
code: 200
|
1053
|
+
message: OK
|
1054
|
+
headers:
|
1055
|
+
date:
|
1056
|
+
- Fri, 11 Nov 2011 02:45:57 GMT
|
1057
|
+
server:
|
1058
|
+
- Jetty(6.1.26)
|
1059
|
+
expires:
|
1060
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1061
|
+
rallyrequestid:
|
1062
|
+
- qd-app-02-trial1qd22gn9epax0lgctu7yg0yhz.qd-app-02-trial32741
|
1063
|
+
content-type:
|
1064
|
+
- text/xml; charset=utf-8
|
1065
|
+
set-cookie:
|
1066
|
+
- JSESSIONID=qd-app-02-trial1qd22gn9epax0lgctu7yg0yhz.qd-app-02-trial;Path=/slm;Secure
|
1067
|
+
vary:
|
1068
|
+
- Accept-Encoding
|
1069
|
+
p3p:
|
1070
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1071
|
+
cache-control:
|
1072
|
+
- no-cache, private,max-age=0,must-revalidate
|
1073
|
+
transfer-encoding:
|
1074
|
+
- chunked
|
1075
|
+
body: |+
|
1076
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1077
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870792198" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
|
1078
|
+
<CreationDate>2011-02-14T22:24:28.379Z</CreationDate>
|
1079
|
+
<ObjectID>2870792198</ObjectID>
|
1080
|
+
<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" />
|
1081
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1082
|
+
<Description>Here we go</Description>
|
1083
|
+
<Discussion />
|
1084
|
+
<FormattedID>DE15</FormattedID>
|
1085
|
+
<LastUpdateDate>2011-02-14T22:24:28.390Z</LastUpdateDate>
|
1086
|
+
<Name>Testing</Name>
|
1087
|
+
<Notes />
|
1088
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1089
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2870792199" type="RevisionHistory" />
|
1090
|
+
<Tags />
|
1091
|
+
<AffectsDoc>false</AffectsDoc>
|
1092
|
+
<Attachments />
|
1093
|
+
<Blocked>false</Blocked>
|
1094
|
+
<Duplicates />
|
1095
|
+
<Environment>None</Environment>
|
1096
|
+
<Priority>None</Priority>
|
1097
|
+
<Rank>3125000000.001</Rank>
|
1098
|
+
<ReleaseNote>false</ReleaseNote>
|
1099
|
+
<Resolution>None</Resolution>
|
1100
|
+
<ScheduleState>Defined</ScheduleState>
|
1101
|
+
<Severity>None</Severity>
|
1102
|
+
<State>Submitted</State>
|
1103
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1104
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1105
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1106
|
+
<Tasks />
|
1107
|
+
</Defect>
|
1108
|
+
|
1109
|
+
http_version: "1.1"
|
1110
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1111
|
+
request: !ruby/struct:VCR::Request
|
1112
|
+
method: :get
|
1113
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2870793090
|
1114
|
+
body:
|
1115
|
+
headers:
|
1116
|
+
x-rallyintegrationname:
|
1117
|
+
- RubyRestAPI
|
1118
|
+
x-rallyintegrationlibrary:
|
1119
|
+
- RallyRestAPI version 1.0.3
|
1120
|
+
x-rallyintegrationplatform:
|
1121
|
+
- Ruby 1.9.2
|
1122
|
+
x-rallyintegrationos:
|
1123
|
+
- i686-linux
|
1124
|
+
authorization:
|
1125
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1126
|
+
content-type:
|
1127
|
+
- text/xml
|
1128
|
+
response: !ruby/struct:VCR::Response
|
1129
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1130
|
+
code: 200
|
1131
|
+
message: OK
|
1132
|
+
headers:
|
1133
|
+
date:
|
1134
|
+
- Fri, 11 Nov 2011 02:45:59 GMT
|
1135
|
+
server:
|
1136
|
+
- Jetty(6.1.26)
|
1137
|
+
expires:
|
1138
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1139
|
+
rallyrequestid:
|
1140
|
+
- qd-app-02-trial7fxsty5nscqc2u3nnp5rd26z.qd-app-02-trial32762
|
1141
|
+
content-type:
|
1142
|
+
- text/xml; charset=utf-8
|
1143
|
+
set-cookie:
|
1144
|
+
- JSESSIONID=qd-app-02-trial7fxsty5nscqc2u3nnp5rd26z.qd-app-02-trial;Path=/slm;Secure
|
1145
|
+
vary:
|
1146
|
+
- Accept-Encoding
|
1147
|
+
p3p:
|
1148
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1149
|
+
cache-control:
|
1150
|
+
- no-cache, private,max-age=0,must-revalidate
|
1151
|
+
transfer-encoding:
|
1152
|
+
- chunked
|
1153
|
+
body: |+
|
1154
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1155
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870793090" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
|
1156
|
+
<CreationDate>2011-02-14T22:26:49.462Z</CreationDate>
|
1157
|
+
<ObjectID>2870793090</ObjectID>
|
1158
|
+
<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" />
|
1159
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1160
|
+
<Description>Here we go</Description>
|
1161
|
+
<Discussion />
|
1162
|
+
<FormattedID>DE16</FormattedID>
|
1163
|
+
<LastUpdateDate>2011-02-14T22:26:49.479Z</LastUpdateDate>
|
1164
|
+
<Name>Testing</Name>
|
1165
|
+
<Notes />
|
1166
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1167
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2870793091" type="RevisionHistory" />
|
1168
|
+
<Tags />
|
1169
|
+
<AffectsDoc>false</AffectsDoc>
|
1170
|
+
<Attachments />
|
1171
|
+
<Blocked>false</Blocked>
|
1172
|
+
<Duplicates />
|
1173
|
+
<Environment>None</Environment>
|
1174
|
+
<Priority>None</Priority>
|
1175
|
+
<Rank>1562500000.001</Rank>
|
1176
|
+
<ReleaseNote>false</ReleaseNote>
|
1177
|
+
<Resolution>None</Resolution>
|
1178
|
+
<ScheduleState>Defined</ScheduleState>
|
1179
|
+
<Severity>None</Severity>
|
1180
|
+
<State>Submitted</State>
|
1181
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1182
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1183
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1184
|
+
<Tasks />
|
1185
|
+
</Defect>
|
1186
|
+
|
1187
|
+
http_version: "1.1"
|
1188
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1189
|
+
request: !ruby/struct:VCR::Request
|
1190
|
+
method: :get
|
1191
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2870951426
|
1192
|
+
body:
|
1193
|
+
headers:
|
1194
|
+
x-rallyintegrationname:
|
1195
|
+
- RubyRestAPI
|
1196
|
+
x-rallyintegrationlibrary:
|
1197
|
+
- RallyRestAPI version 1.0.3
|
1198
|
+
x-rallyintegrationplatform:
|
1199
|
+
- Ruby 1.9.2
|
1200
|
+
x-rallyintegrationos:
|
1201
|
+
- i686-linux
|
1202
|
+
authorization:
|
1203
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1204
|
+
content-type:
|
1205
|
+
- text/xml
|
1206
|
+
response: !ruby/struct:VCR::Response
|
1207
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1208
|
+
code: 200
|
1209
|
+
message: OK
|
1210
|
+
headers:
|
1211
|
+
date:
|
1212
|
+
- Fri, 11 Nov 2011 02:46:01 GMT
|
1213
|
+
server:
|
1214
|
+
- Jetty(6.1.26)
|
1215
|
+
expires:
|
1216
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1217
|
+
rallyrequestid:
|
1218
|
+
- qd-app-02-trial1ntefobzae993or722a18m3d5.qd-app-02-trial32787
|
1219
|
+
content-type:
|
1220
|
+
- text/xml; charset=utf-8
|
1221
|
+
set-cookie:
|
1222
|
+
- JSESSIONID=qd-app-02-trial1ntefobzae993or722a18m3d5.qd-app-02-trial;Path=/slm;Secure
|
1223
|
+
vary:
|
1224
|
+
- Accept-Encoding
|
1225
|
+
p3p:
|
1226
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1227
|
+
cache-control:
|
1228
|
+
- no-cache, private,max-age=0,must-revalidate
|
1229
|
+
transfer-encoding:
|
1230
|
+
- chunked
|
1231
|
+
body: |+
|
1232
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1233
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870951426" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
|
1234
|
+
<CreationDate>2011-02-14T22:57:10.518Z</CreationDate>
|
1235
|
+
<ObjectID>2870951426</ObjectID>
|
1236
|
+
<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" />
|
1237
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1238
|
+
<Description>Here we go</Description>
|
1239
|
+
<Discussion />
|
1240
|
+
<FormattedID>DE17</FormattedID>
|
1241
|
+
<LastUpdateDate>2011-02-14T22:57:10.530Z</LastUpdateDate>
|
1242
|
+
<Name>Testing</Name>
|
1243
|
+
<Notes />
|
1244
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1245
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2870951427" type="RevisionHistory" />
|
1246
|
+
<Tags />
|
1247
|
+
<AffectsDoc>false</AffectsDoc>
|
1248
|
+
<Attachments />
|
1249
|
+
<Blocked>false</Blocked>
|
1250
|
+
<Duplicates />
|
1251
|
+
<Environment>None</Environment>
|
1252
|
+
<Priority>None</Priority>
|
1253
|
+
<Rank>781250000.001</Rank>
|
1254
|
+
<ReleaseNote>false</ReleaseNote>
|
1255
|
+
<Resolution>None</Resolution>
|
1256
|
+
<ScheduleState>Defined</ScheduleState>
|
1257
|
+
<Severity>None</Severity>
|
1258
|
+
<State>Submitted</State>
|
1259
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1260
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1261
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1262
|
+
<Tasks />
|
1263
|
+
</Defect>
|
1264
|
+
|
1265
|
+
http_version: "1.1"
|
1266
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1267
|
+
request: !ruby/struct:VCR::Request
|
1268
|
+
method: :get
|
1269
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2870952373
|
1270
|
+
body:
|
1271
|
+
headers:
|
1272
|
+
x-rallyintegrationname:
|
1273
|
+
- RubyRestAPI
|
1274
|
+
x-rallyintegrationlibrary:
|
1275
|
+
- RallyRestAPI version 1.0.3
|
1276
|
+
x-rallyintegrationplatform:
|
1277
|
+
- Ruby 1.9.2
|
1278
|
+
x-rallyintegrationos:
|
1279
|
+
- i686-linux
|
1280
|
+
authorization:
|
1281
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1282
|
+
content-type:
|
1283
|
+
- text/xml
|
1284
|
+
response: !ruby/struct:VCR::Response
|
1285
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1286
|
+
code: 200
|
1287
|
+
message: OK
|
1288
|
+
headers:
|
1289
|
+
date:
|
1290
|
+
- Fri, 11 Nov 2011 02:46:02 GMT
|
1291
|
+
server:
|
1292
|
+
- Jetty(6.1.26)
|
1293
|
+
expires:
|
1294
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1295
|
+
rallyrequestid:
|
1296
|
+
- qd-app-02-trial17le4y3nkacklrcr1be1tu3ld.qd-app-02-trial32801
|
1297
|
+
content-type:
|
1298
|
+
- text/xml; charset=utf-8
|
1299
|
+
set-cookie:
|
1300
|
+
- JSESSIONID=qd-app-02-trial17le4y3nkacklrcr1be1tu3ld.qd-app-02-trial;Path=/slm;Secure
|
1301
|
+
vary:
|
1302
|
+
- Accept-Encoding
|
1303
|
+
p3p:
|
1304
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1305
|
+
cache-control:
|
1306
|
+
- no-cache, private,max-age=0,must-revalidate
|
1307
|
+
transfer-encoding:
|
1308
|
+
- chunked
|
1309
|
+
body: |+
|
1310
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1311
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2870952373" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
|
1312
|
+
<CreationDate>2011-02-14T22:58:17.663Z</CreationDate>
|
1313
|
+
<ObjectID>2870952373</ObjectID>
|
1314
|
+
<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" />
|
1315
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1316
|
+
<Description>Here we go</Description>
|
1317
|
+
<Discussion />
|
1318
|
+
<FormattedID>DE18</FormattedID>
|
1319
|
+
<LastUpdateDate>2011-02-14T22:58:17.675Z</LastUpdateDate>
|
1320
|
+
<Name>Testing</Name>
|
1321
|
+
<Notes />
|
1322
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1323
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2870952374" type="RevisionHistory" />
|
1324
|
+
<Tags />
|
1325
|
+
<AffectsDoc>false</AffectsDoc>
|
1326
|
+
<Attachments />
|
1327
|
+
<Blocked>false</Blocked>
|
1328
|
+
<Duplicates />
|
1329
|
+
<Environment>None</Environment>
|
1330
|
+
<Priority>None</Priority>
|
1331
|
+
<Rank>390625000.001</Rank>
|
1332
|
+
<ReleaseNote>false</ReleaseNote>
|
1333
|
+
<Resolution>None</Resolution>
|
1334
|
+
<ScheduleState>Defined</ScheduleState>
|
1335
|
+
<Severity>None</Severity>
|
1336
|
+
<State>Submitted</State>
|
1337
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1338
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1339
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1340
|
+
<Tasks />
|
1341
|
+
</Defect>
|
1342
|
+
|
1343
|
+
http_version: "1.1"
|
1344
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1345
|
+
request: !ruby/struct:VCR::Request
|
1346
|
+
method: :get
|
1347
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2871088489
|
1348
|
+
body:
|
1349
|
+
headers:
|
1350
|
+
x-rallyintegrationname:
|
1351
|
+
- RubyRestAPI
|
1352
|
+
x-rallyintegrationlibrary:
|
1353
|
+
- RallyRestAPI version 1.0.3
|
1354
|
+
x-rallyintegrationplatform:
|
1355
|
+
- Ruby 1.9.2
|
1356
|
+
x-rallyintegrationos:
|
1357
|
+
- i686-linux
|
1358
|
+
authorization:
|
1359
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1360
|
+
content-type:
|
1361
|
+
- text/xml
|
1362
|
+
response: !ruby/struct:VCR::Response
|
1363
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1364
|
+
code: 200
|
1365
|
+
message: OK
|
1366
|
+
headers:
|
1367
|
+
date:
|
1368
|
+
- Fri, 11 Nov 2011 02:46:03 GMT
|
1369
|
+
server:
|
1370
|
+
- Jetty(6.1.26)
|
1371
|
+
expires:
|
1372
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1373
|
+
rallyrequestid:
|
1374
|
+
- qd-app-02-trial1j3o2ycnyivrqax73klf737qo.qd-app-02-trial32815
|
1375
|
+
content-type:
|
1376
|
+
- text/xml; charset=utf-8
|
1377
|
+
set-cookie:
|
1378
|
+
- JSESSIONID=qd-app-02-trial1j3o2ycnyivrqax73klf737qo.qd-app-02-trial;Path=/slm;Secure
|
1379
|
+
vary:
|
1380
|
+
- Accept-Encoding
|
1381
|
+
p3p:
|
1382
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1383
|
+
cache-control:
|
1384
|
+
- no-cache, private,max-age=0,must-revalidate
|
1385
|
+
transfer-encoding:
|
1386
|
+
- chunked
|
1387
|
+
body: |+
|
1388
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1389
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2871088489" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
|
1390
|
+
<CreationDate>2011-02-14T23:15:45.474Z</CreationDate>
|
1391
|
+
<ObjectID>2871088489</ObjectID>
|
1392
|
+
<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" />
|
1393
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1394
|
+
<Description>Here we go</Description>
|
1395
|
+
<Discussion />
|
1396
|
+
<FormattedID>DE19</FormattedID>
|
1397
|
+
<LastUpdateDate>2011-02-14T23:15:45.484Z</LastUpdateDate>
|
1398
|
+
<Name>Testing</Name>
|
1399
|
+
<Notes />
|
1400
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1401
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2871088490" type="RevisionHistory" />
|
1402
|
+
<Tags />
|
1403
|
+
<AffectsDoc>false</AffectsDoc>
|
1404
|
+
<Attachments />
|
1405
|
+
<Blocked>false</Blocked>
|
1406
|
+
<Duplicates />
|
1407
|
+
<Environment>None</Environment>
|
1408
|
+
<Priority>None</Priority>
|
1409
|
+
<Rank>195312500.001</Rank>
|
1410
|
+
<ReleaseNote>false</ReleaseNote>
|
1411
|
+
<Resolution>None</Resolution>
|
1412
|
+
<ScheduleState>Defined</ScheduleState>
|
1413
|
+
<Severity>None</Severity>
|
1414
|
+
<State>Submitted</State>
|
1415
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1416
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1417
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1418
|
+
<Tasks />
|
1419
|
+
</Defect>
|
1420
|
+
|
1421
|
+
http_version: "1.1"
|
1422
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1423
|
+
request: !ruby/struct:VCR::Request
|
1424
|
+
method: :get
|
1425
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2872127283
|
1426
|
+
body:
|
1427
|
+
headers:
|
1428
|
+
x-rallyintegrationname:
|
1429
|
+
- RubyRestAPI
|
1430
|
+
x-rallyintegrationlibrary:
|
1431
|
+
- RallyRestAPI version 1.0.3
|
1432
|
+
x-rallyintegrationplatform:
|
1433
|
+
- Ruby 1.9.2
|
1434
|
+
x-rallyintegrationos:
|
1435
|
+
- i686-linux
|
1436
|
+
authorization:
|
1437
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1438
|
+
content-type:
|
1439
|
+
- text/xml
|
1440
|
+
response: !ruby/struct:VCR::Response
|
1441
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1442
|
+
code: 200
|
1443
|
+
message: OK
|
1444
|
+
headers:
|
1445
|
+
date:
|
1446
|
+
- Fri, 11 Nov 2011 02:46:04 GMT
|
1447
|
+
server:
|
1448
|
+
- Jetty(6.1.26)
|
1449
|
+
expires:
|
1450
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1451
|
+
rallyrequestid:
|
1452
|
+
- qd-app-02-trial7vp55zpm85pd1j5ukapaa3e76.qd-app-02-trial32836
|
1453
|
+
content-type:
|
1454
|
+
- text/xml; charset=utf-8
|
1455
|
+
set-cookie:
|
1456
|
+
- JSESSIONID=qd-app-02-trial7vp55zpm85pd1j5ukapaa3e76.qd-app-02-trial;Path=/slm;Secure
|
1457
|
+
vary:
|
1458
|
+
- Accept-Encoding
|
1459
|
+
p3p:
|
1460
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1461
|
+
cache-control:
|
1462
|
+
- no-cache, private,max-age=0,must-revalidate
|
1463
|
+
transfer-encoding:
|
1464
|
+
- chunked
|
1465
|
+
body: |+
|
1466
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1467
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2872127283" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
|
1468
|
+
<CreationDate>2011-02-15T03:38:52.434Z</CreationDate>
|
1469
|
+
<ObjectID>2872127283</ObjectID>
|
1470
|
+
<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" />
|
1471
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1472
|
+
<Description>Here we go</Description>
|
1473
|
+
<Discussion />
|
1474
|
+
<FormattedID>DE20</FormattedID>
|
1475
|
+
<LastUpdateDate>2011-02-15T03:38:52.444Z</LastUpdateDate>
|
1476
|
+
<Name>Testing</Name>
|
1477
|
+
<Notes />
|
1478
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1479
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2872127284" type="RevisionHistory" />
|
1480
|
+
<Tags />
|
1481
|
+
<AffectsDoc>false</AffectsDoc>
|
1482
|
+
<Attachments />
|
1483
|
+
<Blocked>false</Blocked>
|
1484
|
+
<Duplicates />
|
1485
|
+
<Environment>None</Environment>
|
1486
|
+
<Priority>None</Priority>
|
1487
|
+
<Rank>97656250.001</Rank>
|
1488
|
+
<ReleaseNote>false</ReleaseNote>
|
1489
|
+
<Resolution>None</Resolution>
|
1490
|
+
<ScheduleState>Defined</ScheduleState>
|
1491
|
+
<Severity>None</Severity>
|
1492
|
+
<State>Submitted</State>
|
1493
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1494
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1495
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1496
|
+
<Tasks />
|
1497
|
+
</Defect>
|
1498
|
+
|
1499
|
+
http_version: "1.1"
|
1500
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1501
|
+
request: !ruby/struct:VCR::Request
|
1502
|
+
method: :get
|
1503
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2872128015
|
1504
|
+
body:
|
1505
|
+
headers:
|
1506
|
+
x-rallyintegrationname:
|
1507
|
+
- RubyRestAPI
|
1508
|
+
x-rallyintegrationlibrary:
|
1509
|
+
- RallyRestAPI version 1.0.3
|
1510
|
+
x-rallyintegrationplatform:
|
1511
|
+
- Ruby 1.9.2
|
1512
|
+
x-rallyintegrationos:
|
1513
|
+
- i686-linux
|
1514
|
+
authorization:
|
1515
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1516
|
+
content-type:
|
1517
|
+
- text/xml
|
1518
|
+
response: !ruby/struct:VCR::Response
|
1519
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1520
|
+
code: 200
|
1521
|
+
message: OK
|
1522
|
+
headers:
|
1523
|
+
date:
|
1524
|
+
- Fri, 11 Nov 2011 02:46:05 GMT
|
1525
|
+
server:
|
1526
|
+
- Jetty(6.1.26)
|
1527
|
+
expires:
|
1528
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1529
|
+
rallyrequestid:
|
1530
|
+
- qd-app-02-trialljw0j32ox9cz1oo085zoi184h.qd-app-02-trial32857
|
1531
|
+
content-type:
|
1532
|
+
- text/xml; charset=utf-8
|
1533
|
+
set-cookie:
|
1534
|
+
- JSESSIONID=qd-app-02-trialljw0j32ox9cz1oo085zoi184h.qd-app-02-trial;Path=/slm;Secure
|
1535
|
+
vary:
|
1536
|
+
- Accept-Encoding
|
1537
|
+
p3p:
|
1538
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1539
|
+
cache-control:
|
1540
|
+
- no-cache, private,max-age=0,must-revalidate
|
1541
|
+
transfer-encoding:
|
1542
|
+
- chunked
|
1543
|
+
body: |+
|
1544
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1545
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2872128015" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 14">
|
1546
|
+
<CreationDate>2011-02-15T03:46:33.166Z</CreationDate>
|
1547
|
+
<ObjectID>2872128015</ObjectID>
|
1548
|
+
<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" />
|
1549
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1550
|
+
<Description>Here we go</Description>
|
1551
|
+
<Discussion />
|
1552
|
+
<FormattedID>DE21</FormattedID>
|
1553
|
+
<LastUpdateDate>2011-02-15T03:46:33.177Z</LastUpdateDate>
|
1554
|
+
<Name>Testing</Name>
|
1555
|
+
<Notes />
|
1556
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1557
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2872128016" type="RevisionHistory" />
|
1558
|
+
<Tags />
|
1559
|
+
<AffectsDoc>false</AffectsDoc>
|
1560
|
+
<Attachments />
|
1561
|
+
<Blocked>false</Blocked>
|
1562
|
+
<Duplicates />
|
1563
|
+
<Environment>None</Environment>
|
1564
|
+
<Priority>None</Priority>
|
1565
|
+
<Rank>48828125.001</Rank>
|
1566
|
+
<ReleaseNote>false</ReleaseNote>
|
1567
|
+
<Resolution>None</Resolution>
|
1568
|
+
<ScheduleState>Defined</ScheduleState>
|
1569
|
+
<Severity>None</Severity>
|
1570
|
+
<State>Submitted</State>
|
1571
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1572
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1573
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1574
|
+
<Tasks />
|
1575
|
+
</Defect>
|
1576
|
+
|
1577
|
+
http_version: "1.1"
|
1578
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1579
|
+
request: !ruby/struct:VCR::Request
|
1580
|
+
method: :get
|
1581
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2891123673
|
1582
|
+
body:
|
1583
|
+
headers:
|
1584
|
+
x-rallyintegrationname:
|
1585
|
+
- RubyRestAPI
|
1586
|
+
x-rallyintegrationlibrary:
|
1587
|
+
- RallyRestAPI version 1.0.3
|
1588
|
+
x-rallyintegrationplatform:
|
1589
|
+
- Ruby 1.9.2
|
1590
|
+
x-rallyintegrationos:
|
1591
|
+
- i686-linux
|
1592
|
+
authorization:
|
1593
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1594
|
+
content-type:
|
1595
|
+
- text/xml
|
1596
|
+
response: !ruby/struct:VCR::Response
|
1597
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1598
|
+
code: 200
|
1599
|
+
message: OK
|
1600
|
+
headers:
|
1601
|
+
date:
|
1602
|
+
- Fri, 11 Nov 2011 02:46:07 GMT
|
1603
|
+
server:
|
1604
|
+
- Jetty(6.1.26)
|
1605
|
+
expires:
|
1606
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1607
|
+
rallyrequestid:
|
1608
|
+
- qd-app-02-trial1t5rkbnkmuaf9qkvb5esr04rl.qd-app-02-trial32885
|
1609
|
+
content-type:
|
1610
|
+
- text/xml; charset=utf-8
|
1611
|
+
set-cookie:
|
1612
|
+
- JSESSIONID=qd-app-02-trial1t5rkbnkmuaf9qkvb5esr04rl.qd-app-02-trial;Path=/slm;Secure
|
1613
|
+
vary:
|
1614
|
+
- Accept-Encoding
|
1615
|
+
p3p:
|
1616
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1617
|
+
cache-control:
|
1618
|
+
- no-cache, private,max-age=0,must-revalidate
|
1619
|
+
transfer-encoding:
|
1620
|
+
- chunked
|
1621
|
+
body: |+
|
1622
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1623
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2891123673" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 17">
|
1624
|
+
<CreationDate>2011-02-17T23:46:53.197Z</CreationDate>
|
1625
|
+
<ObjectID>2891123673</ObjectID>
|
1626
|
+
<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" />
|
1627
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1628
|
+
<Description>Here we go</Description>
|
1629
|
+
<Discussion />
|
1630
|
+
<FormattedID>DE22</FormattedID>
|
1631
|
+
<LastUpdateDate>2011-02-17T23:46:53.209Z</LastUpdateDate>
|
1632
|
+
<Name>Testing</Name>
|
1633
|
+
<Notes />
|
1634
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1635
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2891123674" type="RevisionHistory" />
|
1636
|
+
<Tags />
|
1637
|
+
<AffectsDoc>false</AffectsDoc>
|
1638
|
+
<Attachments />
|
1639
|
+
<Blocked>false</Blocked>
|
1640
|
+
<Duplicates />
|
1641
|
+
<Environment>None</Environment>
|
1642
|
+
<Priority>None</Priority>
|
1643
|
+
<Rank>24414062.501</Rank>
|
1644
|
+
<ReleaseNote>false</ReleaseNote>
|
1645
|
+
<Resolution>None</Resolution>
|
1646
|
+
<ScheduleState>Defined</ScheduleState>
|
1647
|
+
<Severity>None</Severity>
|
1648
|
+
<State>Submitted</State>
|
1649
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1650
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1651
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1652
|
+
<Tasks />
|
1653
|
+
</Defect>
|
1654
|
+
|
1655
|
+
http_version: "1.1"
|
1656
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1657
|
+
request: !ruby/struct:VCR::Request
|
1658
|
+
method: :get
|
1659
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904199035
|
1660
|
+
body:
|
1661
|
+
headers:
|
1662
|
+
x-rallyintegrationname:
|
1663
|
+
- RubyRestAPI
|
1664
|
+
x-rallyintegrationlibrary:
|
1665
|
+
- RallyRestAPI version 1.0.3
|
1666
|
+
x-rallyintegrationplatform:
|
1667
|
+
- Ruby 1.9.2
|
1668
|
+
x-rallyintegrationos:
|
1669
|
+
- i686-linux
|
1670
|
+
authorization:
|
1671
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1672
|
+
content-type:
|
1673
|
+
- text/xml
|
1674
|
+
response: !ruby/struct:VCR::Response
|
1675
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1676
|
+
code: 200
|
1677
|
+
message: OK
|
1678
|
+
headers:
|
1679
|
+
date:
|
1680
|
+
- Fri, 11 Nov 2011 02:46:08 GMT
|
1681
|
+
server:
|
1682
|
+
- Jetty(6.1.26)
|
1683
|
+
expires:
|
1684
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1685
|
+
rallyrequestid:
|
1686
|
+
- qd-app-02-trial1vuajwh89vkzk1drmry0vbrkyk.qd-app-02-trial32912
|
1687
|
+
content-type:
|
1688
|
+
- text/xml; charset=utf-8
|
1689
|
+
set-cookie:
|
1690
|
+
- JSESSIONID=qd-app-02-trial1vuajwh89vkzk1drmry0vbrkyk.qd-app-02-trial;Path=/slm;Secure
|
1691
|
+
vary:
|
1692
|
+
- Accept-Encoding
|
1693
|
+
p3p:
|
1694
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1695
|
+
cache-control:
|
1696
|
+
- no-cache, private,max-age=0,must-revalidate
|
1697
|
+
transfer-encoding:
|
1698
|
+
- chunked
|
1699
|
+
body: |+
|
1700
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1701
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904199035" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
|
1702
|
+
<CreationDate>2011-02-20T23:22:18.669Z</CreationDate>
|
1703
|
+
<ObjectID>2904199035</ObjectID>
|
1704
|
+
<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" />
|
1705
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1706
|
+
<Description>Here we go</Description>
|
1707
|
+
<Discussion />
|
1708
|
+
<FormattedID>DE23</FormattedID>
|
1709
|
+
<LastUpdateDate>2011-02-20T23:22:18.683Z</LastUpdateDate>
|
1710
|
+
<Name>Testing</Name>
|
1711
|
+
<Notes />
|
1712
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1713
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904199036" type="RevisionHistory" />
|
1714
|
+
<Tags />
|
1715
|
+
<AffectsDoc>false</AffectsDoc>
|
1716
|
+
<Attachments />
|
1717
|
+
<Blocked>false</Blocked>
|
1718
|
+
<Duplicates />
|
1719
|
+
<Environment>None</Environment>
|
1720
|
+
<Priority>None</Priority>
|
1721
|
+
<Rank>12207031.251</Rank>
|
1722
|
+
<ReleaseNote>false</ReleaseNote>
|
1723
|
+
<Resolution>None</Resolution>
|
1724
|
+
<ScheduleState>Defined</ScheduleState>
|
1725
|
+
<Severity>None</Severity>
|
1726
|
+
<State>Submitted</State>
|
1727
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1728
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1729
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1730
|
+
<Tasks />
|
1731
|
+
</Defect>
|
1732
|
+
|
1733
|
+
http_version: "1.1"
|
1734
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1735
|
+
request: !ruby/struct:VCR::Request
|
1736
|
+
method: :get
|
1737
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Defect?query=(ObjectID%20%3E%200)&start=21&pagesize=20&project=https://community.rallydev.com/slm/webservice/1.17/project/2712835688
|
1738
|
+
body:
|
1739
|
+
headers:
|
1740
|
+
x-rallyintegrationname:
|
1741
|
+
- RubyRestAPI
|
1742
|
+
x-rallyintegrationlibrary:
|
1743
|
+
- RallyRestAPI version 1.0.3
|
1744
|
+
x-rallyintegrationplatform:
|
1745
|
+
- Ruby 1.9.2
|
1746
|
+
x-rallyintegrationos:
|
1747
|
+
- i686-linux
|
1748
|
+
authorization:
|
1749
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1750
|
+
content-type:
|
1751
|
+
- text/xml
|
1752
|
+
response: !ruby/struct:VCR::Response
|
1753
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1754
|
+
code: 200
|
1755
|
+
message: OK
|
1756
|
+
headers:
|
1757
|
+
date:
|
1758
|
+
- Fri, 11 Nov 2011 02:46:09 GMT
|
1759
|
+
server:
|
1760
|
+
- Jetty(6.1.26)
|
1761
|
+
expires:
|
1762
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1763
|
+
rallyrequestid:
|
1764
|
+
- qd-app-02-trial1tava0vi9k0m0xwq46dqv9fog.qd-app-02-trial32948
|
1765
|
+
content-type:
|
1766
|
+
- text/xml; charset=utf-8
|
1767
|
+
set-cookie:
|
1768
|
+
- JSESSIONID=qd-app-02-trial1tava0vi9k0m0xwq46dqv9fog.qd-app-02-trial;Path=/slm;Secure
|
1769
|
+
vary:
|
1770
|
+
- Accept-Encoding
|
1771
|
+
p3p:
|
1772
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1773
|
+
cache-control:
|
1774
|
+
- no-cache, private,max-age=0,must-revalidate
|
1775
|
+
transfer-encoding:
|
1776
|
+
- chunked
|
1777
|
+
body: |+
|
1778
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1779
|
+
<QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
|
1780
|
+
<Errors />
|
1781
|
+
<Warnings />
|
1782
|
+
<TotalResultCount>33</TotalResultCount>
|
1783
|
+
<StartIndex>21</StartIndex>
|
1784
|
+
<PageSize>20</PageSize>
|
1785
|
+
<Results>
|
1786
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904203328" refObjectName="Testing" type="Defect" />
|
1787
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904204000" refObjectName="Testing" type="Defect" />
|
1788
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904204581" refObjectName="Testing" type="Defect" />
|
1789
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904309488" refObjectName="Testing" type="Defect" />
|
1790
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967182304" refObjectName="Testing" type="Defect" />
|
1791
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967188208" refObjectName="Testing" type="Defect" />
|
1792
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967372969" refObjectName="Testing" type="Defect" />
|
1793
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2990261465" refObjectName="Testing" type="Defect" />
|
1794
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3582864613" refObjectName="Testing" type="Defect" />
|
1795
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3831635899" refObjectName="Testing" type="Defect" />
|
1796
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3833150881" refObjectName="Testing" type="Defect" />
|
1797
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3833572773" refObjectName="Testing" type="Defect" />
|
1798
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/4694941557" refObjectName="Testing" type="Defect" />
|
1799
|
+
</Results>
|
1800
|
+
</QueryResult>
|
1801
|
+
|
1802
|
+
http_version: "1.1"
|
1803
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1804
|
+
request: !ruby/struct:VCR::Request
|
1805
|
+
method: :get
|
1806
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904203328
|
1807
|
+
body:
|
1808
|
+
headers:
|
1809
|
+
x-rallyintegrationname:
|
1810
|
+
- RubyRestAPI
|
1811
|
+
x-rallyintegrationlibrary:
|
1812
|
+
- RallyRestAPI version 1.0.3
|
1813
|
+
x-rallyintegrationplatform:
|
1814
|
+
- Ruby 1.9.2
|
1815
|
+
x-rallyintegrationos:
|
1816
|
+
- i686-linux
|
1817
|
+
authorization:
|
1818
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1819
|
+
content-type:
|
1820
|
+
- text/xml
|
1821
|
+
response: !ruby/struct:VCR::Response
|
1822
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1823
|
+
code: 200
|
1824
|
+
message: OK
|
1825
|
+
headers:
|
1826
|
+
date:
|
1827
|
+
- Fri, 11 Nov 2011 02:46:10 GMT
|
1828
|
+
server:
|
1829
|
+
- Jetty(6.1.26)
|
1830
|
+
expires:
|
1831
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1832
|
+
rallyrequestid:
|
1833
|
+
- qd-app-02-trial1lpmzj3gc51t6v97l78j57lyh.qd-app-02-trial32980
|
1834
|
+
content-type:
|
1835
|
+
- text/xml; charset=utf-8
|
1836
|
+
set-cookie:
|
1837
|
+
- JSESSIONID=qd-app-02-trial1lpmzj3gc51t6v97l78j57lyh.qd-app-02-trial;Path=/slm;Secure
|
1838
|
+
vary:
|
1839
|
+
- Accept-Encoding
|
1840
|
+
p3p:
|
1841
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1842
|
+
cache-control:
|
1843
|
+
- no-cache, private,max-age=0,must-revalidate
|
1844
|
+
transfer-encoding:
|
1845
|
+
- chunked
|
1846
|
+
body: |+
|
1847
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1848
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904203328" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
|
1849
|
+
<CreationDate>2011-02-20T23:46:09.584Z</CreationDate>
|
1850
|
+
<ObjectID>2904203328</ObjectID>
|
1851
|
+
<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" />
|
1852
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1853
|
+
<Description>Here we go</Description>
|
1854
|
+
<Discussion />
|
1855
|
+
<FormattedID>DE24</FormattedID>
|
1856
|
+
<LastUpdateDate>2011-02-20T23:46:09.596Z</LastUpdateDate>
|
1857
|
+
<Name>Testing</Name>
|
1858
|
+
<Notes />
|
1859
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1860
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904203329" type="RevisionHistory" />
|
1861
|
+
<Tags />
|
1862
|
+
<AffectsDoc>false</AffectsDoc>
|
1863
|
+
<Attachments />
|
1864
|
+
<Blocked>false</Blocked>
|
1865
|
+
<Duplicates />
|
1866
|
+
<Environment>None</Environment>
|
1867
|
+
<Priority>None</Priority>
|
1868
|
+
<Rank>6103515.626</Rank>
|
1869
|
+
<ReleaseNote>false</ReleaseNote>
|
1870
|
+
<Resolution>None</Resolution>
|
1871
|
+
<ScheduleState>Defined</ScheduleState>
|
1872
|
+
<Severity>None</Severity>
|
1873
|
+
<State>Submitted</State>
|
1874
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1875
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1876
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1877
|
+
<Tasks />
|
1878
|
+
</Defect>
|
1879
|
+
|
1880
|
+
http_version: "1.1"
|
1881
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1882
|
+
request: !ruby/struct:VCR::Request
|
1883
|
+
method: :get
|
1884
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904204000
|
1885
|
+
body:
|
1886
|
+
headers:
|
1887
|
+
x-rallyintegrationname:
|
1888
|
+
- RubyRestAPI
|
1889
|
+
x-rallyintegrationlibrary:
|
1890
|
+
- RallyRestAPI version 1.0.3
|
1891
|
+
x-rallyintegrationplatform:
|
1892
|
+
- Ruby 1.9.2
|
1893
|
+
x-rallyintegrationos:
|
1894
|
+
- i686-linux
|
1895
|
+
authorization:
|
1896
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1897
|
+
content-type:
|
1898
|
+
- text/xml
|
1899
|
+
response: !ruby/struct:VCR::Response
|
1900
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1901
|
+
code: 200
|
1902
|
+
message: OK
|
1903
|
+
headers:
|
1904
|
+
date:
|
1905
|
+
- Fri, 11 Nov 2011 02:46:11 GMT
|
1906
|
+
server:
|
1907
|
+
- Jetty(6.1.26)
|
1908
|
+
expires:
|
1909
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1910
|
+
rallyrequestid:
|
1911
|
+
- qd-app-02-trial149llna8jkbvmimev16dzm2nc.qd-app-02-trial33004
|
1912
|
+
content-type:
|
1913
|
+
- text/xml; charset=utf-8
|
1914
|
+
set-cookie:
|
1915
|
+
- JSESSIONID=qd-app-02-trial149llna8jkbvmimev16dzm2nc.qd-app-02-trial;Path=/slm;Secure
|
1916
|
+
vary:
|
1917
|
+
- Accept-Encoding
|
1918
|
+
p3p:
|
1919
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1920
|
+
cache-control:
|
1921
|
+
- no-cache, private,max-age=0,must-revalidate
|
1922
|
+
transfer-encoding:
|
1923
|
+
- chunked
|
1924
|
+
body: |+
|
1925
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1926
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904204000" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
|
1927
|
+
<CreationDate>2011-02-20T23:49:36.238Z</CreationDate>
|
1928
|
+
<ObjectID>2904204000</ObjectID>
|
1929
|
+
<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" />
|
1930
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1931
|
+
<Description>Here we go</Description>
|
1932
|
+
<Discussion />
|
1933
|
+
<FormattedID>DE25</FormattedID>
|
1934
|
+
<LastUpdateDate>2011-02-20T23:49:36.257Z</LastUpdateDate>
|
1935
|
+
<Name>Testing</Name>
|
1936
|
+
<Notes />
|
1937
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
1938
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904204001" type="RevisionHistory" />
|
1939
|
+
<Tags />
|
1940
|
+
<AffectsDoc>false</AffectsDoc>
|
1941
|
+
<Attachments />
|
1942
|
+
<Blocked>false</Blocked>
|
1943
|
+
<Duplicates />
|
1944
|
+
<Environment>None</Environment>
|
1945
|
+
<Priority>None</Priority>
|
1946
|
+
<Rank>3051757.813</Rank>
|
1947
|
+
<ReleaseNote>false</ReleaseNote>
|
1948
|
+
<Resolution>None</Resolution>
|
1949
|
+
<ScheduleState>Defined</ScheduleState>
|
1950
|
+
<Severity>None</Severity>
|
1951
|
+
<State>Submitted</State>
|
1952
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
1953
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
1954
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
1955
|
+
<Tasks />
|
1956
|
+
</Defect>
|
1957
|
+
|
1958
|
+
http_version: "1.1"
|
1959
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1960
|
+
request: !ruby/struct:VCR::Request
|
1961
|
+
method: :get
|
1962
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904204581
|
1963
|
+
body:
|
1964
|
+
headers:
|
1965
|
+
x-rallyintegrationname:
|
1966
|
+
- RubyRestAPI
|
1967
|
+
x-rallyintegrationlibrary:
|
1968
|
+
- RallyRestAPI version 1.0.3
|
1969
|
+
x-rallyintegrationplatform:
|
1970
|
+
- Ruby 1.9.2
|
1971
|
+
x-rallyintegrationos:
|
1972
|
+
- i686-linux
|
1973
|
+
authorization:
|
1974
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1975
|
+
content-type:
|
1976
|
+
- text/xml
|
1977
|
+
response: !ruby/struct:VCR::Response
|
1978
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1979
|
+
code: 200
|
1980
|
+
message: OK
|
1981
|
+
headers:
|
1982
|
+
date:
|
1983
|
+
- Fri, 11 Nov 2011 02:46:13 GMT
|
1984
|
+
server:
|
1985
|
+
- Jetty(6.1.26)
|
1986
|
+
expires:
|
1987
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1988
|
+
rallyrequestid:
|
1989
|
+
- qd-app-02-trialwkpzkalbxexg2pidpg79iwgz.qd-app-02-trial33032
|
1990
|
+
content-type:
|
1991
|
+
- text/xml; charset=utf-8
|
1992
|
+
set-cookie:
|
1993
|
+
- JSESSIONID=qd-app-02-trialwkpzkalbxexg2pidpg79iwgz.qd-app-02-trial;Path=/slm;Secure
|
1994
|
+
vary:
|
1995
|
+
- Accept-Encoding
|
1996
|
+
p3p:
|
1997
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1998
|
+
cache-control:
|
1999
|
+
- no-cache, private,max-age=0,must-revalidate
|
2000
|
+
transfer-encoding:
|
2001
|
+
- chunked
|
2002
|
+
body: |+
|
2003
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2004
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904204581" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
|
2005
|
+
<CreationDate>2011-02-20T23:52:48.074Z</CreationDate>
|
2006
|
+
<ObjectID>2904204581</ObjectID>
|
2007
|
+
<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" />
|
2008
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2009
|
+
<Description>Here we go</Description>
|
2010
|
+
<Discussion />
|
2011
|
+
<FormattedID>DE26</FormattedID>
|
2012
|
+
<LastUpdateDate>2011-02-20T23:52:48.087Z</LastUpdateDate>
|
2013
|
+
<Name>Testing</Name>
|
2014
|
+
<Notes />
|
2015
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2016
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904204582" type="RevisionHistory" />
|
2017
|
+
<Tags />
|
2018
|
+
<AffectsDoc>false</AffectsDoc>
|
2019
|
+
<Attachments />
|
2020
|
+
<Blocked>false</Blocked>
|
2021
|
+
<Duplicates />
|
2022
|
+
<Environment>None</Environment>
|
2023
|
+
<Priority>None</Priority>
|
2024
|
+
<Rank>1525878.907</Rank>
|
2025
|
+
<ReleaseNote>false</ReleaseNote>
|
2026
|
+
<Resolution>None</Resolution>
|
2027
|
+
<ScheduleState>Defined</ScheduleState>
|
2028
|
+
<Severity>None</Severity>
|
2029
|
+
<State>Submitted</State>
|
2030
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2031
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2032
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2033
|
+
<Tasks />
|
2034
|
+
</Defect>
|
2035
|
+
|
2036
|
+
http_version: "1.1"
|
2037
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2038
|
+
request: !ruby/struct:VCR::Request
|
2039
|
+
method: :get
|
2040
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2904309488
|
2041
|
+
body:
|
2042
|
+
headers:
|
2043
|
+
x-rallyintegrationname:
|
2044
|
+
- RubyRestAPI
|
2045
|
+
x-rallyintegrationlibrary:
|
2046
|
+
- RallyRestAPI version 1.0.3
|
2047
|
+
x-rallyintegrationplatform:
|
2048
|
+
- Ruby 1.9.2
|
2049
|
+
x-rallyintegrationos:
|
2050
|
+
- i686-linux
|
2051
|
+
authorization:
|
2052
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2053
|
+
content-type:
|
2054
|
+
- text/xml
|
2055
|
+
response: !ruby/struct:VCR::Response
|
2056
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2057
|
+
code: 200
|
2058
|
+
message: OK
|
2059
|
+
headers:
|
2060
|
+
date:
|
2061
|
+
- Fri, 11 Nov 2011 02:46:14 GMT
|
2062
|
+
server:
|
2063
|
+
- Jetty(6.1.26)
|
2064
|
+
expires:
|
2065
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2066
|
+
rallyrequestid:
|
2067
|
+
- qd-app-02-trial1vlw2s7eu8ovs1adz5850mcnd9.qd-app-02-trial33060
|
2068
|
+
content-type:
|
2069
|
+
- text/xml; charset=utf-8
|
2070
|
+
set-cookie:
|
2071
|
+
- JSESSIONID=qd-app-02-trial1vlw2s7eu8ovs1adz5850mcnd9.qd-app-02-trial;Path=/slm;Secure
|
2072
|
+
vary:
|
2073
|
+
- Accept-Encoding
|
2074
|
+
p3p:
|
2075
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2076
|
+
cache-control:
|
2077
|
+
- no-cache, private,max-age=0,must-revalidate
|
2078
|
+
transfer-encoding:
|
2079
|
+
- chunked
|
2080
|
+
body: |+
|
2081
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2082
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2904309488" objectVersion="1" refObjectName="Testing" CreatedAt="Feb 20">
|
2083
|
+
<CreationDate>2011-02-21T00:08:47.160Z</CreationDate>
|
2084
|
+
<ObjectID>2904309488</ObjectID>
|
2085
|
+
<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" />
|
2086
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2087
|
+
<Description>Here we go</Description>
|
2088
|
+
<Discussion />
|
2089
|
+
<FormattedID>DE28</FormattedID>
|
2090
|
+
<LastUpdateDate>2011-02-21T00:08:47.173Z</LastUpdateDate>
|
2091
|
+
<Name>Testing</Name>
|
2092
|
+
<Notes />
|
2093
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2094
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2904309489" type="RevisionHistory" />
|
2095
|
+
<Tags />
|
2096
|
+
<AffectsDoc>false</AffectsDoc>
|
2097
|
+
<Attachments />
|
2098
|
+
<Blocked>false</Blocked>
|
2099
|
+
<Duplicates />
|
2100
|
+
<Environment>None</Environment>
|
2101
|
+
<Priority>None</Priority>
|
2102
|
+
<Rank>381469.727</Rank>
|
2103
|
+
<ReleaseNote>false</ReleaseNote>
|
2104
|
+
<Resolution>None</Resolution>
|
2105
|
+
<ScheduleState>Defined</ScheduleState>
|
2106
|
+
<Severity>None</Severity>
|
2107
|
+
<State>Submitted</State>
|
2108
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2109
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2110
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2111
|
+
<Tasks />
|
2112
|
+
</Defect>
|
2113
|
+
|
2114
|
+
http_version: "1.1"
|
2115
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2116
|
+
request: !ruby/struct:VCR::Request
|
2117
|
+
method: :get
|
2118
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2967182304
|
2119
|
+
body:
|
2120
|
+
headers:
|
2121
|
+
x-rallyintegrationname:
|
2122
|
+
- RubyRestAPI
|
2123
|
+
x-rallyintegrationlibrary:
|
2124
|
+
- RallyRestAPI version 1.0.3
|
2125
|
+
x-rallyintegrationplatform:
|
2126
|
+
- Ruby 1.9.2
|
2127
|
+
x-rallyintegrationos:
|
2128
|
+
- i686-linux
|
2129
|
+
authorization:
|
2130
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2131
|
+
content-type:
|
2132
|
+
- text/xml
|
2133
|
+
response: !ruby/struct:VCR::Response
|
2134
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2135
|
+
code: 200
|
2136
|
+
message: OK
|
2137
|
+
headers:
|
2138
|
+
date:
|
2139
|
+
- Fri, 11 Nov 2011 02:46:15 GMT
|
2140
|
+
server:
|
2141
|
+
- Jetty(6.1.26)
|
2142
|
+
expires:
|
2143
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2144
|
+
rallyrequestid:
|
2145
|
+
- qd-app-02-trial1hfg29qhoq51eutv0e1592lbc.qd-app-02-trial33095
|
2146
|
+
content-type:
|
2147
|
+
- text/xml; charset=utf-8
|
2148
|
+
set-cookie:
|
2149
|
+
- JSESSIONID=qd-app-02-trial1hfg29qhoq51eutv0e1592lbc.qd-app-02-trial;Path=/slm;Secure
|
2150
|
+
vary:
|
2151
|
+
- Accept-Encoding
|
2152
|
+
p3p:
|
2153
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2154
|
+
cache-control:
|
2155
|
+
- no-cache, private,max-age=0,must-revalidate
|
2156
|
+
transfer-encoding:
|
2157
|
+
- chunked
|
2158
|
+
body: |+
|
2159
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2160
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967182304" objectVersion="1" refObjectName="Testing" CreatedAt="Mar 2">
|
2161
|
+
<CreationDate>2011-03-02T15:51:10.227Z</CreationDate>
|
2162
|
+
<ObjectID>2967182304</ObjectID>
|
2163
|
+
<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" />
|
2164
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2165
|
+
<Description>Here we go</Description>
|
2166
|
+
<Discussion />
|
2167
|
+
<FormattedID>DE29</FormattedID>
|
2168
|
+
<LastUpdateDate>2011-03-02T15:51:10.240Z</LastUpdateDate>
|
2169
|
+
<Name>Testing</Name>
|
2170
|
+
<Notes />
|
2171
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2172
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967182305" type="RevisionHistory" />
|
2173
|
+
<Tags />
|
2174
|
+
<AffectsDoc>false</AffectsDoc>
|
2175
|
+
<Attachments />
|
2176
|
+
<Blocked>false</Blocked>
|
2177
|
+
<Duplicates />
|
2178
|
+
<Environment>None</Environment>
|
2179
|
+
<Priority>None</Priority>
|
2180
|
+
<Rank>190734.864</Rank>
|
2181
|
+
<ReleaseNote>false</ReleaseNote>
|
2182
|
+
<Resolution>None</Resolution>
|
2183
|
+
<ScheduleState>Defined</ScheduleState>
|
2184
|
+
<Severity>None</Severity>
|
2185
|
+
<State>Submitted</State>
|
2186
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2187
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2188
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2189
|
+
<Tasks />
|
2190
|
+
</Defect>
|
2191
|
+
|
2192
|
+
http_version: "1.1"
|
2193
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2194
|
+
request: !ruby/struct:VCR::Request
|
2195
|
+
method: :get
|
2196
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2967188208
|
2197
|
+
body:
|
2198
|
+
headers:
|
2199
|
+
x-rallyintegrationname:
|
2200
|
+
- RubyRestAPI
|
2201
|
+
x-rallyintegrationlibrary:
|
2202
|
+
- RallyRestAPI version 1.0.3
|
2203
|
+
x-rallyintegrationplatform:
|
2204
|
+
- Ruby 1.9.2
|
2205
|
+
x-rallyintegrationos:
|
2206
|
+
- i686-linux
|
2207
|
+
authorization:
|
2208
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2209
|
+
content-type:
|
2210
|
+
- text/xml
|
2211
|
+
response: !ruby/struct:VCR::Response
|
2212
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2213
|
+
code: 200
|
2214
|
+
message: OK
|
2215
|
+
headers:
|
2216
|
+
date:
|
2217
|
+
- Fri, 11 Nov 2011 02:46:17 GMT
|
2218
|
+
server:
|
2219
|
+
- Jetty(6.1.26)
|
2220
|
+
expires:
|
2221
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2222
|
+
rallyrequestid:
|
2223
|
+
- qd-app-02-trial1qz6ei0hgzlojdxwbrzqbjb45.qd-app-02-trial33130
|
2224
|
+
content-type:
|
2225
|
+
- text/xml; charset=utf-8
|
2226
|
+
set-cookie:
|
2227
|
+
- JSESSIONID=qd-app-02-trial1qz6ei0hgzlojdxwbrzqbjb45.qd-app-02-trial;Path=/slm;Secure
|
2228
|
+
vary:
|
2229
|
+
- Accept-Encoding
|
2230
|
+
p3p:
|
2231
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2232
|
+
cache-control:
|
2233
|
+
- no-cache, private,max-age=0,must-revalidate
|
2234
|
+
transfer-encoding:
|
2235
|
+
- chunked
|
2236
|
+
body: |+
|
2237
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2238
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967188208" objectVersion="1" refObjectName="Testing" CreatedAt="Mar 2">
|
2239
|
+
<CreationDate>2011-03-02T16:03:55.594Z</CreationDate>
|
2240
|
+
<ObjectID>2967188208</ObjectID>
|
2241
|
+
<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" />
|
2242
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2243
|
+
<Description>Here we go</Description>
|
2244
|
+
<Discussion />
|
2245
|
+
<FormattedID>DE30</FormattedID>
|
2246
|
+
<LastUpdateDate>2011-03-02T16:03:55.609Z</LastUpdateDate>
|
2247
|
+
<Name>Testing</Name>
|
2248
|
+
<Notes />
|
2249
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2250
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967188209" type="RevisionHistory" />
|
2251
|
+
<Tags />
|
2252
|
+
<AffectsDoc>false</AffectsDoc>
|
2253
|
+
<Attachments />
|
2254
|
+
<Blocked>false</Blocked>
|
2255
|
+
<Duplicates />
|
2256
|
+
<Environment>None</Environment>
|
2257
|
+
<Priority>None</Priority>
|
2258
|
+
<Rank>95367.432</Rank>
|
2259
|
+
<ReleaseNote>false</ReleaseNote>
|
2260
|
+
<Resolution>None</Resolution>
|
2261
|
+
<ScheduleState>Defined</ScheduleState>
|
2262
|
+
<Severity>None</Severity>
|
2263
|
+
<State>Submitted</State>
|
2264
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2265
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2266
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2267
|
+
<Tasks />
|
2268
|
+
</Defect>
|
2269
|
+
|
2270
|
+
http_version: "1.1"
|
2271
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2272
|
+
request: !ruby/struct:VCR::Request
|
2273
|
+
method: :get
|
2274
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2967372969
|
2275
|
+
body:
|
2276
|
+
headers:
|
2277
|
+
x-rallyintegrationname:
|
2278
|
+
- RubyRestAPI
|
2279
|
+
x-rallyintegrationlibrary:
|
2280
|
+
- RallyRestAPI version 1.0.3
|
2281
|
+
x-rallyintegrationplatform:
|
2282
|
+
- Ruby 1.9.2
|
2283
|
+
x-rallyintegrationos:
|
2284
|
+
- i686-linux
|
2285
|
+
authorization:
|
2286
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2287
|
+
content-type:
|
2288
|
+
- text/xml
|
2289
|
+
response: !ruby/struct:VCR::Response
|
2290
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2291
|
+
code: 200
|
2292
|
+
message: OK
|
2293
|
+
headers:
|
2294
|
+
date:
|
2295
|
+
- Fri, 11 Nov 2011 02:46:18 GMT
|
2296
|
+
server:
|
2297
|
+
- Jetty(6.1.26)
|
2298
|
+
expires:
|
2299
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2300
|
+
rallyrequestid:
|
2301
|
+
- qd-app-02-trial1xp6gtxagdvtyindnnny45d.qd-app-02-trial33144
|
2302
|
+
content-type:
|
2303
|
+
- text/xml; charset=utf-8
|
2304
|
+
set-cookie:
|
2305
|
+
- JSESSIONID=qd-app-02-trial1xp6gtxagdvtyindnnny45d.qd-app-02-trial;Path=/slm;Secure
|
2306
|
+
vary:
|
2307
|
+
- Accept-Encoding
|
2308
|
+
p3p:
|
2309
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2310
|
+
cache-control:
|
2311
|
+
- no-cache, private,max-age=0,must-revalidate
|
2312
|
+
transfer-encoding:
|
2313
|
+
- chunked
|
2314
|
+
body: |+
|
2315
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2316
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2967372969" objectVersion="1" refObjectName="Testing" CreatedAt="Mar 2">
|
2317
|
+
<CreationDate>2011-03-02T16:08:05.451Z</CreationDate>
|
2318
|
+
<ObjectID>2967372969</ObjectID>
|
2319
|
+
<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" />
|
2320
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2321
|
+
<Description>Here we go</Description>
|
2322
|
+
<Discussion />
|
2323
|
+
<FormattedID>DE31</FormattedID>
|
2324
|
+
<LastUpdateDate>2011-03-02T16:08:05.467Z</LastUpdateDate>
|
2325
|
+
<Name>Testing</Name>
|
2326
|
+
<Notes />
|
2327
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2328
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2967372970" type="RevisionHistory" />
|
2329
|
+
<Tags />
|
2330
|
+
<AffectsDoc>false</AffectsDoc>
|
2331
|
+
<Attachments />
|
2332
|
+
<Blocked>false</Blocked>
|
2333
|
+
<Duplicates />
|
2334
|
+
<Environment>None</Environment>
|
2335
|
+
<Priority>None</Priority>
|
2336
|
+
<Rank>47683.716</Rank>
|
2337
|
+
<ReleaseNote>false</ReleaseNote>
|
2338
|
+
<Resolution>None</Resolution>
|
2339
|
+
<ScheduleState>Defined</ScheduleState>
|
2340
|
+
<Severity>None</Severity>
|
2341
|
+
<State>Submitted</State>
|
2342
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2343
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2344
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2345
|
+
<Tasks />
|
2346
|
+
</Defect>
|
2347
|
+
|
2348
|
+
http_version: "1.1"
|
2349
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2350
|
+
request: !ruby/struct:VCR::Request
|
2351
|
+
method: :get
|
2352
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/2990261465
|
2353
|
+
body:
|
2354
|
+
headers:
|
2355
|
+
x-rallyintegrationname:
|
2356
|
+
- RubyRestAPI
|
2357
|
+
x-rallyintegrationlibrary:
|
2358
|
+
- RallyRestAPI version 1.0.3
|
2359
|
+
x-rallyintegrationplatform:
|
2360
|
+
- Ruby 1.9.2
|
2361
|
+
x-rallyintegrationos:
|
2362
|
+
- i686-linux
|
2363
|
+
authorization:
|
2364
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2365
|
+
content-type:
|
2366
|
+
- text/xml
|
2367
|
+
response: !ruby/struct:VCR::Response
|
2368
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2369
|
+
code: 200
|
2370
|
+
message: OK
|
2371
|
+
headers:
|
2372
|
+
date:
|
2373
|
+
- Fri, 11 Nov 2011 02:46:19 GMT
|
2374
|
+
server:
|
2375
|
+
- Jetty(6.1.26)
|
2376
|
+
expires:
|
2377
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2378
|
+
rallyrequestid:
|
2379
|
+
- qd-app-02-triall4apqjglgisn1mothwvkuamq9.qd-app-02-trial33182
|
2380
|
+
content-type:
|
2381
|
+
- text/xml; charset=utf-8
|
2382
|
+
set-cookie:
|
2383
|
+
- JSESSIONID=qd-app-02-triall4apqjglgisn1mothwvkuamq9.qd-app-02-trial;Path=/slm;Secure
|
2384
|
+
vary:
|
2385
|
+
- Accept-Encoding
|
2386
|
+
p3p:
|
2387
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2388
|
+
cache-control:
|
2389
|
+
- no-cache, private,max-age=0,must-revalidate
|
2390
|
+
transfer-encoding:
|
2391
|
+
- chunked
|
2392
|
+
body: |+
|
2393
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2394
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2990261465" objectVersion="1" refObjectName="Testing" CreatedAt="Mar 5">
|
2395
|
+
<CreationDate>2011-03-05T22:47:13.550Z</CreationDate>
|
2396
|
+
<ObjectID>2990261465</ObjectID>
|
2397
|
+
<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" />
|
2398
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2399
|
+
<Description>Here we go</Description>
|
2400
|
+
<Discussion />
|
2401
|
+
<FormattedID>DE32</FormattedID>
|
2402
|
+
<LastUpdateDate>2011-03-05T22:47:13.648Z</LastUpdateDate>
|
2403
|
+
<Name>Testing</Name>
|
2404
|
+
<Notes />
|
2405
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2406
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2990261466" type="RevisionHistory" />
|
2407
|
+
<Tags />
|
2408
|
+
<AffectsDoc>false</AffectsDoc>
|
2409
|
+
<Attachments />
|
2410
|
+
<Blocked>false</Blocked>
|
2411
|
+
<Duplicates />
|
2412
|
+
<Environment>None</Environment>
|
2413
|
+
<Priority>None</Priority>
|
2414
|
+
<Rank>23841.858</Rank>
|
2415
|
+
<ReleaseNote>false</ReleaseNote>
|
2416
|
+
<Resolution>None</Resolution>
|
2417
|
+
<ScheduleState>Defined</ScheduleState>
|
2418
|
+
<Severity>None</Severity>
|
2419
|
+
<State>Submitted</State>
|
2420
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2421
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2422
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2423
|
+
<Tasks />
|
2424
|
+
</Defect>
|
2425
|
+
|
2426
|
+
http_version: "1.1"
|
2427
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2428
|
+
request: !ruby/struct:VCR::Request
|
2429
|
+
method: :get
|
2430
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/3582864613
|
2431
|
+
body:
|
2432
|
+
headers:
|
2433
|
+
x-rallyintegrationname:
|
2434
|
+
- RubyRestAPI
|
2435
|
+
x-rallyintegrationlibrary:
|
2436
|
+
- RallyRestAPI version 1.0.3
|
2437
|
+
x-rallyintegrationplatform:
|
2438
|
+
- Ruby 1.9.2
|
2439
|
+
x-rallyintegrationos:
|
2440
|
+
- i686-linux
|
2441
|
+
authorization:
|
2442
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2443
|
+
content-type:
|
2444
|
+
- text/xml
|
2445
|
+
response: !ruby/struct:VCR::Response
|
2446
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2447
|
+
code: 200
|
2448
|
+
message: OK
|
2449
|
+
headers:
|
2450
|
+
date:
|
2451
|
+
- Fri, 11 Nov 2011 02:46:20 GMT
|
2452
|
+
server:
|
2453
|
+
- Jetty(6.1.26)
|
2454
|
+
expires:
|
2455
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2456
|
+
rallyrequestid:
|
2457
|
+
- qd-app-02-trial1tdztmckmo6xk154dtkwr130c2.qd-app-02-trial33207
|
2458
|
+
content-type:
|
2459
|
+
- text/xml; charset=utf-8
|
2460
|
+
set-cookie:
|
2461
|
+
- JSESSIONID=qd-app-02-trial1tdztmckmo6xk154dtkwr130c2.qd-app-02-trial;Path=/slm;Secure
|
2462
|
+
vary:
|
2463
|
+
- Accept-Encoding
|
2464
|
+
p3p:
|
2465
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2466
|
+
cache-control:
|
2467
|
+
- no-cache, private,max-age=0,must-revalidate
|
2468
|
+
transfer-encoding:
|
2469
|
+
- chunked
|
2470
|
+
body: |+
|
2471
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2472
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3582864613" objectVersion="1" refObjectName="Testing" CreatedAt="Jun 7">
|
2473
|
+
<CreationDate>2011-06-07T14:51:19.764Z</CreationDate>
|
2474
|
+
<ObjectID>3582864613</ObjectID>
|
2475
|
+
<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" />
|
2476
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2477
|
+
<Description>Here we go</Description>
|
2478
|
+
<Discussion />
|
2479
|
+
<FormattedID>DE33</FormattedID>
|
2480
|
+
<LastUpdateDate>2011-06-07T14:51:19.838Z</LastUpdateDate>
|
2481
|
+
<Name>Testing</Name>
|
2482
|
+
<Notes />
|
2483
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2484
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3582864614" type="RevisionHistory" />
|
2485
|
+
<Tags />
|
2486
|
+
<AffectsDoc>false</AffectsDoc>
|
2487
|
+
<Attachments />
|
2488
|
+
<Blocked>false</Blocked>
|
2489
|
+
<Duplicates />
|
2490
|
+
<Environment>None</Environment>
|
2491
|
+
<Priority>None</Priority>
|
2492
|
+
<Rank>11920.929</Rank>
|
2493
|
+
<ReleaseNote>false</ReleaseNote>
|
2494
|
+
<Resolution>None</Resolution>
|
2495
|
+
<ScheduleState>Defined</ScheduleState>
|
2496
|
+
<Severity>None</Severity>
|
2497
|
+
<State>Submitted</State>
|
2498
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2499
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2500
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2501
|
+
<Tasks />
|
2502
|
+
</Defect>
|
2503
|
+
|
2504
|
+
http_version: "1.1"
|
2505
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2506
|
+
request: !ruby/struct:VCR::Request
|
2507
|
+
method: :get
|
2508
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/3831635899
|
2509
|
+
body:
|
2510
|
+
headers:
|
2511
|
+
x-rallyintegrationname:
|
2512
|
+
- RubyRestAPI
|
2513
|
+
x-rallyintegrationlibrary:
|
2514
|
+
- RallyRestAPI version 1.0.3
|
2515
|
+
x-rallyintegrationplatform:
|
2516
|
+
- Ruby 1.9.2
|
2517
|
+
x-rallyintegrationos:
|
2518
|
+
- i686-linux
|
2519
|
+
authorization:
|
2520
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2521
|
+
content-type:
|
2522
|
+
- text/xml
|
2523
|
+
response: !ruby/struct:VCR::Response
|
2524
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2525
|
+
code: 200
|
2526
|
+
message: OK
|
2527
|
+
headers:
|
2528
|
+
date:
|
2529
|
+
- Fri, 11 Nov 2011 02:46:21 GMT
|
2530
|
+
server:
|
2531
|
+
- Jetty(6.1.26)
|
2532
|
+
expires:
|
2533
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2534
|
+
rallyrequestid:
|
2535
|
+
- qd-app-02-trialnxocslvvw6hbt2v756gvwsqu.qd-app-02-trial33235
|
2536
|
+
content-type:
|
2537
|
+
- text/xml; charset=utf-8
|
2538
|
+
set-cookie:
|
2539
|
+
- JSESSIONID=qd-app-02-trialnxocslvvw6hbt2v756gvwsqu.qd-app-02-trial;Path=/slm;Secure
|
2540
|
+
vary:
|
2541
|
+
- Accept-Encoding
|
2542
|
+
p3p:
|
2543
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2544
|
+
cache-control:
|
2545
|
+
- no-cache, private,max-age=0,must-revalidate
|
2546
|
+
transfer-encoding:
|
2547
|
+
- chunked
|
2548
|
+
body: |+
|
2549
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2550
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3831635899" objectVersion="1" refObjectName="Testing" CreatedAt="Jul 12">
|
2551
|
+
<CreationDate>2011-07-12T14:43:06.277Z</CreationDate>
|
2552
|
+
<ObjectID>3831635899</ObjectID>
|
2553
|
+
<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" />
|
2554
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2555
|
+
<Description>Here we go</Description>
|
2556
|
+
<Discussion />
|
2557
|
+
<FormattedID>DE34</FormattedID>
|
2558
|
+
<LastUpdateDate>2011-07-12T14:43:06.365Z</LastUpdateDate>
|
2559
|
+
<Name>Testing</Name>
|
2560
|
+
<Notes />
|
2561
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2562
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3831635900" type="RevisionHistory" />
|
2563
|
+
<Tags />
|
2564
|
+
<AffectsDoc>false</AffectsDoc>
|
2565
|
+
<Attachments />
|
2566
|
+
<Blocked>false</Blocked>
|
2567
|
+
<Duplicates />
|
2568
|
+
<Environment>None</Environment>
|
2569
|
+
<Priority>None</Priority>
|
2570
|
+
<Rank>5960.465</Rank>
|
2571
|
+
<ReleaseNote>false</ReleaseNote>
|
2572
|
+
<Resolution>None</Resolution>
|
2573
|
+
<ScheduleState>Defined</ScheduleState>
|
2574
|
+
<Severity>None</Severity>
|
2575
|
+
<State>Submitted</State>
|
2576
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2577
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2578
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2579
|
+
<Tasks />
|
2580
|
+
</Defect>
|
2581
|
+
|
2582
|
+
http_version: "1.1"
|
2583
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2584
|
+
request: !ruby/struct:VCR::Request
|
2585
|
+
method: :get
|
2586
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/3833150881
|
2587
|
+
body:
|
2588
|
+
headers:
|
2589
|
+
x-rallyintegrationname:
|
2590
|
+
- RubyRestAPI
|
2591
|
+
x-rallyintegrationlibrary:
|
2592
|
+
- RallyRestAPI version 1.0.3
|
2593
|
+
x-rallyintegrationplatform:
|
2594
|
+
- Ruby 1.9.2
|
2595
|
+
x-rallyintegrationos:
|
2596
|
+
- i686-linux
|
2597
|
+
authorization:
|
2598
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2599
|
+
content-type:
|
2600
|
+
- text/xml
|
2601
|
+
response: !ruby/struct:VCR::Response
|
2602
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2603
|
+
code: 200
|
2604
|
+
message: OK
|
2605
|
+
headers:
|
2606
|
+
date:
|
2607
|
+
- Fri, 11 Nov 2011 02:46:22 GMT
|
2608
|
+
server:
|
2609
|
+
- Jetty(6.1.26)
|
2610
|
+
expires:
|
2611
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2612
|
+
rallyrequestid:
|
2613
|
+
- qd-app-02-trialdpu8v85uqm09vou0wvm6e89.qd-app-02-trial33270
|
2614
|
+
content-type:
|
2615
|
+
- text/xml; charset=utf-8
|
2616
|
+
set-cookie:
|
2617
|
+
- JSESSIONID=qd-app-02-trialdpu8v85uqm09vou0wvm6e89.qd-app-02-trial;Path=/slm;Secure
|
2618
|
+
vary:
|
2619
|
+
- Accept-Encoding
|
2620
|
+
p3p:
|
2621
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2622
|
+
cache-control:
|
2623
|
+
- no-cache, private,max-age=0,must-revalidate
|
2624
|
+
transfer-encoding:
|
2625
|
+
- chunked
|
2626
|
+
body: |+
|
2627
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2628
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3833150881" objectVersion="1" refObjectName="Testing" CreatedAt="Jul 12">
|
2629
|
+
<CreationDate>2011-07-12T17:23:11.334Z</CreationDate>
|
2630
|
+
<ObjectID>3833150881</ObjectID>
|
2631
|
+
<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" />
|
2632
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2633
|
+
<Description>Here we go</Description>
|
2634
|
+
<Discussion />
|
2635
|
+
<FormattedID>DE35</FormattedID>
|
2636
|
+
<LastUpdateDate>2011-07-12T17:23:11.429Z</LastUpdateDate>
|
2637
|
+
<Name>Testing</Name>
|
2638
|
+
<Notes />
|
2639
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2640
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3833150882" type="RevisionHistory" />
|
2641
|
+
<Tags />
|
2642
|
+
<AffectsDoc>false</AffectsDoc>
|
2643
|
+
<Attachments />
|
2644
|
+
<Blocked>false</Blocked>
|
2645
|
+
<Duplicates />
|
2646
|
+
<Environment>None</Environment>
|
2647
|
+
<Priority>None</Priority>
|
2648
|
+
<Rank>2980.233</Rank>
|
2649
|
+
<ReleaseNote>false</ReleaseNote>
|
2650
|
+
<Resolution>None</Resolution>
|
2651
|
+
<ScheduleState>Defined</ScheduleState>
|
2652
|
+
<Severity>None</Severity>
|
2653
|
+
<State>Submitted</State>
|
2654
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2655
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2656
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2657
|
+
<Tasks />
|
2658
|
+
</Defect>
|
2659
|
+
|
2660
|
+
http_version: "1.1"
|
2661
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2662
|
+
request: !ruby/struct:VCR::Request
|
2663
|
+
method: :get
|
2664
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/3833572773
|
2665
|
+
body:
|
2666
|
+
headers:
|
2667
|
+
x-rallyintegrationname:
|
2668
|
+
- RubyRestAPI
|
2669
|
+
x-rallyintegrationlibrary:
|
2670
|
+
- RallyRestAPI version 1.0.3
|
2671
|
+
x-rallyintegrationplatform:
|
2672
|
+
- Ruby 1.9.2
|
2673
|
+
x-rallyintegrationos:
|
2674
|
+
- i686-linux
|
2675
|
+
authorization:
|
2676
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2677
|
+
content-type:
|
2678
|
+
- text/xml
|
2679
|
+
response: !ruby/struct:VCR::Response
|
2680
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2681
|
+
code: 200
|
2682
|
+
message: OK
|
2683
|
+
headers:
|
2684
|
+
date:
|
2685
|
+
- Fri, 11 Nov 2011 02:46:24 GMT
|
2686
|
+
server:
|
2687
|
+
- Jetty(6.1.26)
|
2688
|
+
expires:
|
2689
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2690
|
+
rallyrequestid:
|
2691
|
+
- qd-app-02-trialn16tegp041v1td756pqu0tyu.qd-app-02-trial33312
|
2692
|
+
content-type:
|
2693
|
+
- text/xml; charset=utf-8
|
2694
|
+
set-cookie:
|
2695
|
+
- JSESSIONID=qd-app-02-trialn16tegp041v1td756pqu0tyu.qd-app-02-trial;Path=/slm;Secure
|
2696
|
+
vary:
|
2697
|
+
- Accept-Encoding
|
2698
|
+
p3p:
|
2699
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2700
|
+
cache-control:
|
2701
|
+
- no-cache, private,max-age=0,must-revalidate
|
2702
|
+
transfer-encoding:
|
2703
|
+
- chunked
|
2704
|
+
body: |+
|
2705
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2706
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/3833572773" objectVersion="1" refObjectName="Testing" CreatedAt="Jul 12">
|
2707
|
+
<CreationDate>2011-07-12T18:25:42.598Z</CreationDate>
|
2708
|
+
<ObjectID>3833572773</ObjectID>
|
2709
|
+
<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" />
|
2710
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2711
|
+
<Description>Here we go</Description>
|
2712
|
+
<Discussion />
|
2713
|
+
<FormattedID>DE36</FormattedID>
|
2714
|
+
<LastUpdateDate>2011-07-12T18:25:42.725Z</LastUpdateDate>
|
2715
|
+
<Name>Testing</Name>
|
2716
|
+
<Notes />
|
2717
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2718
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/3833572774" type="RevisionHistory" />
|
2719
|
+
<Tags />
|
2720
|
+
<AffectsDoc>false</AffectsDoc>
|
2721
|
+
<Attachments />
|
2722
|
+
<Blocked>false</Blocked>
|
2723
|
+
<Duplicates />
|
2724
|
+
<Environment>None</Environment>
|
2725
|
+
<Priority>None</Priority>
|
2726
|
+
<Rank>1490.117</Rank>
|
2727
|
+
<ReleaseNote>false</ReleaseNote>
|
2728
|
+
<Resolution>None</Resolution>
|
2729
|
+
<ScheduleState>Defined</ScheduleState>
|
2730
|
+
<Severity>None</Severity>
|
2731
|
+
<State>Submitted</State>
|
2732
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2733
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2734
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2735
|
+
<Tasks />
|
2736
|
+
</Defect>
|
2737
|
+
|
2738
|
+
http_version: "1.1"
|
2739
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2740
|
+
request: !ruby/struct:VCR::Request
|
2741
|
+
method: :get
|
2742
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/defect/4694941557
|
2743
|
+
body:
|
2744
|
+
headers:
|
2745
|
+
x-rallyintegrationname:
|
2746
|
+
- RubyRestAPI
|
2747
|
+
x-rallyintegrationlibrary:
|
2748
|
+
- RallyRestAPI version 1.0.3
|
2749
|
+
x-rallyintegrationplatform:
|
2750
|
+
- Ruby 1.9.2
|
2751
|
+
x-rallyintegrationos:
|
2752
|
+
- i686-linux
|
2753
|
+
authorization:
|
2754
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
2755
|
+
content-type:
|
2756
|
+
- text/xml
|
2757
|
+
response: !ruby/struct:VCR::Response
|
2758
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2759
|
+
code: 200
|
2760
|
+
message: OK
|
2761
|
+
headers:
|
2762
|
+
date:
|
2763
|
+
- Fri, 11 Nov 2011 02:46:25 GMT
|
2764
|
+
server:
|
2765
|
+
- Jetty(6.1.26)
|
2766
|
+
expires:
|
2767
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
2768
|
+
rallyrequestid:
|
2769
|
+
- qd-app-02-trial1nmyid248kd0xbajo36e6f0pv.qd-app-02-trial33348
|
2770
|
+
content-type:
|
2771
|
+
- text/xml; charset=utf-8
|
2772
|
+
set-cookie:
|
2773
|
+
- JSESSIONID=qd-app-02-trial1nmyid248kd0xbajo36e6f0pv.qd-app-02-trial;Path=/slm;Secure
|
2774
|
+
vary:
|
2775
|
+
- Accept-Encoding
|
2776
|
+
p3p:
|
2777
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
2778
|
+
cache-control:
|
2779
|
+
- no-cache, private,max-age=0,must-revalidate
|
2780
|
+
transfer-encoding:
|
2781
|
+
- chunked
|
2782
|
+
body: |+
|
2783
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2784
|
+
<Defect rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/4694941557" objectVersion="1" refObjectName="Testing" CreatedAt="Nov 8">
|
2785
|
+
<CreationDate>2011-11-08T21:30:32.711Z</CreationDate>
|
2786
|
+
<ObjectID>4694941557</ObjectID>
|
2787
|
+
<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" />
|
2788
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
2789
|
+
<Description>Here we go</Description>
|
2790
|
+
<Discussion />
|
2791
|
+
<FormattedID>DE37</FormattedID>
|
2792
|
+
<LastUpdateDate>2011-11-08T21:30:32.872Z</LastUpdateDate>
|
2793
|
+
<Name>Testing</Name>
|
2794
|
+
<Notes />
|
2795
|
+
<Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
|
2796
|
+
<RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/4694941558" type="RevisionHistory" />
|
2797
|
+
<Tags />
|
2798
|
+
<AffectsDoc>false</AffectsDoc>
|
2799
|
+
<Attachments />
|
2800
|
+
<Blocked>false</Blocked>
|
2801
|
+
<Duplicates />
|
2802
|
+
<Environment>None</Environment>
|
2803
|
+
<Priority>None</Priority>
|
2804
|
+
<Rank>745.059</Rank>
|
2805
|
+
<ReleaseNote>false</ReleaseNote>
|
2806
|
+
<Resolution>None</Resolution>
|
2807
|
+
<ScheduleState>Defined</ScheduleState>
|
2808
|
+
<Severity>None</Severity>
|
2809
|
+
<State>Submitted</State>
|
2810
|
+
<TaskActualTotal>0.0</TaskActualTotal>
|
2811
|
+
<TaskEstimateTotal>0.0</TaskEstimateTotal>
|
2812
|
+
<TaskRemainingTotal>0.0</TaskRemainingTotal>
|
2813
|
+
<Tasks />
|
2814
|
+
</Defect>
|
2815
|
+
|
2816
|
+
http_version: "1.1"
|