Kanban view & bulk actions
Two views over the same data, plus bulk operations to move many tickets at once.
Views: Table and Kanban
Section titled “Views: Table and Kanban”- Table (default) — the data grid with all the columns
- Kanban — cards grouped by Status or Priority; drag a card between lanes to change it
Filters are shared between the two views.
Kanban workflow
Section titled “Kanban workflow”Picking a grouping
Section titled “Picking a grouping”- By Status — tracks work through the stages (
NEW → OPEN → PENDING → BLOCKED → SOLVED → CLOSED) - By Priority — triages by urgency (
LOW,MEDIUM,HIGH)
Switch the grouping from the view toggle.
Dragging cards
Section titled “Dragging cards”- Cards show ID, title, SLA, assignee avatar, and up to 3 linked chats
- Drag a card into another lane to change the status (or priority)
- Optimistic; rolls back on failure
Example: morning triage
Section titled “Example: morning triage”- Open Kanban grouped by Priority
- Filter: “Assignee = me”, “Status != Closed”
- Drag anything breached or at-risk into
HIGH - Anything over 3 days old with no comments → drop to
LOW - Switch grouping to Status and work the
OPENlane
Bulk actions
Section titled “Bulk actions”Select multiple rows to reveal the bulk toolbar:
- Status — move many tickets to the same status (common: bulk-close)
- Priority — re-triage
- Custom fields — add or remove a value on select/multiselect/checkbox fields
- Delete — permanent, confirmation required; requires delete permission
Everything applies optimistically and the server reconciles. If any one ticket fails (e.g. closed ticket can’t be edited), only that one rolls back.
Example: end-of-quarter cleanup
Section titled “Example: end-of-quarter cleanup”- Filter:
Status = SOLVED,Closed at < (today - 30 days) - Select all
- Bulk set
Status → CLOSED - Export the list from the activity log so audit has a record
Common workflows
Section titled “Common workflows”Support queue (daily)
Section titled “Support queue (daily)”- Open Tickets page → Kanban by Status, filter
Assignee = me - Check the SLA filter for
BreachedandAt risk— work those first - Work each card: open details, reply in the linked chat, update the status lane when the state changes
- End-of-day bulk-close anything left in
SOLVEDfor > 48 hours
Sales qualification handoff
Section titled “Sales qualification handoff”- SDR identifies a qualified lead in a DM
- From the chat details → Tickets tab → Create ticket
- Assign to the AE, set priority, link the chat
- Add a staged comment with qualification notes
- AE receives the assignment; uses the linked chat to continue; updates status as the deal progresses
Incident with multiple reporters
Section titled “Incident with multiple reporters”- Support sees 3 similar DMs complaining of the same symptom
- Create one ticket titled after the incident
- Link all 3 chats
- Set priority
HIGH, custom fieldSeverity = S2, assign to on-call engineer - Use comments as the internal incident channel
- When the fix ships, broadcast a 3-recipient update from the Messages page (~6-second delay)
- Close the ticket; SLA state records whether the fix was on time
Audit log
Section titled “Audit log”Every ticket action is captured in Settings → Activity Log: created, status changed, priority changed, assignment changes, comments added/deleted (metadata only), files attached/removed, custom field edits, deletion. Admins/owners can export the log to CSV, filtered by time range.