Support
SupportTicketsDetail
Ticket conversation view with reply and status management for admin support agents.
SupportTicketsDetail
Renders the full conversation thread for a single support ticket with customer messages, agent replies, internal notes, status controls (open, in-progress, closed), assignee selector, and a rich reply composer.
Components
<XAdminSupportTicketsDetail />
Displays the complete ticket thread and provides reply, assign, close, and reopen controls for support agents.
<XAdminSupportTicketsDetail :ticketId="ticketId" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
ticketId | string | — | ID of the support ticket to display |
endpoint | string | '/api/admin/support/tickets' | Base API endpoint |
loading | boolean | false | Show loading skeleton |
showInternalNotes | boolean | true | Display and allow adding internal notes |
showAssignee | boolean | true | Show assignee selector |
allowClose | boolean | true | Show close/reopen action |
AI Context
component: XAdminSupportTicketsDetail
package: "@xenterprises/nuxt-x-app-admin"
category: Support
use-when: Viewing a support ticket conversation and replying or managing its status in an admin helpdesk
