-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Zendesk cannot accept Empty upload parameter anymore #48
Comments
Hello and thanks for reporting the issue. I am having some trouble duplicating the bug though. The CanCreateUpdateAndDeleteTicket test here, creates a ticket and then adds a comment with an empty uploads param and all of the correct ticket info is still returned. Perhaps I didn't understand you correctly can you show me some sample code that reproduces the issue? Thanks, |
I report to Zendesk and they tell me that something as following: Hi Khaw, our developers got back to me, they could not replicate the issue here. Thomas Busse | Customer Advocate | [email protected] Then: Hi Khaw, I'm very sorry for the delay in getting back to you and for the problems First, let me state that while we have not yet determined the root cause, With that said, it does look like the ticket updates in your account are My recommendation at this point would be to update all tickets created in Joy Carletti Long term in short:
2013/10/30 Eric Neifert [email protected]
|
:( Sorry to hear about your experience. I'm a bit surprised though at their comment: "it does look like the ticket updates in your account are being sent a bit oddly: the comment updates seem to be coming in as a 'create' rather than an 'update'." Can you show me the code you are using to update tickets? I just double checked things in the api and I can confirm that the Method is in fact "PUT" (update) and NOT "POST" (create) which matches their docs. Eric |
Sorry for the late reply. I take one week leave and just back. Zendesk reply me with the following message at today: Hi Khaw & Sean, I'm really sorry for the problems that you've experienced and the delay we've had in finding a solution for you. This was a very difficult problem for our engineers to approach, as the updates on your tickets are not readily obvious when going through our logs or our database, and it takes some extensive searching to find. It's taken quite some time to find all the data and then write a script to accomplish the recovery. We have been able to write script that will recover the comments: however, the comments will be coming through as being from the account owner rather than the user. We do have the option to make them private comments if that will be more convenient for you. This will only update those tickets that are in a status that is less than closed. Given the length of time it's taken to locate all the data, you may have been able to contact your customers independently, so we wanted to ask you if you were still interested in recovery, and what the details would be, before we moved forward with this. Love your Zendesk Joy Carletti | Global Escalations Manager | [email protected] |
Hmm. What a strange error. Seems like a random bug on their end that hopefully no one will ever see again. At least now I am aware of it and can possibly advise other users in the future, so thanks for the reply. |
Just to highlight after Zendesk service disruption, Zendesk cannot accept empty upload parameter anymore.The message will be wiped if the tickets contain empty upload parameter.
The text was updated successfully, but these errors were encountered: