💼 Ticket attributes
Tags: iOS
Set ticket attributes
Ticket attributes can be set with the method below. If the user also provides data for an attribute (for example description
), the user input will be prioritized.
Gleap.setTicketAttributeWithKey("notes", value: "This is a test value.")
First param: attribute key
Second param: value (string, boolean, string array or number are supported)
Ticket attribute data will not be pre-filled in forms.
Finding the ticket attribute keys
You can find or create all available ticket attributes for each ticket type in Settings > Data attributes.