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

Create ticket as a "follow up" ticket #296

Closed
ghostgraham opened this issue Aug 2, 2017 · 5 comments
Closed

Create ticket as a "follow up" ticket #296

ghostgraham opened this issue Aug 2, 2017 · 5 comments
Assignees
Milestone

Comments

@ghostgraham
Copy link

This is an enhancement request. The Zendesk API allows you to create a ticket as a follow up ticket - https://developer.zendesk.com/rest_api/docs/core/tickets#creating-follow-up-tickets - this is the only way to perform any kind of update on an already closed ticket, which simply creates a link from the old ticket to the newly added follow up ticket.

This isn't currently possible through the ZendeskAPI_v2 wrapper, but it looks like it only needs an extra field to be able to support this. You can already add a ticket.Via.Source.From.Rel = "follow_up" but it's not possible to add the Id of the ticket you are creating this as a follow up to (i.e. there's no ticket.Via.Source.From.Id attribute).

Apologies if this isn't written very clearly - please let me know if I need to provide further information. This is not urgent but if quick/simple to implement would be very much appreciated to enable this functionality. Thanks.

@mozts2005
Copy link
Member

@jslaybaugh
Copy link

Worked for me! Setting ViaFollowupSourceId to a closed ticket works as hoped.

@mozts2005
Copy link
Member

Good, I will Get the release out so that other can use this.

@ghostgraham
Copy link
Author

ghostgraham commented Aug 17, 2017 via email

@jslaybaugh
Copy link

Any update on when 3.7.1 will be available on nuget.org? I think I'm running into some really hard-to-nail-down issues with deployment and having multiple package sources.

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

3 participants