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

Update zendesk_ticket to latest SDK version - looking for custom_status_id column #58

Open
vkumbha opened this issue Mar 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vkumbha
Copy link

vkumbha commented Mar 11, 2024

Describe the solution you'd like
I am looking for custom_status_id column in the zendesk_ticket table.
Reference at: https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#show-ticket
Not sure if this will also require a new table "zendesk_ticket_statuses" (https://developer.zendesk.com/api-reference/ticketing/tickets/custom_ticket_statuses/) or just a hydrated column but I am looking for the "custom_status" of a given ticket. Thank you!

Using: zendesk@latest - 0.8.0
$ steampipe -v
Steampipe v0.22.0

@vkumbha vkumbha added the enhancement New feature or request label Mar 11, 2024
@ParthaI
Copy link
Contributor

ParthaI commented Mar 14, 2024

We're utilizing the github.com/nukosuke/go-zendesk Go package for data population across tables. However, this package currently lacks support for Custom Ticket Statuses.

I've submitted a pull request to include the necessary APIs for this feature.

You can find the PR here: nukosuke/go-zendesk#310

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants