-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not parsing audit part of response after updating a ticket. #257
Comments
What endpoint are you using? https://pkg.go.dev/github.com/nukosuke/go-zendesk/zendesk#Client.GetTicketAudits |
|
audits can be retrieved only from dedicated endpoint, maybe. So, you should send another |
In the example from zendesk documentation after updating a ticket, the response payload has an audit event. I am thinking of a case where you want to see the audit of changes done to the ticket directly related to the update you have just done. |
oh, I didn't know. Thank you for the information. Then, this method seems discard Lines 262 to 265 in e68b545
To support this case, we should add new method which returns audit events. |
Will you be able to work on it? I can take this up given the name that you want for the new method name? |
After updating a ticket, only the ticket part of the response from zendesk is parsed and the audit part is discarded. Is it possible to add it as we have encountered a use case for that?
The text was updated successfully, but these errors were encountered: