fiddler 0.0.1 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +70 -0
- data/lib/fiddler.rb +5 -1
- data/lib/fiddler/attachment.rb +142 -0
- data/lib/fiddler/configuration.rb +7 -2
- data/lib/fiddler/connection_manager.rb +62 -20
- data/lib/fiddler/errors.rb +1 -0
- data/lib/fiddler/extensions.rb +2 -0
- data/lib/fiddler/extensions/file.rb +5 -0
- data/lib/fiddler/extensions/hash.rb +15 -0
- data/lib/fiddler/formatters/base_formatter.rb +3 -0
- data/lib/fiddler/formatters/search_request_formatter.rb +2 -2
- data/lib/fiddler/history.rb +32 -0
- data/lib/fiddler/parsers.rb +3 -1
- data/lib/fiddler/parsers/attachment_parser.rb +54 -0
- data/lib/fiddler/parsers/base_parser.rb +41 -3
- data/lib/fiddler/parsers/history_parser.rb +72 -0
- data/lib/fiddler/parsers/ticket_parser.rb +52 -21
- data/lib/fiddler/ticket.rb +141 -43
- data/lib/fiddler/version.rb +1 -1
- data/spec/attachment_spec.rb +26 -0
- data/spec/cassettes/change-ownership-take.yml +98 -0
- data/spec/cassettes/get-tickets.yml +89087 -0
- data/spec/cassettes/reply-to-tickets.yml +232 -0
- data/spec/cassettes/root-request.yml +79 -0
- data/spec/cassettes/search-tickets.yml +38249 -0
- data/spec/cassettes/ticket-histories-count.yml +2195 -0
- data/spec/cassettes/ticket-histories.yml +954 -0
- data/spec/connection_manager_spec.rb +5 -1
- data/spec/formatters/search_request_formatter_spec.rb +13 -0
- data/spec/parsers/attachment_parser_spec.rb +29 -0
- data/spec/parsers/base_parser_spec.rb +16 -0
- data/spec/parsers/history_parser_spec.rb +32 -0
- data/spec/parsers/ticket_parser_spec.rb +5 -1
- data/spec/spec_helper.rb +9 -0
- data/spec/ticket_spec.rb +188 -6
- metadata +80 -9
@@ -0,0 +1,954 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://ticketsdev.cybersecure.local/rt/REST/1.0/ticket/4200/history?format=l
|
6
|
+
body:
|
7
|
+
string: ""
|
8
|
+
headers:
|
9
|
+
Cookie:
|
10
|
+
- RT_SID_rt4.80=620b777798d4792c7315068c25c0170f
|
11
|
+
response:
|
12
|
+
status:
|
13
|
+
code: 200
|
14
|
+
message: OK
|
15
|
+
headers:
|
16
|
+
Date:
|
17
|
+
- Wed, 12 Dec 2012 02:12:42 GMT
|
18
|
+
Server:
|
19
|
+
- Apache/2.2.22 (Ubuntu)
|
20
|
+
Set-Cookie:
|
21
|
+
- RT_SID_rt4.80=620b777798d4792c7315068c25c0170f; path=/rt
|
22
|
+
X-Frame-Options:
|
23
|
+
- DENY
|
24
|
+
Vary:
|
25
|
+
- Accept-Encoding
|
26
|
+
Transfer-Encoding:
|
27
|
+
- chunked
|
28
|
+
Content-Type:
|
29
|
+
- text/plain; charset=utf-8
|
30
|
+
body:
|
31
|
+
string: |+
|
32
|
+
RT/4.0.4 200 Ok
|
33
|
+
|
34
|
+
# 39/39 (id/75250/total)
|
35
|
+
|
36
|
+
id: 75250
|
37
|
+
Ticket: 4200
|
38
|
+
TimeTaken: 0
|
39
|
+
Type: Create
|
40
|
+
Field:
|
41
|
+
OldValue:
|
42
|
+
NewValue:
|
43
|
+
Data:
|
44
|
+
Description: Ticket created by jais.cheema
|
45
|
+
|
46
|
+
Content: Please charge Provision for a seeding drive.
|
47
|
+
|
48
|
+
|
49
|
+
Creator: jais.cheema
|
50
|
+
Created: 2012-07-27 00:48:33
|
51
|
+
|
52
|
+
Attachments:
|
53
|
+
46104: untitled (44b)
|
54
|
+
|
55
|
+
|
56
|
+
--
|
57
|
+
|
58
|
+
# 39/39 (id/75251/total)
|
59
|
+
|
60
|
+
id: 75251
|
61
|
+
Ticket: 4200
|
62
|
+
TimeTaken: 0
|
63
|
+
Type: EmailRecord
|
64
|
+
Field:
|
65
|
+
OldValue:
|
66
|
+
NewValue:
|
67
|
+
Data: <rt-4.0.6-1646-1343350113-1476.4200-3-0@cybersecure.com.au>
|
68
|
+
Description: Outgoing email recorded by RT_System
|
69
|
+
|
70
|
+
Content: This message has been automatically generated in response to the creation of a ticket regarding: "provision - charge for seeding"
|
71
|
+
|
72
|
+
Please do not reply to this message.
|
73
|
+
|
74
|
+
Your ticket has been assigned an ID of [Invoicing #4200].
|
75
|
+
|
76
|
+
A team member will take ownership and begin working on your ticket as soon as possible.
|
77
|
+
|
78
|
+
Access to this ticket is via: https://tickets.cybersecure.com.au/rt/Ticket/Display.html?id=4200
|
79
|
+
|
80
|
+
|
81
|
+
Have a great day!
|
82
|
+
|
83
|
+
|
84
|
+
The CyberSecure Team
|
85
|
+
|
86
|
+
|
87
|
+
The content of your request was:
|
88
|
+
-------------------------------------------------------------------------
|
89
|
+
|
90
|
+
Please charge Provision for a seeding drive.
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
Creator: RT_System
|
95
|
+
Created: 2012-07-27 00:48:33
|
96
|
+
|
97
|
+
Attachments:
|
98
|
+
46105: untitled (612b)
|
99
|
+
|
100
|
+
|
101
|
+
--
|
102
|
+
|
103
|
+
# 39/39 (id/75262/total)
|
104
|
+
|
105
|
+
id: 75262
|
106
|
+
Ticket: 4200
|
107
|
+
TimeTaken: 0
|
108
|
+
Type: AddWatcher
|
109
|
+
Field: Requestor
|
110
|
+
OldValue:
|
111
|
+
NewValue: 9615
|
112
|
+
Data:
|
113
|
+
Description: Requestor cyb182 added by rene.badalassi
|
114
|
+
Content: This transaction appears to have no content
|
115
|
+
Creator: rene.badalassi
|
116
|
+
Created: 2012-07-27 00:49:25
|
117
|
+
Attachments:
|
118
|
+
|
119
|
+
--
|
120
|
+
|
121
|
+
# 39/39 (id/75265/total)
|
122
|
+
|
123
|
+
id: 75265
|
124
|
+
Ticket: 4200
|
125
|
+
TimeTaken: 0
|
126
|
+
Type: Comment
|
127
|
+
Field:
|
128
|
+
OldValue:
|
129
|
+
NewValue:
|
130
|
+
Data: No Subject
|
131
|
+
Description: Comments added by jais.cheema
|
132
|
+
|
133
|
+
Content: It is for two of their servers.
|
134
|
+
|
135
|
+
|
136
|
+
Creator: jais.cheema
|
137
|
+
Created: 2012-07-27 00:51:32
|
138
|
+
|
139
|
+
Attachments:
|
140
|
+
46118: untitled (31b)
|
141
|
+
|
142
|
+
|
143
|
+
--
|
144
|
+
|
145
|
+
# 39/39 (id/75272/total)
|
146
|
+
|
147
|
+
id: 75272
|
148
|
+
Ticket: 4200
|
149
|
+
TimeTaken: 0
|
150
|
+
Type: DelWatcher
|
151
|
+
Field: Requestor
|
152
|
+
OldValue: 9615
|
153
|
+
NewValue:
|
154
|
+
Data:
|
155
|
+
Description: Requestor cyb182 deleted by jais.cheema
|
156
|
+
Content: This transaction appears to have no content
|
157
|
+
Creator: jais.cheema
|
158
|
+
Created: 2012-07-27 00:54:35
|
159
|
+
Attachments:
|
160
|
+
|
161
|
+
--
|
162
|
+
|
163
|
+
# 39/39 (id/75279/total)
|
164
|
+
|
165
|
+
id: 75279
|
166
|
+
Ticket: 4200
|
167
|
+
TimeTaken: 0
|
168
|
+
Type: AddWatcher
|
169
|
+
Field: Requestor
|
170
|
+
OldValue:
|
171
|
+
NewValue: 9615
|
172
|
+
Data:
|
173
|
+
Description: Requestor cyb182 added by jais.cheema
|
174
|
+
Content: This transaction appears to have no content
|
175
|
+
Creator: jais.cheema
|
176
|
+
Created: 2012-07-27 00:54:52
|
177
|
+
Attachments:
|
178
|
+
|
179
|
+
--
|
180
|
+
|
181
|
+
# 39/39 (id/75287/total)
|
182
|
+
|
183
|
+
id: 75287
|
184
|
+
Ticket: 4200
|
185
|
+
TimeTaken: 0
|
186
|
+
Type: Set
|
187
|
+
Field: Owner
|
188
|
+
OldValue: 6
|
189
|
+
NewValue: 342
|
190
|
+
Data:
|
191
|
+
Description: Taken by kerrie.coll
|
192
|
+
Content: This transaction appears to have no content
|
193
|
+
Creator: kerrie.coll
|
194
|
+
Created: 2012-07-27 01:00:08
|
195
|
+
Attachments:
|
196
|
+
|
197
|
+
--
|
198
|
+
|
199
|
+
# 39/39 (id/75290/total)
|
200
|
+
|
201
|
+
id: 75290
|
202
|
+
Ticket: 4200
|
203
|
+
TimeTaken: 0
|
204
|
+
Type: DelWatcher
|
205
|
+
Field: Requestor
|
206
|
+
OldValue: 9615
|
207
|
+
NewValue:
|
208
|
+
Data:
|
209
|
+
Description: Requestor cyb182 deleted by jais.cheema
|
210
|
+
Content: This transaction appears to have no content
|
211
|
+
Creator: jais.cheema
|
212
|
+
Created: 2012-07-27 01:02:59
|
213
|
+
Attachments:
|
214
|
+
|
215
|
+
--
|
216
|
+
|
217
|
+
# 39/39 (id/75293/total)
|
218
|
+
|
219
|
+
id: 75293
|
220
|
+
Ticket: 4200
|
221
|
+
TimeTaken: 0
|
222
|
+
Type: Correspond
|
223
|
+
Field:
|
224
|
+
OldValue:
|
225
|
+
NewValue:
|
226
|
+
Data: No Subject
|
227
|
+
Description: Correspondence added by kerrie.coll
|
228
|
+
|
229
|
+
Content: Hi Rene, please charge $33.00 to F1IT's card for Provision - p120711603 and let
|
230
|
+
me know
|
231
|
+
|
232
|
+
|
233
|
+
Creator: kerrie.coll
|
234
|
+
Created: 2012-07-27 01:04:58
|
235
|
+
|
236
|
+
Attachments:
|
237
|
+
46140: untitled (91b)
|
238
|
+
|
239
|
+
|
240
|
+
--
|
241
|
+
|
242
|
+
# 39/39 (id/75294/total)
|
243
|
+
|
244
|
+
id: 75294
|
245
|
+
Ticket: 4200
|
246
|
+
TimeTaken: 0
|
247
|
+
Type: EmailRecord
|
248
|
+
Field:
|
249
|
+
OldValue:
|
250
|
+
NewValue:
|
251
|
+
Data: <rt-4.0.6-1646-1343351098-538.4200-6-0@cybersecure.com.au>
|
252
|
+
Description: Outgoing email recorded by RT_System
|
253
|
+
|
254
|
+
Content: --- PLEASE DO NOT REPLY TO THIS EMAIL, USE THE URL BELOW TO ADD REPLIES TO THE TICKET ---
|
255
|
+
https://tickets.cybersecure.com.au/rt/Ticket/Display.html?id=4200
|
256
|
+
|
257
|
+
Hi Rene, please charge $33.00 to F1IT's card for Provision - p120711603 and let
|
258
|
+
me know
|
259
|
+
|
260
|
+
|
261
|
+
---
|
262
|
+
This update posted by: kerrie.coll
|
263
|
+
|
264
|
+
Creator: RT_System
|
265
|
+
Created: 2012-07-27 01:04:58
|
266
|
+
|
267
|
+
Attachments:
|
268
|
+
46141: untitled (285b)
|
269
|
+
|
270
|
+
|
271
|
+
--
|
272
|
+
|
273
|
+
# 39/39 (id/75295/total)
|
274
|
+
|
275
|
+
id: 75295
|
276
|
+
Ticket: 4200
|
277
|
+
TimeTaken: 0
|
278
|
+
Type: Status
|
279
|
+
Field: Status
|
280
|
+
OldValue: new
|
281
|
+
NewValue: open
|
282
|
+
Data:
|
283
|
+
Description: Status changed from 'new' to 'open' by RT_System
|
284
|
+
Content: This transaction appears to have no content
|
285
|
+
Creator: RT_System
|
286
|
+
Created: 2012-07-27 01:04:58
|
287
|
+
Attachments:
|
288
|
+
|
289
|
+
--
|
290
|
+
|
291
|
+
# 39/39 (id/75296/total)
|
292
|
+
|
293
|
+
id: 75296
|
294
|
+
Ticket: 4200
|
295
|
+
TimeTaken: 0
|
296
|
+
Type: Set
|
297
|
+
Field: Owner
|
298
|
+
OldValue: 342
|
299
|
+
NewValue: 28
|
300
|
+
Data:
|
301
|
+
Description: Given to rene.badalassi by kerrie.coll
|
302
|
+
Content: This transaction appears to have no content
|
303
|
+
Creator: kerrie.coll
|
304
|
+
Created: 2012-07-27 01:04:58
|
305
|
+
Attachments:
|
306
|
+
|
307
|
+
--
|
308
|
+
|
309
|
+
# 39/39 (id/75297/total)
|
310
|
+
|
311
|
+
id: 75297
|
312
|
+
Ticket: 4200
|
313
|
+
TimeTaken: 0
|
314
|
+
Type: EmailRecord
|
315
|
+
Field:
|
316
|
+
OldValue:
|
317
|
+
NewValue:
|
318
|
+
Data: <rt-4.0.6-1646-1343351098-682.4200-21-0@cybersecure.com.au>
|
319
|
+
Description: Outgoing email recorded by RT_System
|
320
|
+
|
321
|
+
Content: A ticket has been assigned to you:
|
322
|
+
|
323
|
+
Ticket #4200
|
324
|
+
Queue: Invoicing
|
325
|
+
Requestor: jais.cheema@cybersecure.com.au
|
326
|
+
Subject: provision - charge for seeding
|
327
|
+
URL: https://tickets.cybersecure.com.au/rt/Ticket/Display.html?id=4200
|
328
|
+
|
329
|
+
Creator: RT_System
|
330
|
+
Created: 2012-07-27 01:04:58
|
331
|
+
|
332
|
+
Attachments:
|
333
|
+
46142: untitled (218b)
|
334
|
+
|
335
|
+
|
336
|
+
--
|
337
|
+
|
338
|
+
# 39/39 (id/75523/total)
|
339
|
+
|
340
|
+
id: 75523
|
341
|
+
Ticket: 4200
|
342
|
+
TimeTaken: 0
|
343
|
+
Type: Correspond
|
344
|
+
Field:
|
345
|
+
OldValue:
|
346
|
+
NewValue:
|
347
|
+
Data: No Subject
|
348
|
+
Description: Correspondence added by rene.badalassi
|
349
|
+
|
350
|
+
Content: On Fri Jul 27 11:04:58 2012, kerrie.coll wrote:
|
351
|
+
> Hi Rene, please charge $33.00 to F1IT's card for Provision -
|
352
|
+
> p120711603 and let
|
353
|
+
> me know
|
354
|
+
|
355
|
+
approved $33
|
356
|
+
tid:7FXTHJ
|
357
|
+
rrn:221210405689
|
358
|
+
|
359
|
+
|
360
|
+
Creator: rene.badalassi
|
361
|
+
Created: 2012-07-30 00:55:32
|
362
|
+
|
363
|
+
Attachments:
|
364
|
+
46301: untitled (238b)
|
365
|
+
|
366
|
+
|
367
|
+
--
|
368
|
+
|
369
|
+
# 39/39 (id/75524/total)
|
370
|
+
|
371
|
+
id: 75524
|
372
|
+
Ticket: 4200
|
373
|
+
TimeTaken: 0
|
374
|
+
Type: EmailRecord
|
375
|
+
Field:
|
376
|
+
OldValue:
|
377
|
+
NewValue:
|
378
|
+
Data: <rt-4.0.6-2762-1343609732-971.4200-6-0@cybersecure.com.au>
|
379
|
+
Description: Outgoing email recorded by RT_System
|
380
|
+
|
381
|
+
Content: --- PLEASE DO NOT REPLY TO THIS EMAIL, USE THE URL BELOW TO ADD REPLIES TO THE TICKET ---
|
382
|
+
https://tickets.cybersecure.com.au/rt/Ticket/Display.html?id=4200
|
383
|
+
|
384
|
+
On Fri Jul 27 11:04:58 2012, kerrie.coll wrote:
|
385
|
+
> Hi Rene, please charge $33.00 to F1IT's card for Provision -
|
386
|
+
> p120711603 and let
|
387
|
+
> me know
|
388
|
+
|
389
|
+
approved $33
|
390
|
+
tid:7FXTHJ
|
391
|
+
rrn:221210405689
|
392
|
+
|
393
|
+
|
394
|
+
---
|
395
|
+
This update posted by: rene.badalassi
|
396
|
+
|
397
|
+
Creator: RT_System
|
398
|
+
Created: 2012-07-30 00:55:32
|
399
|
+
|
400
|
+
Attachments:
|
401
|
+
46302: untitled (384b)
|
402
|
+
|
403
|
+
|
404
|
+
--
|
405
|
+
|
406
|
+
# 39/39 (id/75525/total)
|
407
|
+
|
408
|
+
id: 75525
|
409
|
+
Ticket: 4200
|
410
|
+
TimeTaken: 0
|
411
|
+
Type: Set
|
412
|
+
Field: Owner
|
413
|
+
OldValue: 28
|
414
|
+
NewValue: 342
|
415
|
+
Data:
|
416
|
+
Description: Given to kerrie.coll by rene.badalassi
|
417
|
+
Content: This transaction appears to have no content
|
418
|
+
Creator: rene.badalassi
|
419
|
+
Created: 2012-07-30 00:55:32
|
420
|
+
Attachments:
|
421
|
+
|
422
|
+
--
|
423
|
+
|
424
|
+
# 39/39 (id/75526/total)
|
425
|
+
|
426
|
+
id: 75526
|
427
|
+
Ticket: 4200
|
428
|
+
TimeTaken: 0
|
429
|
+
Type: EmailRecord
|
430
|
+
Field:
|
431
|
+
OldValue:
|
432
|
+
NewValue:
|
433
|
+
Data: <rt-4.0.6-2762-1343609732-1844.4200-21-0@cybersecure.com.au>
|
434
|
+
Description: Outgoing email recorded by RT_System
|
435
|
+
|
436
|
+
Content: A ticket has been assigned to you:
|
437
|
+
|
438
|
+
Ticket #4200
|
439
|
+
Queue: Invoicing
|
440
|
+
Requestor: jais.cheema@cybersecure.com.au
|
441
|
+
Subject: provision - charge for seeding
|
442
|
+
URL: https://tickets.cybersecure.com.au/rt/Ticket/Display.html?id=4200
|
443
|
+
|
444
|
+
Creator: RT_System
|
445
|
+
Created: 2012-07-30 00:55:32
|
446
|
+
|
447
|
+
Attachments:
|
448
|
+
46303: untitled (218b)
|
449
|
+
|
450
|
+
|
451
|
+
--
|
452
|
+
|
453
|
+
# 39/39 (id/78463/total)
|
454
|
+
|
455
|
+
id: 78463
|
456
|
+
Ticket: 4200
|
457
|
+
TimeTaken: 0
|
458
|
+
Type: Comment
|
459
|
+
Field:
|
460
|
+
OldValue:
|
461
|
+
NewValue:
|
462
|
+
Data: No Subject
|
463
|
+
Description: Comments added by kerrie.coll
|
464
|
+
|
465
|
+
Content: Allocated payment
|
466
|
+
|
467
|
+
|
468
|
+
Creator: kerrie.coll
|
469
|
+
Created: 2012-08-23 06:33:42
|
470
|
+
|
471
|
+
Attachments:
|
472
|
+
48207: untitled (17b)
|
473
|
+
|
474
|
+
|
475
|
+
--
|
476
|
+
|
477
|
+
# 39/39 (id/78464/total)
|
478
|
+
|
479
|
+
id: 78464
|
480
|
+
Ticket: 4200
|
481
|
+
TimeTaken: 0
|
482
|
+
Type: Status
|
483
|
+
Field: Status
|
484
|
+
OldValue: open
|
485
|
+
NewValue: resolved
|
486
|
+
Data:
|
487
|
+
Description: Status changed from 'open' to 'resolved' by kerrie.coll
|
488
|
+
Content: This transaction appears to have no content
|
489
|
+
Creator: kerrie.coll
|
490
|
+
Created: 2012-08-23 06:33:42
|
491
|
+
Attachments:
|
492
|
+
|
493
|
+
--
|
494
|
+
|
495
|
+
# 39/39 (id/78465/total)
|
496
|
+
|
497
|
+
id: 78465
|
498
|
+
Ticket: 4200
|
499
|
+
TimeTaken: 0
|
500
|
+
Type: EmailRecord
|
501
|
+
Field:
|
502
|
+
OldValue:
|
503
|
+
NewValue:
|
504
|
+
Data: <rt-4.0.6-1671-1345703622-914.4200-10-0@cybersecure.com.au>
|
505
|
+
Description: Outgoing email recorded by RT_System
|
506
|
+
|
507
|
+
Content: According to our records, your request has been resolved.
|
508
|
+
|
509
|
+
If you have any further questions or concerns, please reopen the ticket at https://tickets.cybersecure.com.au/rt/Ticket/Display.html?id=4200 and a team member will investigate further.
|
510
|
+
|
511
|
+
|
512
|
+
Have a great day!
|
513
|
+
|
514
|
+
|
515
|
+
The CyberSecure Team
|
516
|
+
|
517
|
+
Creator: RT_System
|
518
|
+
Created: 2012-08-23 06:33:42
|
519
|
+
|
520
|
+
Attachments:
|
521
|
+
48208: untitled (286b)
|
522
|
+
|
523
|
+
|
524
|
+
--
|
525
|
+
|
526
|
+
# 39/39 (id/93458/total)
|
527
|
+
|
528
|
+
id: 93458
|
529
|
+
Ticket: 4200
|
530
|
+
TimeTaken: 0
|
531
|
+
Type: Comment
|
532
|
+
Field:
|
533
|
+
OldValue:
|
534
|
+
NewValue:
|
535
|
+
Data: No Subject
|
536
|
+
Description: Comments added by jais.cheema
|
537
|
+
Content: nice comment
|
538
|
+
Creator: jais.cheema
|
539
|
+
Created: 2012-12-11 01:05:51
|
540
|
+
|
541
|
+
Attachments:
|
542
|
+
57354: untitled (12b)
|
543
|
+
|
544
|
+
|
545
|
+
--
|
546
|
+
|
547
|
+
# 39/39 (id/93459/total)
|
548
|
+
|
549
|
+
id: 93459
|
550
|
+
Ticket: 4200
|
551
|
+
TimeTaken: 0
|
552
|
+
Type: CommentEmailRecord
|
553
|
+
Field:
|
554
|
+
OldValue:
|
555
|
+
NewValue:
|
556
|
+
Data: <rt-4.0.4-9469-1355187951-248.4200-24-0@tickets.cybersecure.local>
|
557
|
+
Description: Outgoing email about a comment recorded by RT_System
|
558
|
+
|
559
|
+
Content:
|
560
|
+
Tue Dec 11 12:05:51 2012: Request 4200 was acted upon.
|
561
|
+
Transaction: Comments added by jais.cheema
|
562
|
+
Queue: Invoicing
|
563
|
+
Subject: provision - charge for seeding
|
564
|
+
Owner: kerrie.coll
|
565
|
+
Requestors: jais.cheema@cybersecure.com.au
|
566
|
+
Status: resolved
|
567
|
+
Ticket <URL: http://ticketsdev.cybersecure.local/rt/Ticket/Display.html?id=4200 >
|
568
|
+
|
569
|
+
--- PLEASE DO NOT REPLY TO THIS MESSAGE, USE THE ABOVE URL TO COMMENT ON THE TICKET ---
|
570
|
+
|
571
|
+
nice comment
|
572
|
+
|
573
|
+
|
574
|
+
|
575
|
+
Creator: RT_System
|
576
|
+
Created: 2012-12-11 01:05:51
|
577
|
+
|
578
|
+
Attachments:
|
579
|
+
57355: untitled (450b)
|
580
|
+
|
581
|
+
|
582
|
+
--
|
583
|
+
|
584
|
+
# 39/39 (id/93460/total)
|
585
|
+
|
586
|
+
id: 93460
|
587
|
+
Ticket: 4200
|
588
|
+
TimeTaken: 0
|
589
|
+
Type: Set
|
590
|
+
Field: Owner
|
591
|
+
OldValue: 342
|
592
|
+
NewValue: 3444
|
593
|
+
Data:
|
594
|
+
Description: Stolen from kerrie.coll by jais.cheema
|
595
|
+
Content: This transaction appears to have no content
|
596
|
+
Creator: jais.cheema
|
597
|
+
Created: 2012-12-11 01:05:51
|
598
|
+
Attachments:
|
599
|
+
|
600
|
+
--
|
601
|
+
|
602
|
+
# 39/39 (id/93461/total)
|
603
|
+
|
604
|
+
id: 93461
|
605
|
+
Ticket: 4200
|
606
|
+
TimeTaken: 0
|
607
|
+
Type: Comment
|
608
|
+
Field:
|
609
|
+
OldValue:
|
610
|
+
NewValue:
|
611
|
+
Data: No Subject
|
612
|
+
Description: Comments added by jais.cheema
|
613
|
+
Content: HEllo world
|
614
|
+
Creator: jais.cheema
|
615
|
+
Created: 2012-12-11 22:39:20
|
616
|
+
|
617
|
+
Attachments:
|
618
|
+
57356: untitled (11b)
|
619
|
+
|
620
|
+
|
621
|
+
--
|
622
|
+
|
623
|
+
# 39/39 (id/93462/total)
|
624
|
+
|
625
|
+
id: 93462
|
626
|
+
Ticket: 4200
|
627
|
+
TimeTaken: 0
|
628
|
+
Type: Comment
|
629
|
+
Field:
|
630
|
+
OldValue:
|
631
|
+
NewValue:
|
632
|
+
Data: No Subject
|
633
|
+
Description: Comments added by jais.cheema
|
634
|
+
Content: Hello world
|
635
|
+
Creator: jais.cheema
|
636
|
+
Created: 2012-12-11 22:51:57
|
637
|
+
|
638
|
+
Attachments:
|
639
|
+
57357: untitled (11b)
|
640
|
+
|
641
|
+
|
642
|
+
--
|
643
|
+
|
644
|
+
# 39/39 (id/93463/total)
|
645
|
+
|
646
|
+
id: 93463
|
647
|
+
Ticket: 4200
|
648
|
+
TimeTaken: 0
|
649
|
+
Type: Comment
|
650
|
+
Field:
|
651
|
+
OldValue:
|
652
|
+
NewValue:
|
653
|
+
Data: No Subject
|
654
|
+
Description: Comments added by jais.cheema
|
655
|
+
Content: Hello world
|
656
|
+
Creator: jais.cheema
|
657
|
+
Created: 2012-12-11 23:16:34
|
658
|
+
|
659
|
+
Attachments:
|
660
|
+
57358: untitled (11b)
|
661
|
+
|
662
|
+
|
663
|
+
--
|
664
|
+
|
665
|
+
# 39/39 (id/93464/total)
|
666
|
+
|
667
|
+
id: 93464
|
668
|
+
Ticket: 4200
|
669
|
+
TimeTaken: 0
|
670
|
+
Type: Comment
|
671
|
+
Field:
|
672
|
+
OldValue:
|
673
|
+
NewValue:
|
674
|
+
Data: No Subject
|
675
|
+
Description: Comments added by jais.cheema
|
676
|
+
Content: Hello world
|
677
|
+
Creator: jais.cheema
|
678
|
+
Created: 2012-12-11 23:27:29
|
679
|
+
|
680
|
+
Attachments:
|
681
|
+
57359: untitled (0b)
|
682
|
+
57360: untitled (11b)
|
683
|
+
57361: filename.txt (13b)
|
684
|
+
|
685
|
+
|
686
|
+
--
|
687
|
+
|
688
|
+
# 39/39 (id/93465/total)
|
689
|
+
|
690
|
+
id: 93465
|
691
|
+
Ticket: 4200
|
692
|
+
TimeTaken: 0
|
693
|
+
Type: Comment
|
694
|
+
Field:
|
695
|
+
OldValue:
|
696
|
+
NewValue:
|
697
|
+
Data: No Subject
|
698
|
+
Description: Comments added by jais.cheema
|
699
|
+
Content: Uploading the png file
|
700
|
+
Creator: jais.cheema
|
701
|
+
Created: 2012-12-11 23:30:59
|
702
|
+
|
703
|
+
Attachments:
|
704
|
+
57362: untitled (0b)
|
705
|
+
57363: untitled (22b)
|
706
|
+
57364: trial.png (52b)
|
707
|
+
|
708
|
+
|
709
|
+
--
|
710
|
+
|
711
|
+
# 39/39 (id/93466/total)
|
712
|
+
|
713
|
+
id: 93466
|
714
|
+
Ticket: 4200
|
715
|
+
TimeTaken: 0
|
716
|
+
Type: Comment
|
717
|
+
Field:
|
718
|
+
OldValue:
|
719
|
+
NewValue:
|
720
|
+
Data: No Subject
|
721
|
+
Description: Comments added by jais.cheema
|
722
|
+
Content: Uploading the png file
|
723
|
+
Creator: jais.cheema
|
724
|
+
Created: 2012-12-11 23:33:08
|
725
|
+
|
726
|
+
Attachments:
|
727
|
+
57365: untitled (0b)
|
728
|
+
57366: untitled (22b)
|
729
|
+
57367: 12.jpg (130.9k)
|
730
|
+
|
731
|
+
|
732
|
+
--
|
733
|
+
|
734
|
+
# 39/39 (id/93468/total)
|
735
|
+
|
736
|
+
id: 93468
|
737
|
+
Ticket: 4200
|
738
|
+
TimeTaken: 0
|
739
|
+
Type: Comment
|
740
|
+
Field:
|
741
|
+
OldValue:
|
742
|
+
NewValue:
|
743
|
+
Data: No Subject
|
744
|
+
Description: Comments added by jais.cheema
|
745
|
+
Content:
|
746
|
+
Creator: jais.cheema
|
747
|
+
Created: 2012-12-11 23:34:43
|
748
|
+
|
749
|
+
Attachments:
|
750
|
+
57369: untitled (0b)
|
751
|
+
57370: untitled (0b)
|
752
|
+
57371: 12.jpg (130.9k)
|
753
|
+
|
754
|
+
|
755
|
+
--
|
756
|
+
|
757
|
+
# 39/39 (id/93469/total)
|
758
|
+
|
759
|
+
id: 93469
|
760
|
+
Ticket: 4200
|
761
|
+
TimeTaken: 0
|
762
|
+
Type: Comment
|
763
|
+
Field:
|
764
|
+
OldValue:
|
765
|
+
NewValue:
|
766
|
+
Data: No Subject
|
767
|
+
Description: Comments added by jais.cheema
|
768
|
+
Content: Uploading the png file
|
769
|
+
Creator: jais.cheema
|
770
|
+
Created: 2012-12-12 00:24:52
|
771
|
+
|
772
|
+
Attachments:
|
773
|
+
57372: untitled (0b)
|
774
|
+
57373: untitled (22b)
|
775
|
+
57374: 12.jpg (130.9k)
|
776
|
+
|
777
|
+
|
778
|
+
--
|
779
|
+
|
780
|
+
# 39/39 (id/93470/total)
|
781
|
+
|
782
|
+
id: 93470
|
783
|
+
Ticket: 4200
|
784
|
+
TimeTaken: 0
|
785
|
+
Type: Comment
|
786
|
+
Field:
|
787
|
+
OldValue:
|
788
|
+
NewValue:
|
789
|
+
Data: No Subject
|
790
|
+
Description: Comments added by jais.cheema
|
791
|
+
Content: Test comment using API
|
792
|
+
Creator: jais.cheema
|
793
|
+
Created: 2012-12-12 00:55:43
|
794
|
+
|
795
|
+
Attachments:
|
796
|
+
57375: untitled (22b)
|
797
|
+
|
798
|
+
|
799
|
+
--
|
800
|
+
|
801
|
+
# 39/39 (id/93471/total)
|
802
|
+
|
803
|
+
id: 93471
|
804
|
+
Ticket: 4200
|
805
|
+
TimeTaken: 0
|
806
|
+
Type: Comment
|
807
|
+
Field:
|
808
|
+
OldValue:
|
809
|
+
NewValue:
|
810
|
+
Data: No Subject
|
811
|
+
Description: Comments added by jais.cheema
|
812
|
+
Content: Test comment using API
|
813
|
+
Creator: jais.cheema
|
814
|
+
Created: 2012-12-12 00:56:55
|
815
|
+
|
816
|
+
Attachments:
|
817
|
+
57376: untitled (22b)
|
818
|
+
|
819
|
+
|
820
|
+
--
|
821
|
+
|
822
|
+
# 39/39 (id/93472/total)
|
823
|
+
|
824
|
+
id: 93472
|
825
|
+
Ticket: 4200
|
826
|
+
TimeTaken: 0
|
827
|
+
Type: Comment
|
828
|
+
Field:
|
829
|
+
OldValue:
|
830
|
+
NewValue:
|
831
|
+
Data: No Subject
|
832
|
+
Description: Comments added by jais.cheema
|
833
|
+
Content: Test comment using API
|
834
|
+
Creator: jais.cheema
|
835
|
+
Created: 2012-12-12 01:00:13
|
836
|
+
|
837
|
+
Attachments:
|
838
|
+
57377: untitled (22b)
|
839
|
+
|
840
|
+
|
841
|
+
--
|
842
|
+
|
843
|
+
# 39/39 (id/93473/total)
|
844
|
+
|
845
|
+
id: 93473
|
846
|
+
Ticket: 4200
|
847
|
+
TimeTaken: 0
|
848
|
+
Type: Comment
|
849
|
+
Field:
|
850
|
+
OldValue:
|
851
|
+
NewValue:
|
852
|
+
Data: No Subject
|
853
|
+
Description: Comments added by jais.cheema
|
854
|
+
Content: Test comment using API
|
855
|
+
Creator: jais.cheema
|
856
|
+
Created: 2012-12-12 01:04:25
|
857
|
+
|
858
|
+
Attachments:
|
859
|
+
57378: untitled (22b)
|
860
|
+
|
861
|
+
|
862
|
+
--
|
863
|
+
|
864
|
+
# 39/39 (id/93474/total)
|
865
|
+
|
866
|
+
id: 93474
|
867
|
+
Ticket: 4200
|
868
|
+
TimeTaken: 0
|
869
|
+
Type: Comment
|
870
|
+
Field:
|
871
|
+
OldValue:
|
872
|
+
NewValue:
|
873
|
+
Data: No Subject
|
874
|
+
Description: Comments added by jais.cheema
|
875
|
+
Content: Test comment using API
|
876
|
+
Creator: jais.cheema
|
877
|
+
Created: 2012-12-12 01:06:21
|
878
|
+
|
879
|
+
Attachments:
|
880
|
+
57379: untitled (0b)
|
881
|
+
57380: untitled (22b)
|
882
|
+
57381: 12.jpg (130.9k)
|
883
|
+
|
884
|
+
|
885
|
+
--
|
886
|
+
|
887
|
+
# 39/39 (id/93475/total)
|
888
|
+
|
889
|
+
id: 93475
|
890
|
+
Ticket: 4200
|
891
|
+
TimeTaken: 0
|
892
|
+
Type: Comment
|
893
|
+
Field:
|
894
|
+
OldValue:
|
895
|
+
NewValue:
|
896
|
+
Data: No Subject
|
897
|
+
Description: Comments added by jais.cheema
|
898
|
+
Content: Test comment using API
|
899
|
+
Creator: jais.cheema
|
900
|
+
Created: 2012-12-12 01:27:17
|
901
|
+
|
902
|
+
Attachments:
|
903
|
+
57382: untitled (0b)
|
904
|
+
57383: untitled (22b)
|
905
|
+
57384: 12.jpg (130.9k)
|
906
|
+
|
907
|
+
|
908
|
+
--
|
909
|
+
|
910
|
+
# 39/39 (id/93476/total)
|
911
|
+
|
912
|
+
id: 93476
|
913
|
+
Ticket: 4200
|
914
|
+
TimeTaken: 0
|
915
|
+
Type: Comment
|
916
|
+
Field:
|
917
|
+
OldValue:
|
918
|
+
NewValue:
|
919
|
+
Data: No Subject
|
920
|
+
Description: Comments added by jais.cheema
|
921
|
+
Content: Test comment using API
|
922
|
+
Creator: jais.cheema
|
923
|
+
Created: 2012-12-12 01:29:16
|
924
|
+
|
925
|
+
Attachments:
|
926
|
+
57385: untitled (0b)
|
927
|
+
57386: untitled (22b)
|
928
|
+
57387: 12.jpg (130.9k)
|
929
|
+
|
930
|
+
|
931
|
+
--
|
932
|
+
|
933
|
+
# 39/39 (id/93483/total)
|
934
|
+
|
935
|
+
id: 93483
|
936
|
+
Ticket: 4200
|
937
|
+
TimeTaken: 0
|
938
|
+
Type: Comment
|
939
|
+
Field:
|
940
|
+
OldValue:
|
941
|
+
NewValue:
|
942
|
+
Data: No Subject
|
943
|
+
Description: Comments added by jais.cheema
|
944
|
+
Content: nice comment
|
945
|
+
Creator: jais.cheema
|
946
|
+
Created: 2012-12-12 02:12:03
|
947
|
+
|
948
|
+
Attachments:
|
949
|
+
57399: untitled (12b)
|
950
|
+
|
951
|
+
|
952
|
+
http_version:
|
953
|
+
recorded_at: Wed, 12 Dec 2012 02:12:54 GMT
|
954
|
+
recorded_with: VCR 2.2.5
|