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.
Copy
Gleap.setTicketAttribute("notes", "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.