Skip to content
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

Comment channel changed from "api" to "web" when pusing to zendesk #254

Closed
alexandarsynergy opened this issue Nov 15, 2016 · 2 comments
Closed

Comments

@alexandarsynergy
Copy link

alexandarsynergy commented Nov 15, 2016

I think that I’ve found an issue. It’s when we are pushing comments to Zendesk via Code, the comment channel is changed from “api” to “web”.

Tickets are created with ticket channel “api” which is correct, it’s just comments that make issues with “api” changing to “web”.

I'm using this call api.Tickets.UpdateTicket(ticketUpdate, comment);

the comments is crated like this:
Comment newcomment = new Comment();
newcomment.Body = lastentry.Title + " \r\n" + lastentry.Description.ToString() + " \r\n" + Notes;
newcomment.Via = new ZendeskApi_v2.Models.Shared.Via();
newcomment.Via.Channel = "api";

After pushing the comment to Zendesk the Chanel is "web"... Everything working correctly through the zendesk test console https://developer.zendesk.com/requests/new

@alexandarsynergy alexandarsynergy changed the title Comment channel changed from Comment channel changed from "api" to "web" when pusing to zendesk Nov 15, 2016
@mozts2005
Copy link
Member

I have looked at this.
I am not seeing the issue you are please have a look at the test case I have created and let me know if somehow I have missed the issue you are having.

@mozts2005 mozts2005 added this to the v3.5.2 milestone Nov 28, 2016
@mozts2005
Copy link
Member

It Has been more than a week I am closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants