wiki:SupportTickets

Support Ticket Creation

Actors: Registered User (USER)

1. A user creates a support ticket.

2. Entering Ticket Information.

3. The system stores the ticket and assigns an admin.

INSERT INTO support_ticket (user_id, admin_id, subject, description, status)
VALUES (:userId, :adminId, :subject, :description, 'OPEN');

Last modified 5 weeks ago Last modified on 01/22/26 04:09:08
Note: See TracWiki for help on using the wiki.