running
# working
rt.history('1234567', { :format => 'long' })
=> [ .., {"id"=>"xxxxxxxx", "ticket"=>"1234567", "timetaken"=>"5", "type"=>"Correspond", "field"=>"", "oldvalue"=>"", "newvalue"=>"", "data"=>"No Subject", "description"=>"Correspondence added by xxxxx", "content"=>"content...", "creator"=>"xxxx", "created"=>"2014-03-20 04:35:58", "attachments"=>[]} , ..]
# not working
rt.history('1234568', { :format => 'long' })
=> [ .., {"id"=>"xxxxxxxx", "ticket"=>"1234568", "timetaken"=>"10", "type"=>"Correspond", "field"=>"", "oldvalue"=>"", "newvalue"=>"", "data"=>"No Subject", "description"=>"Correspondence added by xxx", "content"=>"content..."} , ..]
# notice the last few fields are missing in the hash?
They disappear somewhere here:
It's bad style anyway @TimCorcoran ;)