createNewTicket

fun createNewTicket(): Messages.Ticket(source)

Creates a new Ticket with the properties defined in this TicketTemplate for creation. The identifier, assignment, and timestamp are not set and remain at their default values. All tickets created by this method behave completely autonomously, and changes to them do not affect this TicketTemplate or other returned instances that may have already been created.

Return

A new Ticket with the properties defined in this TicketTemplate for creation.