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,1429 @@
|
|
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/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 22:04:31 GMT
|
27
|
+
server:
|
28
|
+
- Jetty(6.1.26)
|
29
|
+
expires:
|
30
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
31
|
+
rallyrequestid:
|
32
|
+
- qd-app-03-trialgbi6oqd3no2q1szyor6t6jbyn.qd-app-03-trial4549369
|
33
|
+
content-type:
|
34
|
+
- text/xml; charset=utf-8
|
35
|
+
set-cookie:
|
36
|
+
- JSESSIONID=qd-app-03-trialgbi6oqd3no2q1szyor6t6jbyn.qd-app-03-trial;Path=/slm;Secure
|
37
|
+
vary:
|
38
|
+
- Accept-Encoding
|
39
|
+
p3p:
|
40
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
41
|
+
cache-control:
|
42
|
+
- no-cache, private,max-age=0,must-revalidate
|
43
|
+
transfer-encoding:
|
44
|
+
- chunked
|
45
|
+
body: |+
|
46
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
47
|
+
<QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
|
48
|
+
<Errors />
|
49
|
+
<Warnings />
|
50
|
+
<TotalResultCount>1</TotalResultCount>
|
51
|
+
<StartIndex>1</StartIndex>
|
52
|
+
<PageSize>20</PageSize>
|
53
|
+
<Results>
|
54
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" objectVersion="1" refObjectName="Sample Project" CreatedAt="Jan 18" type="Project">
|
55
|
+
<CreationDate>2011-01-18T15:40:28.807Z</CreationDate>
|
56
|
+
<ObjectID>2712835688</ObjectID>
|
57
|
+
<Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
|
58
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
59
|
+
<BuildDefinitions>
|
60
|
+
<BuildDefinition rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/builddefinition/2712835693" refObjectName="Default Build Definition" type="BuildDefinition" />
|
61
|
+
</BuildDefinitions>
|
62
|
+
<Children />
|
63
|
+
<Description />
|
64
|
+
<Iterations>
|
65
|
+
<Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836040" refObjectName="1 - Browse and Book" type="Iteration" />
|
66
|
+
<Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836046" refObjectName="3 - After Safari" type="Iteration" />
|
67
|
+
<Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836043" refObjectName="2 - Streamline Operations" type="Iteration" />
|
68
|
+
</Iterations>
|
69
|
+
<Name>Sample Project</Name>
|
70
|
+
<Notes />
|
71
|
+
<Owner>sfw@simeonfosterwillbanks.com</Owner>
|
72
|
+
<Releases />
|
73
|
+
<State>Open</State>
|
74
|
+
<Users />
|
75
|
+
</Object>
|
76
|
+
</Results>
|
77
|
+
</QueryResult>
|
78
|
+
|
79
|
+
http_version: "1.1"
|
80
|
+
- !ruby/struct:VCR::HTTPInteraction
|
81
|
+
request: !ruby/struct:VCR::Request
|
82
|
+
method: :get
|
83
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com/slm/webservice/current/Project?query=(ObjectID%20=%202712835688)&fetch=true
|
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 22:04:32 GMT
|
105
|
+
server:
|
106
|
+
- Jetty(6.1.26)
|
107
|
+
expires:
|
108
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
109
|
+
rallyrequestid:
|
110
|
+
- qd-app-03-trialztv0dhslt4qemx8odyvh9ost.qd-app-03-trial4549409
|
111
|
+
content-type:
|
112
|
+
- text/xml; charset=utf-8
|
113
|
+
set-cookie:
|
114
|
+
- JSESSIONID=qd-app-03-trialztv0dhslt4qemx8odyvh9ost.qd-app-03-trial;Path=/slm;Secure
|
115
|
+
vary:
|
116
|
+
- Accept-Encoding
|
117
|
+
p3p:
|
118
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
119
|
+
cache-control:
|
120
|
+
- no-cache, private,max-age=0,must-revalidate
|
121
|
+
transfer-encoding:
|
122
|
+
- chunked
|
123
|
+
body: |+
|
124
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
125
|
+
<QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
|
126
|
+
<Errors />
|
127
|
+
<Warnings />
|
128
|
+
<TotalResultCount>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 22:04:33 GMT
|
171
|
+
server:
|
172
|
+
- Jetty(6.1.26)
|
173
|
+
expires:
|
174
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
175
|
+
rallyrequestid:
|
176
|
+
- qd-app-03-trial170pr9hcg7ix41i4ig2vzq9czm.qd-app-03-trial4549449
|
177
|
+
content-type:
|
178
|
+
- text/xml; charset=utf-8
|
179
|
+
set-cookie:
|
180
|
+
- JSESSIONID=qd-app-03-trial170pr9hcg7ix41i4ig2vzq9czm.qd-app-03-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 22:04:33 GMT
|
228
|
+
server:
|
229
|
+
- Jetty(6.1.26)
|
230
|
+
expires:
|
231
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
232
|
+
rallyrequestid:
|
233
|
+
- qd-app-03-trial1ja77q61ju1fg1j7tniywcm3c7.qd-app-03-trial4549467
|
234
|
+
content-type:
|
235
|
+
- text/xml; charset=utf-8
|
236
|
+
set-cookie:
|
237
|
+
- JSESSIONID=qd-app-03-trial1ja77q61ju1fg1j7tniywcm3c7.qd-app-03-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 22:04:34 GMT
|
285
|
+
server:
|
286
|
+
- Jetty(6.1.26)
|
287
|
+
expires:
|
288
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
289
|
+
rallyrequestid:
|
290
|
+
- qd-app-03-trial1ohjwjat9mxna1qz6f8z0bezpu.qd-app-03-trial4549501
|
291
|
+
content-type:
|
292
|
+
- text/xml; charset=utf-8
|
293
|
+
set-cookie:
|
294
|
+
- JSESSIONID=qd-app-03-trial1ohjwjat9mxna1qz6f8z0bezpu.qd-app-03-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 22:04:35 GMT
|
342
|
+
server:
|
343
|
+
- Jetty(6.1.26)
|
344
|
+
expires:
|
345
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
346
|
+
rallyrequestid:
|
347
|
+
- qd-app-03-trial14ygpzd3peyum1f8ujfdw6dzgu.qd-app-03-trial4549535
|
348
|
+
content-type:
|
349
|
+
- text/xml; charset=utf-8
|
350
|
+
set-cookie:
|
351
|
+
- JSESSIONID=qd-app-03-trial14ygpzd3peyum1f8ujfdw6dzgu.qd-app-03-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 22:04:36 GMT
|
399
|
+
server:
|
400
|
+
- Jetty(6.1.26)
|
401
|
+
expires:
|
402
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
403
|
+
rallyrequestid:
|
404
|
+
- qd-app-03-trial1qw54eq10k8yo1fxz5g61t7ibq.qd-app-03-trial4549569
|
405
|
+
content-type:
|
406
|
+
- text/xml; charset=utf-8
|
407
|
+
set-cookie:
|
408
|
+
- JSESSIONID=qd-app-03-trial1qw54eq10k8yo1fxz5g61t7ibq.qd-app-03-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 22:04:36 GMT
|
456
|
+
server:
|
457
|
+
- Jetty(6.1.26)
|
458
|
+
expires:
|
459
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
460
|
+
rallyrequestid:
|
461
|
+
- qd-app-03-trialtc6dqt615gab1kq25q3j7woh5.qd-app-03-trial4549600
|
462
|
+
content-type:
|
463
|
+
- text/xml; charset=utf-8
|
464
|
+
set-cookie:
|
465
|
+
- JSESSIONID=qd-app-03-trialtc6dqt615gab1kq25q3j7woh5.qd-app-03-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 22:04:37 GMT
|
513
|
+
server:
|
514
|
+
- Jetty(6.1.26)
|
515
|
+
expires:
|
516
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
517
|
+
rallyrequestid:
|
518
|
+
- qd-app-03-trial5ucq6f65q8gkcvkzxoeadovl.qd-app-03-trial4549635
|
519
|
+
content-type:
|
520
|
+
- text/xml; charset=utf-8
|
521
|
+
set-cookie:
|
522
|
+
- JSESSIONID=qd-app-03-trial5ucq6f65q8gkcvkzxoeadovl.qd-app-03-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 22:04:38 GMT
|
570
|
+
server:
|
571
|
+
- Jetty(6.1.26)
|
572
|
+
expires:
|
573
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
574
|
+
rallyrequestid:
|
575
|
+
- qd-app-03-trial1ig2fq10aow6s1mrghfyjiwk6k.qd-app-03-trial4549670
|
576
|
+
content-type:
|
577
|
+
- text/xml; charset=utf-8
|
578
|
+
set-cookie:
|
579
|
+
- JSESSIONID=qd-app-03-trial1ig2fq10aow6s1mrghfyjiwk6k.qd-app-03-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 22:04:39 GMT
|
627
|
+
server:
|
628
|
+
- Jetty(6.1.26)
|
629
|
+
expires:
|
630
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
631
|
+
rallyrequestid:
|
632
|
+
- qd-app-03-trialj7cqapuggtj710790xj1st8kn.qd-app-03-trial4549701
|
633
|
+
content-type:
|
634
|
+
- text/xml; charset=utf-8
|
635
|
+
set-cookie:
|
636
|
+
- JSESSIONID=qd-app-03-trialj7cqapuggtj710790xj1st8kn.qd-app-03-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 22:04:39 GMT
|
684
|
+
server:
|
685
|
+
- Jetty(6.1.26)
|
686
|
+
expires:
|
687
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
688
|
+
rallyrequestid:
|
689
|
+
- qd-app-03-trialr2jtisrrs758h5tncp6lpuc3.qd-app-03-trial4549736
|
690
|
+
content-type:
|
691
|
+
- text/xml; charset=utf-8
|
692
|
+
set-cookie:
|
693
|
+
- JSESSIONID=qd-app-03-trialr2jtisrrs758h5tncp6lpuc3.qd-app-03-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"
|
716
|
+
- !ruby/struct:VCR::HTTPInteraction
|
717
|
+
request: !ruby/struct:VCR::Request
|
718
|
+
method: :get
|
719
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Project?query=(ObjectID%20=%202712835688)&fetch=true
|
720
|
+
body:
|
721
|
+
headers:
|
722
|
+
x-rallyintegrationname:
|
723
|
+
- RubyRestAPI
|
724
|
+
x-rallyintegrationlibrary:
|
725
|
+
- RallyRestAPI version 1.0.3
|
726
|
+
x-rallyintegrationplatform:
|
727
|
+
- Ruby 1.9.2
|
728
|
+
x-rallyintegrationos:
|
729
|
+
- i686-linux
|
730
|
+
authorization:
|
731
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
732
|
+
content-type:
|
733
|
+
- text/xml
|
734
|
+
response: !ruby/struct:VCR::Response
|
735
|
+
status: !ruby/struct:VCR::ResponseStatus
|
736
|
+
code: 200
|
737
|
+
message: OK
|
738
|
+
headers:
|
739
|
+
date:
|
740
|
+
- Mon, 14 Nov 2011 22:04:40 GMT
|
741
|
+
server:
|
742
|
+
- Jetty(6.1.26)
|
743
|
+
expires:
|
744
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
745
|
+
rallyrequestid:
|
746
|
+
- qd-app-03-trial1hu56xi5erm5ugej9fai68hng.qd-app-03-trial4549778
|
747
|
+
content-type:
|
748
|
+
- text/xml; charset=utf-8
|
749
|
+
set-cookie:
|
750
|
+
- JSESSIONID=qd-app-03-trial1hu56xi5erm5ugej9fai68hng.qd-app-03-trial;Path=/slm;Secure
|
751
|
+
vary:
|
752
|
+
- Accept-Encoding
|
753
|
+
p3p:
|
754
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
755
|
+
cache-control:
|
756
|
+
- no-cache, private,max-age=0,must-revalidate
|
757
|
+
transfer-encoding:
|
758
|
+
- chunked
|
759
|
+
body: |+
|
760
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
761
|
+
<QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
|
762
|
+
<Errors />
|
763
|
+
<Warnings />
|
764
|
+
<TotalResultCount>1</TotalResultCount>
|
765
|
+
<StartIndex>1</StartIndex>
|
766
|
+
<PageSize>20</PageSize>
|
767
|
+
<Results>
|
768
|
+
<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">
|
769
|
+
<CreationDate>2011-01-18T15:40:28.807Z</CreationDate>
|
770
|
+
<ObjectID>2712835688</ObjectID>
|
771
|
+
<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" />
|
772
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
773
|
+
<BuildDefinitions>
|
774
|
+
<BuildDefinition rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/builddefinition/2712835693" refObjectName="Default Build Definition" type="BuildDefinition" />
|
775
|
+
</BuildDefinitions>
|
776
|
+
<Children />
|
777
|
+
<Description />
|
778
|
+
<Iterations>
|
779
|
+
<Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836040" refObjectName="1 - Browse and Book" type="Iteration" />
|
780
|
+
<Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836046" refObjectName="3 - After Safari" type="Iteration" />
|
781
|
+
<Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836043" refObjectName="2 - Streamline Operations" type="Iteration" />
|
782
|
+
</Iterations>
|
783
|
+
<Name>Sample Project</Name>
|
784
|
+
<Notes />
|
785
|
+
<Owner>sfw@simeonfosterwillbanks.com</Owner>
|
786
|
+
<Releases />
|
787
|
+
<State>Open</State>
|
788
|
+
<Users />
|
789
|
+
</Object>
|
790
|
+
</Results>
|
791
|
+
</QueryResult>
|
792
|
+
|
793
|
+
http_version: "1.1"
|
794
|
+
- !ruby/struct:VCR::HTTPInteraction
|
795
|
+
request: !ruby/struct:VCR::Request
|
796
|
+
method: :get
|
797
|
+
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
|
798
|
+
body:
|
799
|
+
headers:
|
800
|
+
x-rallyintegrationname:
|
801
|
+
- RubyRestAPI
|
802
|
+
x-rallyintegrationlibrary:
|
803
|
+
- RallyRestAPI version 1.0.3
|
804
|
+
x-rallyintegrationplatform:
|
805
|
+
- Ruby 1.9.2
|
806
|
+
x-rallyintegrationos:
|
807
|
+
- i686-linux
|
808
|
+
authorization:
|
809
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
810
|
+
content-type:
|
811
|
+
- text/xml
|
812
|
+
response: !ruby/struct:VCR::Response
|
813
|
+
status: !ruby/struct:VCR::ResponseStatus
|
814
|
+
code: 200
|
815
|
+
message: OK
|
816
|
+
headers:
|
817
|
+
date:
|
818
|
+
- Mon, 14 Nov 2011 22:04:41 GMT
|
819
|
+
server:
|
820
|
+
- Jetty(6.1.26)
|
821
|
+
expires:
|
822
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
823
|
+
rallyrequestid:
|
824
|
+
- qd-app-03-trialrivcrjkprdizbnhx2pknt55a.qd-app-03-trial4549813
|
825
|
+
content-type:
|
826
|
+
- text/xml; charset=utf-8
|
827
|
+
set-cookie:
|
828
|
+
- JSESSIONID=qd-app-03-trialrivcrjkprdizbnhx2pknt55a.qd-app-03-trial;Path=/slm;Secure
|
829
|
+
vary:
|
830
|
+
- Accept-Encoding
|
831
|
+
p3p:
|
832
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
833
|
+
cache-control:
|
834
|
+
- no-cache, private,max-age=0,must-revalidate
|
835
|
+
transfer-encoding:
|
836
|
+
- chunked
|
837
|
+
body: |+
|
838
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
839
|
+
<QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
|
840
|
+
<Errors />
|
841
|
+
<Warnings />
|
842
|
+
<TotalResultCount>10</TotalResultCount>
|
843
|
+
<StartIndex>1</StartIndex>
|
844
|
+
<PageSize>20</PageSize>
|
845
|
+
<Results>
|
846
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988718166" type="ConversationPost" />
|
847
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988719307" type="ConversationPost" />
|
848
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260871" type="ConversationPost" />
|
849
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260903" type="ConversationPost" />
|
850
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990261411" type="ConversationPost" />
|
851
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3583018832" type="ConversationPost" />
|
852
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3831634988" type="ConversationPost" />
|
853
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833149838" type="ConversationPost" />
|
854
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833629743" type="ConversationPost" />
|
855
|
+
<Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/4695859352" type="ConversationPost" />
|
856
|
+
</Results>
|
857
|
+
</QueryResult>
|
858
|
+
|
859
|
+
http_version: "1.1"
|
860
|
+
- !ruby/struct:VCR::HTTPInteraction
|
861
|
+
request: !ruby/struct:VCR::Request
|
862
|
+
method: :get
|
863
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2988718166
|
864
|
+
body:
|
865
|
+
headers:
|
866
|
+
x-rallyintegrationname:
|
867
|
+
- RubyRestAPI
|
868
|
+
x-rallyintegrationlibrary:
|
869
|
+
- RallyRestAPI version 1.0.3
|
870
|
+
x-rallyintegrationplatform:
|
871
|
+
- Ruby 1.9.2
|
872
|
+
x-rallyintegrationos:
|
873
|
+
- i686-linux
|
874
|
+
authorization:
|
875
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
876
|
+
content-type:
|
877
|
+
- text/xml
|
878
|
+
response: !ruby/struct:VCR::Response
|
879
|
+
status: !ruby/struct:VCR::ResponseStatus
|
880
|
+
code: 200
|
881
|
+
message: OK
|
882
|
+
headers:
|
883
|
+
date:
|
884
|
+
- Mon, 14 Nov 2011 22:04:41 GMT
|
885
|
+
server:
|
886
|
+
- Jetty(6.1.26)
|
887
|
+
expires:
|
888
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
889
|
+
rallyrequestid:
|
890
|
+
- qd-app-03-trial1ocfqw8sjhodd14on93b9r9gc8.qd-app-03-trial4549854
|
891
|
+
content-type:
|
892
|
+
- text/xml; charset=utf-8
|
893
|
+
set-cookie:
|
894
|
+
- JSESSIONID=qd-app-03-trial1ocfqw8sjhodd14on93b9r9gc8.qd-app-03-trial;Path=/slm;Secure
|
895
|
+
vary:
|
896
|
+
- Accept-Encoding
|
897
|
+
p3p:
|
898
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
899
|
+
cache-control:
|
900
|
+
- no-cache, private,max-age=0,must-revalidate
|
901
|
+
transfer-encoding:
|
902
|
+
- chunked
|
903
|
+
body: |+
|
904
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
905
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988718166" objectVersion="1" CreatedAt="Mar 5">
|
906
|
+
<CreationDate>2011-03-05T17:27:14.475Z</CreationDate>
|
907
|
+
<ObjectID>2988718166</ObjectID>
|
908
|
+
<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" />
|
909
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
910
|
+
<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" />
|
911
|
+
<PostNumber>0</PostNumber>
|
912
|
+
<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>
|
913
|
+
<UserName>sfw@simeonfosterwillbanks.com</UserName>
|
914
|
+
</ConversationPost>
|
915
|
+
|
916
|
+
http_version: "1.1"
|
917
|
+
- !ruby/struct:VCR::HTTPInteraction
|
918
|
+
request: !ruby/struct:VCR::Request
|
919
|
+
method: :get
|
920
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2988719307
|
921
|
+
body:
|
922
|
+
headers:
|
923
|
+
x-rallyintegrationname:
|
924
|
+
- RubyRestAPI
|
925
|
+
x-rallyintegrationlibrary:
|
926
|
+
- RallyRestAPI version 1.0.3
|
927
|
+
x-rallyintegrationplatform:
|
928
|
+
- Ruby 1.9.2
|
929
|
+
x-rallyintegrationos:
|
930
|
+
- i686-linux
|
931
|
+
authorization:
|
932
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
933
|
+
content-type:
|
934
|
+
- text/xml
|
935
|
+
response: !ruby/struct:VCR::Response
|
936
|
+
status: !ruby/struct:VCR::ResponseStatus
|
937
|
+
code: 200
|
938
|
+
message: OK
|
939
|
+
headers:
|
940
|
+
date:
|
941
|
+
- Mon, 14 Nov 2011 22:04:42 GMT
|
942
|
+
server:
|
943
|
+
- Jetty(6.1.26)
|
944
|
+
expires:
|
945
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
946
|
+
rallyrequestid:
|
947
|
+
- qd-app-03-trial1mqhx4uivibhfitwr4jglfvuu.qd-app-03-trial4549889
|
948
|
+
content-type:
|
949
|
+
- text/xml; charset=utf-8
|
950
|
+
set-cookie:
|
951
|
+
- JSESSIONID=qd-app-03-trial1mqhx4uivibhfitwr4jglfvuu.qd-app-03-trial;Path=/slm;Secure
|
952
|
+
vary:
|
953
|
+
- Accept-Encoding
|
954
|
+
p3p:
|
955
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
956
|
+
cache-control:
|
957
|
+
- no-cache, private,max-age=0,must-revalidate
|
958
|
+
transfer-encoding:
|
959
|
+
- chunked
|
960
|
+
body: |+
|
961
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
962
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988719307" objectVersion="1" CreatedAt="Mar 5">
|
963
|
+
<CreationDate>2011-03-05T17:37:54.268Z</CreationDate>
|
964
|
+
<ObjectID>2988719307</ObjectID>
|
965
|
+
<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" />
|
966
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
967
|
+
<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" />
|
968
|
+
<PostNumber>1</PostNumber>
|
969
|
+
<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>
|
970
|
+
<UserName>sfw@simeonfosterwillbanks.com</UserName>
|
971
|
+
</ConversationPost>
|
972
|
+
|
973
|
+
http_version: "1.1"
|
974
|
+
- !ruby/struct:VCR::HTTPInteraction
|
975
|
+
request: !ruby/struct:VCR::Request
|
976
|
+
method: :get
|
977
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2990260871
|
978
|
+
body:
|
979
|
+
headers:
|
980
|
+
x-rallyintegrationname:
|
981
|
+
- RubyRestAPI
|
982
|
+
x-rallyintegrationlibrary:
|
983
|
+
- RallyRestAPI version 1.0.3
|
984
|
+
x-rallyintegrationplatform:
|
985
|
+
- Ruby 1.9.2
|
986
|
+
x-rallyintegrationos:
|
987
|
+
- i686-linux
|
988
|
+
authorization:
|
989
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
990
|
+
content-type:
|
991
|
+
- text/xml
|
992
|
+
response: !ruby/struct:VCR::Response
|
993
|
+
status: !ruby/struct:VCR::ResponseStatus
|
994
|
+
code: 200
|
995
|
+
message: OK
|
996
|
+
headers:
|
997
|
+
date:
|
998
|
+
- Mon, 14 Nov 2011 22:04:43 GMT
|
999
|
+
server:
|
1000
|
+
- Jetty(6.1.26)
|
1001
|
+
expires:
|
1002
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1003
|
+
rallyrequestid:
|
1004
|
+
- qd-app-03-trial1g8lu5fyusyvz1kybm4dbuzf21.qd-app-03-trial4549927
|
1005
|
+
content-type:
|
1006
|
+
- text/xml; charset=utf-8
|
1007
|
+
set-cookie:
|
1008
|
+
- JSESSIONID=qd-app-03-trial1g8lu5fyusyvz1kybm4dbuzf21.qd-app-03-trial;Path=/slm;Secure
|
1009
|
+
vary:
|
1010
|
+
- Accept-Encoding
|
1011
|
+
p3p:
|
1012
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1013
|
+
cache-control:
|
1014
|
+
- no-cache, private,max-age=0,must-revalidate
|
1015
|
+
transfer-encoding:
|
1016
|
+
- chunked
|
1017
|
+
body: |+
|
1018
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1019
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260871" objectVersion="1" CreatedAt="Mar 5">
|
1020
|
+
<CreationDate>2011-03-05T22:39:12.228Z</CreationDate>
|
1021
|
+
<ObjectID>2990260871</ObjectID>
|
1022
|
+
<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" />
|
1023
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1024
|
+
<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" />
|
1025
|
+
<PostNumber>2</PostNumber>
|
1026
|
+
<Text>hello there boys and girls</Text>
|
1027
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
1028
|
+
</ConversationPost>
|
1029
|
+
|
1030
|
+
http_version: "1.1"
|
1031
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1032
|
+
request: !ruby/struct:VCR::Request
|
1033
|
+
method: :get
|
1034
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2990260903
|
1035
|
+
body:
|
1036
|
+
headers:
|
1037
|
+
x-rallyintegrationname:
|
1038
|
+
- RubyRestAPI
|
1039
|
+
x-rallyintegrationlibrary:
|
1040
|
+
- RallyRestAPI version 1.0.3
|
1041
|
+
x-rallyintegrationplatform:
|
1042
|
+
- Ruby 1.9.2
|
1043
|
+
x-rallyintegrationos:
|
1044
|
+
- i686-linux
|
1045
|
+
authorization:
|
1046
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1047
|
+
content-type:
|
1048
|
+
- text/xml
|
1049
|
+
response: !ruby/struct:VCR::Response
|
1050
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1051
|
+
code: 200
|
1052
|
+
message: OK
|
1053
|
+
headers:
|
1054
|
+
date:
|
1055
|
+
- Mon, 14 Nov 2011 22:04:44 GMT
|
1056
|
+
server:
|
1057
|
+
- Jetty(6.1.26)
|
1058
|
+
expires:
|
1059
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1060
|
+
rallyrequestid:
|
1061
|
+
- qd-app-03-trialqjm9gou4b7uv19dg63vbqi9qi.qd-app-03-trial4549963
|
1062
|
+
content-type:
|
1063
|
+
- text/xml; charset=utf-8
|
1064
|
+
set-cookie:
|
1065
|
+
- JSESSIONID=qd-app-03-trialqjm9gou4b7uv19dg63vbqi9qi.qd-app-03-trial;Path=/slm;Secure
|
1066
|
+
vary:
|
1067
|
+
- Accept-Encoding
|
1068
|
+
p3p:
|
1069
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1070
|
+
cache-control:
|
1071
|
+
- no-cache, private,max-age=0,must-revalidate
|
1072
|
+
transfer-encoding:
|
1073
|
+
- chunked
|
1074
|
+
body: |+
|
1075
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1076
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990260903" objectVersion="1" CreatedAt="Mar 5">
|
1077
|
+
<CreationDate>2011-03-05T22:40:07.454Z</CreationDate>
|
1078
|
+
<ObjectID>2990260903</ObjectID>
|
1079
|
+
<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" />
|
1080
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1081
|
+
<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" />
|
1082
|
+
<PostNumber>3</PostNumber>
|
1083
|
+
<Text>hello there boys and girls</Text>
|
1084
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
1085
|
+
</ConversationPost>
|
1086
|
+
|
1087
|
+
http_version: "1.1"
|
1088
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1089
|
+
request: !ruby/struct:VCR::Request
|
1090
|
+
method: :get
|
1091
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2990261411
|
1092
|
+
body:
|
1093
|
+
headers:
|
1094
|
+
x-rallyintegrationname:
|
1095
|
+
- RubyRestAPI
|
1096
|
+
x-rallyintegrationlibrary:
|
1097
|
+
- RallyRestAPI version 1.0.3
|
1098
|
+
x-rallyintegrationplatform:
|
1099
|
+
- Ruby 1.9.2
|
1100
|
+
x-rallyintegrationos:
|
1101
|
+
- i686-linux
|
1102
|
+
authorization:
|
1103
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1104
|
+
content-type:
|
1105
|
+
- text/xml
|
1106
|
+
response: !ruby/struct:VCR::Response
|
1107
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1108
|
+
code: 200
|
1109
|
+
message: OK
|
1110
|
+
headers:
|
1111
|
+
date:
|
1112
|
+
- Mon, 14 Nov 2011 22:04:44 GMT
|
1113
|
+
server:
|
1114
|
+
- Jetty(6.1.26)
|
1115
|
+
expires:
|
1116
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1117
|
+
rallyrequestid:
|
1118
|
+
- qd-app-03-trialznezfdbz77fbfrartvbhdvrz.qd-app-03-trial4549988
|
1119
|
+
content-type:
|
1120
|
+
- text/xml; charset=utf-8
|
1121
|
+
set-cookie:
|
1122
|
+
- JSESSIONID=qd-app-03-trialznezfdbz77fbfrartvbhdvrz.qd-app-03-trial;Path=/slm;Secure
|
1123
|
+
vary:
|
1124
|
+
- Accept-Encoding
|
1125
|
+
p3p:
|
1126
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1127
|
+
cache-control:
|
1128
|
+
- no-cache, private,max-age=0,must-revalidate
|
1129
|
+
transfer-encoding:
|
1130
|
+
- chunked
|
1131
|
+
body: |+
|
1132
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1133
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2990261411" objectVersion="1" CreatedAt="Mar 5">
|
1134
|
+
<CreationDate>2011-03-05T22:45:00.587Z</CreationDate>
|
1135
|
+
<ObjectID>2990261411</ObjectID>
|
1136
|
+
<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" />
|
1137
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1138
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
1139
|
+
<PostNumber>0</PostNumber>
|
1140
|
+
<Text>Pictures will be available for purchase!</Text>
|
1141
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
1142
|
+
</ConversationPost>
|
1143
|
+
|
1144
|
+
http_version: "1.1"
|
1145
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1146
|
+
request: !ruby/struct:VCR::Request
|
1147
|
+
method: :get
|
1148
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/3583018832
|
1149
|
+
body:
|
1150
|
+
headers:
|
1151
|
+
x-rallyintegrationname:
|
1152
|
+
- RubyRestAPI
|
1153
|
+
x-rallyintegrationlibrary:
|
1154
|
+
- RallyRestAPI version 1.0.3
|
1155
|
+
x-rallyintegrationplatform:
|
1156
|
+
- Ruby 1.9.2
|
1157
|
+
x-rallyintegrationos:
|
1158
|
+
- i686-linux
|
1159
|
+
authorization:
|
1160
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1161
|
+
content-type:
|
1162
|
+
- text/xml
|
1163
|
+
response: !ruby/struct:VCR::Response
|
1164
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1165
|
+
code: 200
|
1166
|
+
message: OK
|
1167
|
+
headers:
|
1168
|
+
date:
|
1169
|
+
- Mon, 14 Nov 2011 22:04:45 GMT
|
1170
|
+
server:
|
1171
|
+
- Jetty(6.1.26)
|
1172
|
+
expires:
|
1173
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1174
|
+
rallyrequestid:
|
1175
|
+
- qd-app-03-trial1g6ehcl0q0788if56e3np4v37.qd-app-03-trial4550016
|
1176
|
+
content-type:
|
1177
|
+
- text/xml; charset=utf-8
|
1178
|
+
set-cookie:
|
1179
|
+
- JSESSIONID=qd-app-03-trial1g6ehcl0q0788if56e3np4v37.qd-app-03-trial;Path=/slm;Secure
|
1180
|
+
vary:
|
1181
|
+
- Accept-Encoding
|
1182
|
+
p3p:
|
1183
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1184
|
+
cache-control:
|
1185
|
+
- no-cache, private,max-age=0,must-revalidate
|
1186
|
+
transfer-encoding:
|
1187
|
+
- chunked
|
1188
|
+
body: |+
|
1189
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1190
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3583018832" objectVersion="1" CreatedAt="Jun 7">
|
1191
|
+
<CreationDate>2011-06-07T15:05:22.997Z</CreationDate>
|
1192
|
+
<ObjectID>3583018832</ObjectID>
|
1193
|
+
<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" />
|
1194
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1195
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
1196
|
+
<PostNumber>1</PostNumber>
|
1197
|
+
<Text>Pictures will be available for purchase!</Text>
|
1198
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
1199
|
+
</ConversationPost>
|
1200
|
+
|
1201
|
+
http_version: "1.1"
|
1202
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1203
|
+
request: !ruby/struct:VCR::Request
|
1204
|
+
method: :get
|
1205
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/3831634988
|
1206
|
+
body:
|
1207
|
+
headers:
|
1208
|
+
x-rallyintegrationname:
|
1209
|
+
- RubyRestAPI
|
1210
|
+
x-rallyintegrationlibrary:
|
1211
|
+
- RallyRestAPI version 1.0.3
|
1212
|
+
x-rallyintegrationplatform:
|
1213
|
+
- Ruby 1.9.2
|
1214
|
+
x-rallyintegrationos:
|
1215
|
+
- i686-linux
|
1216
|
+
authorization:
|
1217
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1218
|
+
content-type:
|
1219
|
+
- text/xml
|
1220
|
+
response: !ruby/struct:VCR::Response
|
1221
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1222
|
+
code: 200
|
1223
|
+
message: OK
|
1224
|
+
headers:
|
1225
|
+
date:
|
1226
|
+
- Mon, 14 Nov 2011 22:04:46 GMT
|
1227
|
+
server:
|
1228
|
+
- Jetty(6.1.26)
|
1229
|
+
expires:
|
1230
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1231
|
+
rallyrequestid:
|
1232
|
+
- qd-app-03-trial8qq40k1dapr71ayqdf1aalwo1.qd-app-03-trial4550026
|
1233
|
+
content-type:
|
1234
|
+
- text/xml; charset=utf-8
|
1235
|
+
set-cookie:
|
1236
|
+
- JSESSIONID=qd-app-03-trial8qq40k1dapr71ayqdf1aalwo1.qd-app-03-trial;Path=/slm;Secure
|
1237
|
+
vary:
|
1238
|
+
- Accept-Encoding
|
1239
|
+
p3p:
|
1240
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1241
|
+
cache-control:
|
1242
|
+
- no-cache, private,max-age=0,must-revalidate
|
1243
|
+
transfer-encoding:
|
1244
|
+
- chunked
|
1245
|
+
body: |+
|
1246
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1247
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3831634988" objectVersion="1" CreatedAt="Jul 12">
|
1248
|
+
<CreationDate>2011-07-12T14:40:36.889Z</CreationDate>
|
1249
|
+
<ObjectID>3831634988</ObjectID>
|
1250
|
+
<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" />
|
1251
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1252
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
1253
|
+
<PostNumber>2</PostNumber>
|
1254
|
+
<Text>Pictures will be available for purchase!</Text>
|
1255
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
1256
|
+
</ConversationPost>
|
1257
|
+
|
1258
|
+
http_version: "1.1"
|
1259
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1260
|
+
request: !ruby/struct:VCR::Request
|
1261
|
+
method: :get
|
1262
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/3833149838
|
1263
|
+
body:
|
1264
|
+
headers:
|
1265
|
+
x-rallyintegrationname:
|
1266
|
+
- RubyRestAPI
|
1267
|
+
x-rallyintegrationlibrary:
|
1268
|
+
- RallyRestAPI version 1.0.3
|
1269
|
+
x-rallyintegrationplatform:
|
1270
|
+
- Ruby 1.9.2
|
1271
|
+
x-rallyintegrationos:
|
1272
|
+
- i686-linux
|
1273
|
+
authorization:
|
1274
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1275
|
+
content-type:
|
1276
|
+
- text/xml
|
1277
|
+
response: !ruby/struct:VCR::Response
|
1278
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1279
|
+
code: 200
|
1280
|
+
message: OK
|
1281
|
+
headers:
|
1282
|
+
date:
|
1283
|
+
- Mon, 14 Nov 2011 22:04:46 GMT
|
1284
|
+
server:
|
1285
|
+
- Jetty(6.1.26)
|
1286
|
+
expires:
|
1287
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1288
|
+
rallyrequestid:
|
1289
|
+
- qd-app-03-trial11km4v8b98osj14ekpjlbv69yx.qd-app-03-trial4550035
|
1290
|
+
content-type:
|
1291
|
+
- text/xml; charset=utf-8
|
1292
|
+
set-cookie:
|
1293
|
+
- JSESSIONID=qd-app-03-trial11km4v8b98osj14ekpjlbv69yx.qd-app-03-trial;Path=/slm;Secure
|
1294
|
+
vary:
|
1295
|
+
- Accept-Encoding
|
1296
|
+
p3p:
|
1297
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1298
|
+
cache-control:
|
1299
|
+
- no-cache, private,max-age=0,must-revalidate
|
1300
|
+
transfer-encoding:
|
1301
|
+
- chunked
|
1302
|
+
body: |+
|
1303
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1304
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833149838" objectVersion="1" CreatedAt="Jul 12">
|
1305
|
+
<CreationDate>2011-07-12T17:20:30.746Z</CreationDate>
|
1306
|
+
<ObjectID>3833149838</ObjectID>
|
1307
|
+
<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" />
|
1308
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1309
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
1310
|
+
<PostNumber>3</PostNumber>
|
1311
|
+
<Text>Pictures will be available for purchase!</Text>
|
1312
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
1313
|
+
</ConversationPost>
|
1314
|
+
|
1315
|
+
http_version: "1.1"
|
1316
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1317
|
+
request: !ruby/struct:VCR::Request
|
1318
|
+
method: :get
|
1319
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/3833629743
|
1320
|
+
body:
|
1321
|
+
headers:
|
1322
|
+
x-rallyintegrationname:
|
1323
|
+
- RubyRestAPI
|
1324
|
+
x-rallyintegrationlibrary:
|
1325
|
+
- RallyRestAPI version 1.0.3
|
1326
|
+
x-rallyintegrationplatform:
|
1327
|
+
- Ruby 1.9.2
|
1328
|
+
x-rallyintegrationos:
|
1329
|
+
- i686-linux
|
1330
|
+
authorization:
|
1331
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1332
|
+
content-type:
|
1333
|
+
- text/xml
|
1334
|
+
response: !ruby/struct:VCR::Response
|
1335
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1336
|
+
code: 200
|
1337
|
+
message: OK
|
1338
|
+
headers:
|
1339
|
+
date:
|
1340
|
+
- Mon, 14 Nov 2011 22:04:47 GMT
|
1341
|
+
server:
|
1342
|
+
- Jetty(6.1.26)
|
1343
|
+
expires:
|
1344
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1345
|
+
rallyrequestid:
|
1346
|
+
- qd-app-03-trialz2w801p8txon1q9p1n1nkjqsj.qd-app-03-trial4550069
|
1347
|
+
content-type:
|
1348
|
+
- text/xml; charset=utf-8
|
1349
|
+
set-cookie:
|
1350
|
+
- JSESSIONID=qd-app-03-trialz2w801p8txon1q9p1n1nkjqsj.qd-app-03-trial;Path=/slm;Secure
|
1351
|
+
vary:
|
1352
|
+
- Accept-Encoding
|
1353
|
+
p3p:
|
1354
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1355
|
+
cache-control:
|
1356
|
+
- no-cache, private,max-age=0,must-revalidate
|
1357
|
+
transfer-encoding:
|
1358
|
+
- chunked
|
1359
|
+
body: |+
|
1360
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1361
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/3833629743" objectVersion="1" CreatedAt="Jul 12">
|
1362
|
+
<CreationDate>2011-07-12T18:23:05.123Z</CreationDate>
|
1363
|
+
<ObjectID>3833629743</ObjectID>
|
1364
|
+
<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" />
|
1365
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1366
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
1367
|
+
<PostNumber>4</PostNumber>
|
1368
|
+
<Text>Pictures will be available for purchase!</Text>
|
1369
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
1370
|
+
</ConversationPost>
|
1371
|
+
|
1372
|
+
http_version: "1.1"
|
1373
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1374
|
+
request: !ruby/struct:VCR::Request
|
1375
|
+
method: :get
|
1376
|
+
uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com/slm/webservice/current/Project?query=(ObjectID%20=%202712835688)&fetch=true
|
1377
|
+
body:
|
1378
|
+
headers:
|
1379
|
+
x-rallyintegrationname:
|
1380
|
+
- RubyRestAPI
|
1381
|
+
x-rallyintegrationlibrary:
|
1382
|
+
- RallyRestAPI version 1.0.3
|
1383
|
+
x-rallyintegrationplatform:
|
1384
|
+
- Ruby 1.9.2
|
1385
|
+
x-rallyintegrationos:
|
1386
|
+
- i686-linux
|
1387
|
+
authorization:
|
1388
|
+
- Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
|
1389
|
+
content-type:
|
1390
|
+
- text/xml
|
1391
|
+
response: !ruby/struct:VCR::Response
|
1392
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1393
|
+
code: 200
|
1394
|
+
message: OK
|
1395
|
+
headers:
|
1396
|
+
date:
|
1397
|
+
- Mon, 14 Nov 2011 22:04:48 GMT
|
1398
|
+
server:
|
1399
|
+
- Jetty(6.1.26)
|
1400
|
+
expires:
|
1401
|
+
- Thu, 01-Jan-1970 00:00:00 GMT
|
1402
|
+
rallyrequestid:
|
1403
|
+
- qd-app-03-trialpdj8a0mg7uuc16b6h0rae6vya.qd-app-03-trial4550104
|
1404
|
+
content-type:
|
1405
|
+
- text/xml; charset=utf-8
|
1406
|
+
set-cookie:
|
1407
|
+
- JSESSIONID=qd-app-03-trialpdj8a0mg7uuc16b6h0rae6vya.qd-app-03-trial;Path=/slm;Secure
|
1408
|
+
vary:
|
1409
|
+
- Accept-Encoding
|
1410
|
+
p3p:
|
1411
|
+
- CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
|
1412
|
+
cache-control:
|
1413
|
+
- no-cache, private,max-age=0,must-revalidate
|
1414
|
+
transfer-encoding:
|
1415
|
+
- chunked
|
1416
|
+
body: |+
|
1417
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1418
|
+
<ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/4695859352" objectVersion="1" CreatedAt="Nov 8">
|
1419
|
+
<CreationDate>2011-11-08T21:37:32.527Z</CreationDate>
|
1420
|
+
<ObjectID>4695859352</ObjectID>
|
1421
|
+
<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" />
|
1422
|
+
<Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
|
1423
|
+
<Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/hierarchicalrequirement/2712836091" refObjectName="Order picture package" type="HierarchicalRequirement" />
|
1424
|
+
<PostNumber>5</PostNumber>
|
1425
|
+
<Text>Pictures will be available for purchase!</Text>
|
1426
|
+
<UserName>taskmapper-rally@simeonfosterwillbanks.com</UserName>
|
1427
|
+
</ConversationPost>
|
1428
|
+
|
1429
|
+
http_version: "1.1"
|