ticketCreate
Create a new ticket.
Establishes a new ticket with the provided details and initial state. Used for ticket management and support operations.
Possible errors:
- FORBIDDEN: Insufficient permissions to create tickets
- TICKET_CREATE_ERROR: Error occurred while creating ticket
AUTH: Role=[user.OWNER]
ticketCreate(
input: TicketCreateInput!
): Ticket!
Arguments
ticketCreate.input ● TicketCreateInput! non-null input
Input parameters for creating a new ticket.
Type
Ticket object
Ticket entity representing a support or service request within the system. Contains all necessary information for ticket management and tracking.