2.3 KiB
2.3 KiB
Ticket Management
View and handle user-submitted tickets with reply and close functions.
Table Column Description
Title
Ticket title.
User
User who submitted the ticket.
Status
Current ticket status (with color indicator):
- Pending Follow-up (Red) - Newly submitted, awaiting admin
- Pending Reply (Yellow) - Admin replied, awaiting user
- Resolved (Green) - Issue resolved
- Closed (Gray) - Ticket closed
Updated At
Last update time.
Table Operations
Reply
Opens ticket conversation drawer:
- View complete ticket conversation
- Input reply content
- After sending, status changes to "Pending Reply"
Close
Closes ticket (requires confirmation):
- Status becomes "Closed"
- Cannot operate after closure
- User can still view
Check
View closed ticket conversation (read-only).
Ticket Conversation
After opening ticket, shows conversation interface:
Conversation Messages:
- Ticket description (user's first message)
- All follow-up records
- Shows timestamps
- Distinguishes user/admin messages
Reply Ticket:
- Input reply in bottom text box
- Click send button
- Message displays immediately
- Status auto-updates to "Pending Reply"
Auto Refresh:
- Auto-refreshes every 5 seconds
- Gets latest messages
Filter Functions
Status Filter
Select "Closed" to view closed tickets.
Usage Scenarios
Scenario 1: Handle New Ticket
- View "Pending Follow-up" tickets
- Click "Reply" button
- Read user's question
- Input solution
- Send reply
- User receives notification
Scenario 2: Close After Resolution
- Open ticket conversation
- Confirm issue resolved
- Click "Close" button
- Confirm close operation
- Ticket marked as closed
Scenario 3: Multiple Rounds of Conversation
- Open ticket
- View conversation history
- Reply with new message
- Continue following up until resolved
Important Notes
- Timely Reply: Pending tickets should be handled promptly
- Conversation Records: All messages permanently saved
- Auto Refresh: Conversation auto-updates every 5 seconds
- Close Restriction: Cannot reply after closure
- Status Change: Auto-changes to "Pending Reply" after replying
- User Notification: User receives notification after reply
- View Closed: Closed tickets viewable but not replyable