✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for Awesome Support Pro: tickets, replies, and premium add-ons as tables

Awesome Support Pro keeps tickets in the ticket post type with SLA, Custom Fields, and Productivity add-ons writing into wp_postmeta. SleekView pivots that schema into a triage table with inline assignment and saved per-agent views.

♾️ Lifetime License available

SleekView table view for Awesome Support Pro

Premium add-ons surfaced as real columns

Awesome Support Pro layers premium add-ons on top of the same core data model: tickets are still the ticket custom post type, replies still live as ticket_reply posts, and the SLA, Custom Fields, Productivity, and Departments add-ons write into wp_postmeta against the parent ticket. The default ticket list shows core fields fine, but every premium field stays behind the ticket detail screen.

SleekView reads wp_posts joined with wp_postmeta and wp_term_relationships, then surfaces SLA due dates, Custom Field values, Productivity tags, and Department taxonomies as first-class columns. Filter for breached SLAs across all departments, save a view per agent of awaiting-reply tickets sorted by priority, or pivot by product to see queue depth without opening a single ticket.

Inline edits to status, priority, or agent assignment write through Awesome Support's own ticket-update functions, so SLA timers reset correctly, status-change hooks fire, and Email Support notifications go out the same way they would from the ticket edit screen. Capabilities like edit_ticket and assign_ticket are respected per row.

Workflow

From ticket post type to a Pro-grade triage queue

1

Detect the Pro add-ons

SleekView checks which Awesome Support Pro add-ons are active and registers SLA fields, Custom Fields, Departments, and Productivity tags as available column sources alongside the core ticket fields.
2

Compose the triage view

Pick columns from ticket core fields, SLA meta, Custom Fields, and taxonomies. Add a remaining-SLA column and an awaiting-reply filter to build the standard agent triage view.
3

Scope per role

Save per-agent or per-department views. Capability checks on edit_ticket and assign_ticket continue to apply per row, so each agent only sees and edits what their role allows.
4

Edit inline

Update status, priority, agent, or Custom Field values directly. SleekView writes through Awesome Support's update functions so SLA timers, hooks, and notifications fire exactly as they do from the ticket edit screen.

Sample columns

A typical Pro helpdesk view

One row per ticket with SLA, department, and Custom Fields add-on values visible inline.
Source: wp_posts (post_type=ticket, ticket_reply) + wp_postmeta + wp_term_relationships
Ticket # Subject Status SLA Department Agent Updated
#7821 Checkout 500 error Awaiting reply Breached Billing alex 1h ago
#7820 License activation stuck In progress 4h left Technical ria 3h ago
#7819 Feature request Resolved Met Product tom 1d ago
#7818 Duplicate report Closed n/a Triage mia 4d ago

Comparison

Default Awesome Support Pro admin vs SleekView

Default Awesome Support Pro admin

  • SLA add-on due dates live in wp_postmeta but don't sort inline
  • Custom Fields add-on values stay behind the ticket detail screen
  • Departments and Products require switching screens for cross-cut triage
  • Productivity add-on tags aren't filterable in the default list
  • Bulk reassignment goes one ticket at a time

SleekView

  • Surface SLA due dates from wp_postmeta as a sortable column
  • Pivot Custom Fields add-on values into filterable columns
  • Inline edit status, priority, and agent without opening tickets
  • Save views per agent, department, or product taxonomy
  • Filter breached SLAs across every department in one table

Features

What SleekView gives you for Awesome Support Pro

SLA-aware triage

Sort tickets by SLA remaining time straight from wp_postmeta. A saved view of breached tickets gives support leads an instant escalation list every morning.

Department cross-cut

Combine department, product, and status filters into one saved view. Multi-product Pro installs stop bouncing between Awesome Support's screens to triage.

Inline reassignment

Update agent, status, or priority from the row. Writes go through Awesome Support's ticket-update functions so SLA timers, hooks, and notifications behave normally.

Audience

Who uses SleekView for Awesome Support Pro

Pro support agents

Personal queues filtered by department and SLA risk. One shift-start view replaces the four-click navigation through Awesome Support's stock screens.

Support leads

Workload per agent, SLA risk across departments, and inline reassignment in one table. Reassign without opening tickets and timers reset cleanly.

Operations

Ticket volume by department or product across the Pro Departments and Productivity taxonomies. Group by week to track resolution trends without exporting.

The bigger picture

Why Pro helpdesks need a Pro-grade triage surface

Awesome Support Pro is one of the most extensible WordPress helpdesks, with add-ons that cover SLAs, departments, custom fields, productivity macros, and email piping. The trade-off is that each add-on adds its own data dimension to the ticket, and the default ticket list only shows a fixed subset. Agents and leads on a busy Pro install end up clicking into ticket detail screens just to see which SLA bucket a ticket is in or which custom-field value distinguishes it.

The data is right there in wp_postmeta, but the surface that exposes it for triage doesn't exist. SleekView fills that gap by treating wp_posts, wp_postmeta, and wp_term_relationships as one unified source and letting any agent or lead compose the columns and filters they actually need. Saved views per agent or department replace the tab-jumping.

Inline edits write through the Pro update functions so timers and hooks behave. The helpdesk model stays in Awesome Support Pro, while the triage surface finally matches the depth of the data.

Questions

Common questions about SleekView for Awesome Support Pro

Yes. SLA add-on due dates and remaining time are stored as wp_postmeta against the parent ticket. SleekView reads that meta and exposes both as sortable, filterable columns. Sort by remaining time ascending and the breached or near-breach tickets surface at the top of the view.

 

Yes for text, select, number, and checkbox field types. SleekView writes through the Custom Fields add-on's save handlers so validation and conditional logic continue to apply. Complex types like file uploads stay read-only in the table and edit best from the ticket detail screen.

 

Departments are registered as a taxonomy on the ticket post type. SleekView joins wp_term_relationships and surfaces department as a filterable column. Saved views can scope to a department, and the standard role capabilities for department access still apply.

 

Yes. Productivity tags, snippets, and macros run from the ticket detail screen. SleekView surfaces Productivity tag values as a column so a lead can see which macros were applied without opening tickets, but the macro editor itself stays in the Productivity UI.

 

Yes. SleekView queries the same wp_posts and wp_postmeta indexes that Awesome Support Pro relies on, with meta-key filters pushed into the SQL layer. Installs with tens of thousands of tickets render queues in well under a second when the recommended wp_postmeta indexes are in place.

 

Edits route through Awesome Support's ticket-update functions, which fire the wpas_ticket_after_update hook and write a history entry. If you log changes through the Audit add-on or a custom logger, those entries continue to appear because SleekView never writes directly to the database tables for editable fields.

 

Yes. Email Piping tickets arrive as standard ticket post type records and behave identically in the table. Agents can reassign, change status, or update Custom Fields on email-created tickets exactly as they would on tickets opened through the front-end ticket form.

 

Yes. Every saved view exports to CSV with the current columns, filters, and sort order. Useful for monthly SLA reporting, sharing a backlog with a stakeholder outside WordPress, or feeding a snapshot into a spreadsheet for an offsite review.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView