The updated ZendeskTicket object with the new comment.
zendesk ticket
Examples
Add a simple comment
the ticket # Assume we already have a ticket concept in the KLang
create a json
use the above as the comment
the comment's body is "This is a test comment"
add the comment to the ticket
Add a comment with an attachment
to create a (ticket) in zendesk
Creates a new ticket in Zendesk with the specified properties.
A list of Zendesk Ticket fields representing all available fields and custom fields.
zendesk ticket field
Examples
Get all ticket fields
to search some (tickets) in zendesk
FILTER - CAPABLE
Retrieves tickets from Zendesk using search functionality with optional filter expressions.
NOTE: This method uses the search API, which might not return immediately updated data after ticket creation. It may take up to some minutes to index newly created tickets. If you need immediate access to the ticket data, use the get_ticket_by_id method instead. If you want the custom fields names and values use the get_ticket_fields method
the ticket # Assume we already have a ticket concept in the KLang
the attachment # Assume we already have an attachment in the KLang
create a json
use the above as the comment
the comment's body is "This is a test comment"
add the comment to the ticket
the attachment is the attachment
the attachment name is "test.pdf"
create a json
use the above as the ticket
the ticket's subject is "Test"
the ticket's description is "This is a test ticket"
create the ticket in zendesk
get some tickets in zendesk
use the first ticket as the ticket
delete the ticket in zendesk
the ticket # Assume we already have a ticket
get the ticket's comments in zendesk
use the first comment as the comment
use the comment's first attachment as the attachment
download the attachment
get a ticket in zendesk
the ticket id is 12345
get a user in zendesk
the user id is 12345
the ticket # Assume we already have a ticket concept
get the ticket's audits in zendesk
the ticket # Assume we already have a ticket concept in the KLang
get the ticket's comments in zendesk
get some users in zendesk
get some users in zendesk whose role is "agent"
get some users in zendesk
the offset is 0
the limit is 10
get ticket fields in zendesk
search some tickets in zendesk
search some tickets in zendesk whose status is "open"
search some tickets in zendesk
the offset is 0
the limit is 10
the ticket # Assume we already have a ticket concept in the KLang
the ticket's status is "open"
the ticket's priority is "high"
update the ticket in zendesk