-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
I have got ticket:
<Zendesk2::Client::Ticket
id=886,
assignee_id=nil,
collaborator_ids=[],
created_at=2015-06-18 16:35:12 UTC,
custom_fields=[],
description="test",
due_at=nil,
external_id="",
forum_topic_id=nil,
group_id=25818508,
has_incidents=false,
organization_id=nil,
priority="",
problem_id=nil,
recipient="",
requester_id=1069516038,
satisfaction_rating=nil,
sharing_agreement_ids=[],
status="new",
subject="test",
submitter_id=1069516038,
tags=[],
type="",
updated_at=2015-06-18 16:35:12 UTC,
url="https://ray1434039174.zendesk.com/api/v2/tickets/886.json",
via={"channel"=>"api", "source"=>{"from"=>{}, "to"=>{}, "rel"=>nil}}I would like to create one more comment to this ticket with this command:
ticket.comments.create({:body => 'test2', :html_body => '<p>test2</p>', :trusted => true, :public => true, :author_id => 1069516038})and I got this error:
NotImplementedError: NotImplementedError
from /Users/ivangaranin/.rvm/gems/ruby-2.2.0-preview1/gems/zendesk2-1.5.17/lib/zendesk2/client/model.rb:7:in `save!'
Could you help me ?
Thank you,
Ivan