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,715 @@
|
|
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
|
+
- Mon, 14 Nov 2011 21:51:40 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-trial1raq0o7bie1g0p4j2pg4ssjya.qd-app-02-trial4496822
|
33
|
+
content-type:
|
34
|
+
- text/xml; charset=utf-8
|
35
|
+
set-cookie:
|
36
|
+
- JSESSIONID=qd-app-02-trial1raq0o7bie1g0p4j2pg4ssjya.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/ConversationPost?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
|
+
- Mon, 14 Nov 2011 21:51:40 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-trial4yak1w5y9zo81tgb34kfsbczf.qd-app-02-trial4496852
|
111
|
+
content-type:
|
112
|
+
- text/xml; charset=utf-8
|
113
|
+
set-cookie:
|
114
|
+
- JSESSIONID=qd-app-02-trial4yak1w5y9zo81tgb34kfsbczf.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>10</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/conversationpost/2988718166" type="ConversationPost" />
|
133
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988719307" type="ConversationPost" />
|
134
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260871" type="ConversationPost" />
|
135
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260903" type="ConversationPost" />
|
136
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990261411" type="ConversationPost" />
|
137
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3583018832" type="ConversationPost" />
|
138
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3831634988" type="ConversationPost" />
|
139
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833149838" type="ConversationPost" />
|
140
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833629743" type="ConversationPost" />
|
141
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/4695859352" type="ConversationPost" />
|
142
|
+
</Results>
|
143
|
+
</QueryResult>
|
144
|
+
|
145
|
+
http_version: "1.1"
|
146
|
+
- !ruby/struct:VCR::HTTPInteraction
|
147
|
+
request: !ruby/struct:VCR::Request
|
148
|
+
method: :get
|
149
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2988718166
|
150
|
+
body:
|
151
|
+
headers:
|
152
|
+
x-rallyintegrationname:
|
153
|
+
- RubyRestAPI
|
154
|
+
x-rallyintegrationlibrary:
|
155
|
+
- RallyRestAPI version 1.0.3
|
156
|
+
x-rallyintegrationplatform:
|
157
|
+
- Ruby 1.9.2
|
158
|
+
x-rallyintegrationos:
|
159
|
+
- i686-linux
|
160
|
+
authorization:
|
161
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
162
|
+
content-type:
|
163
|
+
- text/xml
|
164
|
+
response: !ruby/struct:VCR::Response
|
165
|
+
status: !ruby/struct:VCR::ResponseStatus
|
166
|
+
code: 200
|
167
|
+
message: OK
|
168
|
+
headers:
|
169
|
+
date:
|
170
|
+
- Mon, 14 Nov 2011 21:51:42 GMT
|
171
|
+
server:
|
172
|
+
- Jetty(6.1.26)
|
173
|
+
expires:
|
174
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
175
|
+
rallyrequestid:
|
176
|
+
- qd-app-02-trial1uel0gds8tymfw4useskw3kpz.qd-app-02-trial4496880
|
177
|
+
content-type:
|
178
|
+
- text/xml; charset=utf-8
|
179
|
+
set-cookie:
|
180
|
+
- JSESSIONID=qd-app-02-trial1uel0gds8tymfw4useskw3kpz.qd-app-02-trial;Path=/slm;Secure
|
181
|
+
vary:
|
182
|
+
- Accept-Encoding
|
183
|
+
p3p:
|
184
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
185
|
+
cache-control:
|
186
|
+
- no-cache, private,max-age=0,must-revalidate
|
187
|
+
transfer-encoding:
|
188
|
+
- chunked
|
189
|
+
body: |+
|
190
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
191
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988718166" objectVersion="1" CreatedAt="Mar 5">
|
192
|
+
<CreationDate>2011-03-05T17:27:14.475Z</CreationDate>
|
193
|
+
<ObjectID>2988718166</ObjectID>
|
194
|
+
<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" />
|
195
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
196
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
|
197
|
+
<PostNumber>0</PostNumber>
|
198
|
+
<Text>What about something more descriptive for the subject?&nbsp; <span style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 12px; ">'Go on Safari, have a chance to see lions, zebras and elephants!'</span></Text>
|
199
|
+
<UserName>sfw@simeonfosterwillbanks.com</UserName>
|
200
|
+
</ConversationPost>
|
201
|
+
|
202
|
+
http_version: "1.1"
|
203
|
+
- !ruby/struct:VCR::HTTPInteraction
|
204
|
+
request: !ruby/struct:VCR::Request
|
205
|
+
method: :get
|
206
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2988719307
|
207
|
+
body:
|
208
|
+
headers:
|
209
|
+
x-rallyintegrationname:
|
210
|
+
- RubyRestAPI
|
211
|
+
x-rallyintegrationlibrary:
|
212
|
+
- RallyRestAPI version 1.0.3
|
213
|
+
x-rallyintegrationplatform:
|
214
|
+
- Ruby 1.9.2
|
215
|
+
x-rallyintegrationos:
|
216
|
+
- i686-linux
|
217
|
+
authorization:
|
218
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
219
|
+
content-type:
|
220
|
+
- text/xml
|
221
|
+
response: !ruby/struct:VCR::Response
|
222
|
+
status: !ruby/struct:VCR::ResponseStatus
|
223
|
+
code: 200
|
224
|
+
message: OK
|
225
|
+
headers:
|
226
|
+
date:
|
227
|
+
- Mon, 14 Nov 2011 21:51:42 GMT
|
228
|
+
server:
|
229
|
+
- Jetty(6.1.26)
|
230
|
+
expires:
|
231
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
232
|
+
rallyrequestid:
|
233
|
+
- qd-app-02-triald9vy7o4374yubspjkdlhimds.qd-app-02-trial4496897
|
234
|
+
content-type:
|
235
|
+
- text/xml; charset=utf-8
|
236
|
+
set-cookie:
|
237
|
+
- JSESSIONID=qd-app-02-triald9vy7o4374yubspjkdlhimds.qd-app-02-trial;Path=/slm;Secure
|
238
|
+
vary:
|
239
|
+
- Accept-Encoding
|
240
|
+
p3p:
|
241
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
242
|
+
cache-control:
|
243
|
+
- no-cache, private,max-age=0,must-revalidate
|
244
|
+
transfer-encoding:
|
245
|
+
- chunked
|
246
|
+
body: |+
|
247
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
248
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988719307" objectVersion="1" CreatedAt="Mar 5">
|
249
|
+
<CreationDate>2011-03-05T17:37:54.268Z</CreationDate>
|
250
|
+
<ObjectID>2988719307</ObjectID>
|
251
|
+
<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" />
|
252
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
253
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
|
254
|
+
<PostNumber>1</PostNumber>
|
255
|
+
<Text>Hmm, I like the idea, but the grammatical structure is strange. How about, <b>"Our awesome safari exposes you to lions, zebras and elephants!"</b></Text>
|
256
|
+
<UserName>sfw@simeonfosterwillbanks.com</UserName>
|
257
|
+
</ConversationPost>
|
258
|
+
|
259
|
+
http_version: "1.1"
|
260
|
+
- !ruby/struct:VCR::HTTPInteraction
|
261
|
+
request: !ruby/struct:VCR::Request
|
262
|
+
method: :get
|
263
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2990260871
|
264
|
+
body:
|
265
|
+
headers:
|
266
|
+
x-rallyintegrationname:
|
267
|
+
- RubyRestAPI
|
268
|
+
x-rallyintegrationlibrary:
|
269
|
+
- RallyRestAPI version 1.0.3
|
270
|
+
x-rallyintegrationplatform:
|
271
|
+
- Ruby 1.9.2
|
272
|
+
x-rallyintegrationos:
|
273
|
+
- i686-linux
|
274
|
+
authorization:
|
275
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
276
|
+
content-type:
|
277
|
+
- text/xml
|
278
|
+
response: !ruby/struct:VCR::Response
|
279
|
+
status: !ruby/struct:VCR::ResponseStatus
|
280
|
+
code: 200
|
281
|
+
message: OK
|
282
|
+
headers:
|
283
|
+
date:
|
284
|
+
- Mon, 14 Nov 2011 21:51:43 GMT
|
285
|
+
server:
|
286
|
+
- Jetty(6.1.26)
|
287
|
+
expires:
|
288
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
289
|
+
rallyrequestid:
|
290
|
+
- qd-app-02-trialk2zqcmknxy1y10nr55db7g2yz.qd-app-02-trial4496917
|
291
|
+
content-type:
|
292
|
+
- text/xml; charset=utf-8
|
293
|
+
set-cookie:
|
294
|
+
- JSESSIONID=qd-app-02-trialk2zqcmknxy1y10nr55db7g2yz.qd-app-02-trial;Path=/slm;Secure
|
295
|
+
vary:
|
296
|
+
- Accept-Encoding
|
297
|
+
p3p:
|
298
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
299
|
+
cache-control:
|
300
|
+
- no-cache, private,max-age=0,must-revalidate
|
301
|
+
transfer-encoding:
|
302
|
+
- chunked
|
303
|
+
body: |+
|
304
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
305
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260871" objectVersion="1" CreatedAt="Mar 5">
|
306
|
+
<CreationDate>2011-03-05T22:39:12.228Z</CreationDate>
|
307
|
+
<ObjectID>2990260871</ObjectID>
|
308
|
+
<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" />
|
309
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
310
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
|
311
|
+
<PostNumber>2</PostNumber>
|
312
|
+
<Text>hello there boys and girls</Text>
|
313
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
314
|
+
</ConversationPost>
|
315
|
+
|
316
|
+
http_version: "1.1"
|
317
|
+
- !ruby/struct:VCR::HTTPInteraction
|
318
|
+
request: !ruby/struct:VCR::Request
|
319
|
+
method: :get
|
320
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2990260903
|
321
|
+
body:
|
322
|
+
headers:
|
323
|
+
x-rallyintegrationname:
|
324
|
+
- RubyRestAPI
|
325
|
+
x-rallyintegrationlibrary:
|
326
|
+
- RallyRestAPI version 1.0.3
|
327
|
+
x-rallyintegrationplatform:
|
328
|
+
- Ruby 1.9.2
|
329
|
+
x-rallyintegrationos:
|
330
|
+
- i686-linux
|
331
|
+
authorization:
|
332
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
333
|
+
content-type:
|
334
|
+
- text/xml
|
335
|
+
response: !ruby/struct:VCR::Response
|
336
|
+
status: !ruby/struct:VCR::ResponseStatus
|
337
|
+
code: 200
|
338
|
+
message: OK
|
339
|
+
headers:
|
340
|
+
date:
|
341
|
+
- Mon, 14 Nov 2011 21:51:44 GMT
|
342
|
+
server:
|
343
|
+
- Jetty(6.1.26)
|
344
|
+
expires:
|
345
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
346
|
+
rallyrequestid:
|
347
|
+
- qd-app-02-trial1eib75uu3tcbg1h3f5o3vlguuw.qd-app-02-trial4496929
|
348
|
+
content-type:
|
349
|
+
- text/xml; charset=utf-8
|
350
|
+
set-cookie:
|
351
|
+
- JSESSIONID=qd-app-02-trial1eib75uu3tcbg1h3f5o3vlguuw.qd-app-02-trial;Path=/slm;Secure
|
352
|
+
vary:
|
353
|
+
- Accept-Encoding
|
354
|
+
p3p:
|
355
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
356
|
+
cache-control:
|
357
|
+
- no-cache, private,max-age=0,must-revalidate
|
358
|
+
transfer-encoding:
|
359
|
+
- chunked
|
360
|
+
body: |+
|
361
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
362
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260903" objectVersion="1" CreatedAt="Mar 5">
|
363
|
+
<CreationDate>2011-03-05T22:40:07.454Z</CreationDate>
|
364
|
+
<ObjectID>2990260903</ObjectID>
|
365
|
+
<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" />
|
366
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
367
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
|
368
|
+
<PostNumber>3</PostNumber>
|
369
|
+
<Text>hello there boys and girls</Text>
|
370
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
371
|
+
</ConversationPost>
|
372
|
+
|
373
|
+
http_version: "1.1"
|
374
|
+
- !ruby/struct:VCR::HTTPInteraction
|
375
|
+
request: !ruby/struct:VCR::Request
|
376
|
+
method: :get
|
377
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2990261411
|
378
|
+
body:
|
379
|
+
headers:
|
380
|
+
x-rallyintegrationname:
|
381
|
+
- RubyRestAPI
|
382
|
+
x-rallyintegrationlibrary:
|
383
|
+
- RallyRestAPI version 1.0.3
|
384
|
+
x-rallyintegrationplatform:
|
385
|
+
- Ruby 1.9.2
|
386
|
+
x-rallyintegrationos:
|
387
|
+
- i686-linux
|
388
|
+
authorization:
|
389
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
390
|
+
content-type:
|
391
|
+
- text/xml
|
392
|
+
response: !ruby/struct:VCR::Response
|
393
|
+
status: !ruby/struct:VCR::ResponseStatus
|
394
|
+
code: 200
|
395
|
+
message: OK
|
396
|
+
headers:
|
397
|
+
date:
|
398
|
+
- Mon, 14 Nov 2011 21:51:45 GMT
|
399
|
+
server:
|
400
|
+
- Jetty(6.1.26)
|
401
|
+
expires:
|
402
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
403
|
+
rallyrequestid:
|
404
|
+
- qd-app-02-trial1jiwzr9jwxztjeb4q1ajdjhxl.qd-app-02-trial4496965
|
405
|
+
content-type:
|
406
|
+
- text/xml; charset=utf-8
|
407
|
+
set-cookie:
|
408
|
+
- JSESSIONID=qd-app-02-trial1jiwzr9jwxztjeb4q1ajdjhxl.qd-app-02-trial;Path=/slm;Secure
|
409
|
+
vary:
|
410
|
+
- Accept-Encoding
|
411
|
+
p3p:
|
412
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
413
|
+
cache-control:
|
414
|
+
- no-cache, private,max-age=0,must-revalidate
|
415
|
+
transfer-encoding:
|
416
|
+
- chunked
|
417
|
+
body: |+
|
418
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
419
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990261411" objectVersion="1" CreatedAt="Mar 5">
|
420
|
+
<CreationDate>2011-03-05T22:45:00.587Z</CreationDate>
|
421
|
+
<ObjectID>2990261411</ObjectID>
|
422
|
+
<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" />
|
423
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
424
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
425
|
+
<PostNumber>0</PostNumber>
|
426
|
+
<Text>Pictures will be available for purchase!</Text>
|
427
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
428
|
+
</ConversationPost>
|
429
|
+
|
430
|
+
http_version: "1.1"
|
431
|
+
- !ruby/struct:VCR::HTTPInteraction
|
432
|
+
request: !ruby/struct:VCR::Request
|
433
|
+
method: :get
|
434
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/3583018832
|
435
|
+
body:
|
436
|
+
headers:
|
437
|
+
x-rallyintegrationname:
|
438
|
+
- RubyRestAPI
|
439
|
+
x-rallyintegrationlibrary:
|
440
|
+
- RallyRestAPI version 1.0.3
|
441
|
+
x-rallyintegrationplatform:
|
442
|
+
- Ruby 1.9.2
|
443
|
+
x-rallyintegrationos:
|
444
|
+
- i686-linux
|
445
|
+
authorization:
|
446
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
447
|
+
content-type:
|
448
|
+
- text/xml
|
449
|
+
response: !ruby/struct:VCR::Response
|
450
|
+
status: !ruby/struct:VCR::ResponseStatus
|
451
|
+
code: 200
|
452
|
+
message: OK
|
453
|
+
headers:
|
454
|
+
date:
|
455
|
+
- Mon, 14 Nov 2011 21:51:46 GMT
|
456
|
+
server:
|
457
|
+
- Jetty(6.1.26)
|
458
|
+
expires:
|
459
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
460
|
+
rallyrequestid:
|
461
|
+
- qd-app-02-trial4jjbexa3pyiiszj3b4lgfh5y.qd-app-02-trial4497015
|
462
|
+
content-type:
|
463
|
+
- text/xml; charset=utf-8
|
464
|
+
set-cookie:
|
465
|
+
- JSESSIONID=qd-app-02-trial4jjbexa3pyiiszj3b4lgfh5y.qd-app-02-trial;Path=/slm;Secure
|
466
|
+
vary:
|
467
|
+
- Accept-Encoding
|
468
|
+
p3p:
|
469
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
470
|
+
cache-control:
|
471
|
+
- no-cache, private,max-age=0,must-revalidate
|
472
|
+
transfer-encoding:
|
473
|
+
- chunked
|
474
|
+
body: |+
|
475
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
476
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3583018832" objectVersion="1" CreatedAt="Jun 7">
|
477
|
+
<CreationDate>2011-06-07T15:05:22.997Z</CreationDate>
|
478
|
+
<ObjectID>3583018832</ObjectID>
|
479
|
+
<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" />
|
480
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
481
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
482
|
+
<PostNumber>1</PostNumber>
|
483
|
+
<Text>Pictures will be available for purchase!</Text>
|
484
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
485
|
+
</ConversationPost>
|
486
|
+
|
487
|
+
http_version: "1.1"
|
488
|
+
- !ruby/struct:VCR::HTTPInteraction
|
489
|
+
request: !ruby/struct:VCR::Request
|
490
|
+
method: :get
|
491
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/3831634988
|
492
|
+
body:
|
493
|
+
headers:
|
494
|
+
x-rallyintegrationname:
|
495
|
+
- RubyRestAPI
|
496
|
+
x-rallyintegrationlibrary:
|
497
|
+
- RallyRestAPI version 1.0.3
|
498
|
+
x-rallyintegrationplatform:
|
499
|
+
- Ruby 1.9.2
|
500
|
+
x-rallyintegrationos:
|
501
|
+
- i686-linux
|
502
|
+
authorization:
|
503
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
504
|
+
content-type:
|
505
|
+
- text/xml
|
506
|
+
response: !ruby/struct:VCR::Response
|
507
|
+
status: !ruby/struct:VCR::ResponseStatus
|
508
|
+
code: 200
|
509
|
+
message: OK
|
510
|
+
headers:
|
511
|
+
date:
|
512
|
+
- Mon, 14 Nov 2011 21:51:46 GMT
|
513
|
+
server:
|
514
|
+
- Jetty(6.1.26)
|
515
|
+
expires:
|
516
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
517
|
+
rallyrequestid:
|
518
|
+
- qd-app-02-trial1dr28b1tculn4ip46gkhzjou2.qd-app-02-trial4497055
|
519
|
+
content-type:
|
520
|
+
- text/xml; charset=utf-8
|
521
|
+
set-cookie:
|
522
|
+
- JSESSIONID=qd-app-02-trial1dr28b1tculn4ip46gkhzjou2.qd-app-02-trial;Path=/slm;Secure
|
523
|
+
vary:
|
524
|
+
- Accept-Encoding
|
525
|
+
p3p:
|
526
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
527
|
+
cache-control:
|
528
|
+
- no-cache, private,max-age=0,must-revalidate
|
529
|
+
transfer-encoding:
|
530
|
+
- chunked
|
531
|
+
body: |+
|
532
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
533
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3831634988" objectVersion="1" CreatedAt="Jul 12">
|
534
|
+
<CreationDate>2011-07-12T14:40:36.889Z</CreationDate>
|
535
|
+
<ObjectID>3831634988</ObjectID>
|
536
|
+
<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" />
|
537
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
538
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
539
|
+
<PostNumber>2</PostNumber>
|
540
|
+
<Text>Pictures will be available for purchase!</Text>
|
541
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
542
|
+
</ConversationPost>
|
543
|
+
|
544
|
+
http_version: "1.1"
|
545
|
+
- !ruby/struct:VCR::HTTPInteraction
|
546
|
+
request: !ruby/struct:VCR::Request
|
547
|
+
method: :get
|
548
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/3833149838
|
549
|
+
body:
|
550
|
+
headers:
|
551
|
+
x-rallyintegrationname:
|
552
|
+
- RubyRestAPI
|
553
|
+
x-rallyintegrationlibrary:
|
554
|
+
- RallyRestAPI version 1.0.3
|
555
|
+
x-rallyintegrationplatform:
|
556
|
+
- Ruby 1.9.2
|
557
|
+
x-rallyintegrationos:
|
558
|
+
- i686-linux
|
559
|
+
authorization:
|
560
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
561
|
+
content-type:
|
562
|
+
- text/xml
|
563
|
+
response: !ruby/struct:VCR::Response
|
564
|
+
status: !ruby/struct:VCR::ResponseStatus
|
565
|
+
code: 200
|
566
|
+
message: OK
|
567
|
+
headers:
|
568
|
+
date:
|
569
|
+
- Mon, 14 Nov 2011 21:51:47 GMT
|
570
|
+
server:
|
571
|
+
- Jetty(6.1.26)
|
572
|
+
expires:
|
573
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
574
|
+
rallyrequestid:
|
575
|
+
- qd-app-02-trial14exllqr054bn1kmyailc0cobs.qd-app-02-trial4497099
|
576
|
+
content-type:
|
577
|
+
- text/xml; charset=utf-8
|
578
|
+
set-cookie:
|
579
|
+
- JSESSIONID=qd-app-02-trial14exllqr054bn1kmyailc0cobs.qd-app-02-trial;Path=/slm;Secure
|
580
|
+
vary:
|
581
|
+
- Accept-Encoding
|
582
|
+
p3p:
|
583
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
584
|
+
cache-control:
|
585
|
+
- no-cache, private,max-age=0,must-revalidate
|
586
|
+
transfer-encoding:
|
587
|
+
- chunked
|
588
|
+
body: |+
|
589
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
590
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833149838" objectVersion="1" CreatedAt="Jul 12">
|
591
|
+
<CreationDate>2011-07-12T17:20:30.746Z</CreationDate>
|
592
|
+
<ObjectID>3833149838</ObjectID>
|
593
|
+
<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" />
|
594
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
595
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
596
|
+
<PostNumber>3</PostNumber>
|
597
|
+
<Text>Pictures will be available for purchase!</Text>
|
598
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
599
|
+
</ConversationPost>
|
600
|
+
|
601
|
+
http_version: "1.1"
|
602
|
+
- !ruby/struct:VCR::HTTPInteraction
|
603
|
+
request: !ruby/struct:VCR::Request
|
604
|
+
method: :get
|
605
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/3833629743
|
606
|
+
body:
|
607
|
+
headers:
|
608
|
+
x-rallyintegrationname:
|
609
|
+
- RubyRestAPI
|
610
|
+
x-rallyintegrationlibrary:
|
611
|
+
- RallyRestAPI version 1.0.3
|
612
|
+
x-rallyintegrationplatform:
|
613
|
+
- Ruby 1.9.2
|
614
|
+
x-rallyintegrationos:
|
615
|
+
- i686-linux
|
616
|
+
authorization:
|
617
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
618
|
+
content-type:
|
619
|
+
- text/xml
|
620
|
+
response: !ruby/struct:VCR::Response
|
621
|
+
status: !ruby/struct:VCR::ResponseStatus
|
622
|
+
code: 200
|
623
|
+
message: OK
|
624
|
+
headers:
|
625
|
+
date:
|
626
|
+
- Mon, 14 Nov 2011 21:51:48 GMT
|
627
|
+
server:
|
628
|
+
- Jetty(6.1.26)
|
629
|
+
expires:
|
630
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
631
|
+
rallyrequestid:
|
632
|
+
- qd-app-02-trialu60zzct5ycopm2mwekt57v3j.qd-app-02-trial4497133
|
633
|
+
content-type:
|
634
|
+
- text/xml; charset=utf-8
|
635
|
+
set-cookie:
|
636
|
+
- JSESSIONID=qd-app-02-trialu60zzct5ycopm2mwekt57v3j.qd-app-02-trial;Path=/slm;Secure
|
637
|
+
vary:
|
638
|
+
- Accept-Encoding
|
639
|
+
p3p:
|
640
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
641
|
+
cache-control:
|
642
|
+
- no-cache, private,max-age=0,must-revalidate
|
643
|
+
transfer-encoding:
|
644
|
+
- chunked
|
645
|
+
body: |+
|
646
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
647
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833629743" objectVersion="1" CreatedAt="Jul 12">
|
648
|
+
<CreationDate>2011-07-12T18:23:05.123Z</CreationDate>
|
649
|
+
<ObjectID>3833629743</ObjectID>
|
650
|
+
<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" />
|
651
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
652
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
653
|
+
<PostNumber>4</PostNumber>
|
654
|
+
<Text>Pictures will be available for purchase!</Text>
|
655
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
656
|
+
</ConversationPost>
|
657
|
+
|
658
|
+
http_version: "1.1"
|
659
|
+
- !ruby/struct:VCR::HTTPInteraction
|
660
|
+
request: !ruby/struct:VCR::Request
|
661
|
+
method: :get
|
662
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/4695859352
|
663
|
+
body:
|
664
|
+
headers:
|
665
|
+
x-rallyintegrationname:
|
666
|
+
- RubyRestAPI
|
667
|
+
x-rallyintegrationlibrary:
|
668
|
+
- RallyRestAPI version 1.0.3
|
669
|
+
x-rallyintegrationplatform:
|
670
|
+
- Ruby 1.9.2
|
671
|
+
x-rallyintegrationos:
|
672
|
+
- i686-linux
|
673
|
+
authorization:
|
674
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
675
|
+
content-type:
|
676
|
+
- text/xml
|
677
|
+
response: !ruby/struct:VCR::Response
|
678
|
+
status: !ruby/struct:VCR::ResponseStatus
|
679
|
+
code: 200
|
680
|
+
message: OK
|
681
|
+
headers:
|
682
|
+
date:
|
683
|
+
- Mon, 14 Nov 2011 21:51:48 GMT
|
684
|
+
server:
|
685
|
+
- Jetty(6.1.26)
|
686
|
+
expires:
|
687
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
688
|
+
rallyrequestid:
|
689
|
+
- qd-app-02-trial1wilsags8v7mb9sesd09rv7v.qd-app-02-trial4497167
|
690
|
+
content-type:
|
691
|
+
- text/xml; charset=utf-8
|
692
|
+
set-cookie:
|
693
|
+
- JSESSIONID=qd-app-02-trial1wilsags8v7mb9sesd09rv7v.qd-app-02-trial;Path=/slm;Secure
|
694
|
+
vary:
|
695
|
+
- Accept-Encoding
|
696
|
+
p3p:
|
697
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
698
|
+
cache-control:
|
699
|
+
- no-cache, private,max-age=0,must-revalidate
|
700
|
+
transfer-encoding:
|
701
|
+
- chunked
|
702
|
+
body: |+
|
703
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
704
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/4695859352" objectVersion="1" CreatedAt="Nov 8">
|
705
|
+
<CreationDate>2011-11-08T21:37:32.527Z</CreationDate>
|
706
|
+
<ObjectID>4695859352</ObjectID>
|
707
|
+
<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" />
|
708
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
709
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
710
|
+
<PostNumber>5</PostNumber>
|
711
|
+
<Text>Pictures will be available for purchase!</Text>
|
712
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
713
|
+
</ConversationPost>
|
714
|
+
|
715
|
+
http_version: "1.1"
|