Hi,
If you want to close replied ticket (replied by admin or staff member). Change in configuration
Admin > JS Support Ticket > Configurations > Ticket auto close : 1 days.
Next day your replied ticket will be closed.
If you want all ticket close, run this query in phpmyadmin.
Replace wp with your database prefix.
UPDATE wp_js_ticket_tickets SET status = 4;