You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: