Desk Android v1
Desk Android
Desk
Android
Home
/
Desk
/
Android
/
Custom fields
With Ticket fields, you can save additional information on a ticket, and tickets can be classified in detail by utilizing the saved information.
Note: Refer to Prerequisite before saving additional ticket information.
Use the ticket.setCustomFields()
method to add information to a ticket. The information must consist of a field and its value, and only the field already registered Settings > Ticket fields on the Sendbird Dashboard
Note: You can store additional information of a ticket when creating a ticket.
You can filter tickets by adding a ticket field as a search filter to the getOpenedList()
and getClosedList()
. Tickets that have a value of the selected field will appear on the ticket list.