Skip to main content
Card class: HeroCategory: Project Management
Findings sat in the backlog with no status change for two weeks, these are the ones losing money silently.

At a glance

Of all the open Vortex IQ findings sitting in your LiveAgent helpdesk, this card counts only the ones that have had no agent action (reply, status change, tag edit, assignee change, priority change) in 14 days. LiveAgent’s helpdesk shape gives findings a longer healthy ageing tail than a chat tool, but past 14 days the resolution probability collapses; these are findings quietly costing the merchant money while everyone assumes they are “in the queue”.
What it countsTickets tagged vortexiq-finding, status in (New, Open, Answered, Postponed), where date_changed is more than 14 days before now. date_changed is LiveAgent’s roll-up of every ticket-level event: reply, status, assignee, priority, tag, custom-field.
Why activity, not creation dateA ticket created two weeks ago that the team has been replying to is being worked on. A ticket created two weeks ago that nobody has touched in 14 days is abandoned. The card uses last activity, not creation, to make this distinction.
The 14-day ruleCalibrated against typical helpdesk merchant data: 95% of findings that get resolved are touched at least once within 14 days. Past that point, resolution probability drops below 30%. The rule is identical across chat / helpdesk connectors so cross-tool comparisons stay honest.
Postponed treatmentA ticket explicitly Postponed by an agent gets a date_changed bump on the postpone action, so it does not immediately appear here. But once the postpone passes 14 days without further action, it qualifies as abandoned. This catches the “Postpone-and-forget” anti-pattern.
Resolved findingsExcluded. If the team eventually resolves an aged finding, it leaves this count immediately. The card only ever holds open work.
SLA-distinctThis is not the SLA-breach card. SLA breaches feed Blocked Tickets. A ticket can be SLA-breached without being abandoned (active work but slow), or abandoned without being SLA-breached (relaxed SLA but no work). The two cards intentionally answer different questions.
Departments scopeAll connected departments. Multi-brand merchants who isolate by department will see findings aggregated unless filtered.
Time windowRT, refreshed every 60 seconds.
Alert trigger>5 (warn) and >15 (critical). 5 abandoned findings is a process-leak signal; 15 is a process-collapse signal that requires owner-level intervention.
SentimentThreshold gauge with warn=5, critical=15.
Rolesowner, operations

Calculation

Calculated automatically from your LiveAgent data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.

Worked example

A 35-person UK B2B parts distributor on Adobe Commerce uses LiveAgent (Large plan, 8 agents) for combined helpdesk plus VoIP support. Snapshot taken on 28 Apr 26 at 11:30 GMT. Today minus 14 days = 14 Apr 26. Anything with date_changed before that is abandoned. The team has 22 open vortexiq-finding tickets. Filtering for date_changed < 14 Apr 26:
TicketCreatedLast activityStatusDays since activityAbandoned?
#LV-1498712 Mar 2622 Apr 26 (agent replied)Answered6No
#LV-1498818 Mar 2619 Mar 26 (assigned, then silent)Open40Yes
#LV-1498902 Apr 2602 Apr 26 (created, then silent)New26Yes
#LV-1499005 Apr 2612 Apr 26 (Postponed, no activity since)Postponed16Yes
#LV-1499108 Apr 2624 Apr 26 (priority bumped)Open4No
#LV-1499209 Apr 2613 Apr 26 (tag added, then silent)Open15Yes
#LV-1499311 Apr 2627 Apr 26 (replied)Answered1No
#LV-14994 to #LV-15008various Apr17 Apr - 28 Apr (active)mixed< 14No
Abandoned = COUNT(status IN ('New', 'Open', 'Answered', 'Postponed')
                  AND tag = 'vortexiq-finding'
                  AND date_changed < (NOW - 14 days))
          = 4 (#LV-14988, #LV-14989, #LV-14990, #LV-14992)
The card displays 4. Below the warn threshold of 5 but only just. The owner sees amber-trending and clicks through. Patterns:
  1. #LV-14988 is critical-priority Stripe-Radar finding routed to the Engineering department. Engineering has been on a platform-replatform sprint and has not opened the helpdesk in 6 weeks. Routing problem.
  2. #LV-14990 is a TikTok Pixel finding postponed 16 days ago for “next-quarter triage”. Postpone-and-forget: classic.
  3. #LV-14992 is a tag-only edit (someone added low-priority tag) without further work. Process leakage.
Action: the owner sets up a LiveAgent Time Rule with the trigger “if tag = vortexiq-finding and date_changed > 7 days, action: escalate to owner. Catches the next abandonment before crossing 14 days. Pair with Unassigned Tickets and Overloaded Assignees for the structural read.

Sibling cards merchants should reference together

CardWhy pair it with Abandoned FindingsWhat the combination tells you
VortexIQ Findings OpenThe pool that abandoned findings come from.Abandoned / Open ratio. Above 25% = process collapse; under 10% = healthy backlog with normal aging tail.
Blocked TicketsThe SLA-breach overlay.Abandoned + Blocked = silently breached. The most expensive subset; resolve these first.
Unassigned TicketsMost abandoned findings were never assigned.Unassigned > Abandoned = routing rules missing. Findings without an owner age fastest.
Overloaded Assignees (>10 open)Other abandoned findings were assigned to people drowning in work.High abandoned + 1-2 overloaded agents = redistribution problem, not capacity problem.
Avg Time-to-Fix (days)Cycle-time peer.Avg time-to-fix < 5d AND abandoned > 5 = team fixes fast when they engage, but engagement is patchy. Routing rules missing.
Backlog by PrioritySeverity distribution of abandoned findings.If most abandoned are Low priority = acceptable triage; if Critical = urgent intervention.
Throughput TrendOutflow rate.Throughput steady + abandoned rising = team is choosing easier findings and ducking the hard ones.
Adobe Commerce / Shopify / BigCommerce Total RevenueDollarised peer.Sustained high abandoned has shown 1-3% trailing revenue dip. The cost of inaction.

Reconciling against the vendor’s own dashboard

Where to look in LiveAgent’s own dashboard:
LiveAgent Agent Panel → Tickets → Filter: Tags = vortexiq-finding, Status excludes Resolved, Sort by: Last changed (oldest first) Tickets at the top of the sorted list are your abandoned candidates. Eyeball date_changed; anything older than 14 days from today matches our count.
For programmatic verification: GET /api/v3/tickets?_filters[tags]=vortexiq-finding&_filters[status]=N,O,A,P&_sortDir=ASC&_sortField=date_changed. Compare the returned date_changed field to your local NOW - 14 days. Why our number may legitimately differ from a manual LiveAgent count:
ReasonDirectionWhy
Activity definitionEitherLiveAgent’s date_changed updates on many event types; if a merchant counts “no agent reply” instead, they will get a higher number than we do (a status-change with no reply still resets our timer).
Time Rules side-effectsOurs lowerLiveAgent’s Time Rules can fire automated actions (auto-tag, auto-priority-bump). Each fire updates date_changed, even though no human touched the ticket. If your account has aggressive Time Rules, our count understates true abandonment. Recommended: exclude Time Rule events from date_changed (Settings → Automation → “exclude from activity tracking”).
Sync lagOurs lowerWe poll every 60 seconds. A finding that just crossed the 14-day boundary takes up to a minute to appear.
Free-tier API rate limitsBrief gapsLiveAgent’s API rate limit is 180 req/min; on burst minutes a list may be cached. The card lags by 1-2 minutes during peak.
Time zoneNegligibleBoundary differences between UTC and workspace timezone average <1 hour over a 14-day window.
Soft-deleted ticketsEitherTickets in Trash are excluded. Restoring brings them back into both the open and abandoned counts.
Cross-connector reconciliation:
CardExpected relationshipWhat causes the divergence
crisp.cri_vortexiq_findings_abandoned / livechat.liv_vortexiq_findings_abandoned / tidio.tid_vortexiq_findings_abandonedDefinitional twins.A merchant on multiple chat tools concentrates findings in the primary tool; non-primary cards sit at zero.
zendesk.zen_vortexiq_findings_abandoned / freshdesk.fd_vortexiq_findings_abandonedHelpdesk peers.LiveAgent’s abandoned count tracks closely to other helpdesk tools because the SLA shapes are similar; very different counts indicate Time Rules differences.
shopify.total_revenue / bigcommerce.total_revenue / adobe_commerce.total_revenueStatistical inverse.Sustained abandoned >5 has shown 1-3% trailing revenue dips.

Known limitations / merchant FAQs

My Time Rules update tickets automatically. Are they hiding abandoned findings? Possibly. LiveAgent’s Time Rules can fire on a schedule (e.g., “every 24h, if no reply, escalate priority”). Each fire bumps date_changed, which resets our 14-day timer. If you have a Time Rule firing every 7 days on vortexiq-finding, no ticket will ever cross 14 days from our perspective, the metric becomes silent. Two fixes: (1) configure the rule to NOT update date_changed (Settings → Automation → “exclude from activity tracking”), or (2) accept that LiveAgent’s automation is genuinely keeping the ticket warm and let the metric show 0. Why is “Postponed” counted toward abandonment? Postpone is a deferral, not a resolution. The merchant has consciously parked the work. If the work stays parked for 14+ days without any further action, it has effectively been forgotten. We catch it. If the deferral is legitimate (“waiting for next-quarter platform work”), resolve the ticket with a “won’t-fix” note instead, that drops it from the count and feeds Finding Resolution Rate. A ticket is “abandoned” but my engineer has been working on it offline. This is the most common reason a finding shows abandoned when work is happening. LiveAgent only knows about activity that touches the ticket. If your team works in GitHub or Linear, paste a status comment into the LiveAgent ticket once a week, two clicks, the ticket stops aging. We recommend a weekly Friday “ping all open findings” routine for engineering-heavy merchants. Or use LiveAgent’s GitHub integration to mirror commit messages back to the ticket automatically. One of my abandoned findings is from 90 days ago. Will it ever leave this count? Only when it changes status to Resolved, gets touched (any agent action), or is deleted. There is no upper age cap; a finding silent for 365 days is still counted. This is intentional, the whole point is to surface forgotten work. My team uses LiveAgent SLAs. Why isn’t this card just “SLA breached”? Two reasons. (1) SLA breach is binary at the SLA boundary; abandonment is a sustained-silence signal. A ticket can be SLA-breached and actively being worked (slow but moving), or abandoned and still SLA-compliant (relaxed SLA but no work). (2) Many SMB merchants on LiveAgent free or low tiers do not configure SLAs at all, in which case the SLA card shows zero and the abandonment card is the only signal of stuck work. The two cards complement, they don’t substitute. Can I exclude tickets a specific agent owns from this count? Not directly. The card aggregates the workspace. If an agent’s tickets are routinely abandoned, the underlying issue is that agent’s load or context, the metric is doing its job by surfacing the pattern. Use Tickets by Assignee to see whose load is the source. The count went from 8 to 0 overnight. What happened? Three usual causes. (1) An automation rule auto-resolved a batch (check Settings → Audit log → recent automation actions). (2) Someone bulk-edited tags, removing vortexiq-finding, dropping them from scope without resolving. (3) An admin imported or replayed activity events on the abandoned tickets, e.g., a bulk priority bump, which resets date_changed for all of them at once. Pair with Finding Resolution Rate, if rate did not jump correspondingly, the drop is artificial. My LiveAgent free plan only allows one agent. Will the card still work? Yes, but a one-agent helpdesk is unlikely to need this card; abandoned will sit at 0 or 1 because one agent inevitably touches every ticket weekly. The card adds value above ~3 agents where work can route through cracks. Free-tier merchants typically use Crisp or Tidio for chat-style work and LiveAgent only for telephony. Can the abandonment timer be different per priority? Not on this card. The 14-day rule is uniform. A separate “Critical-priority abandoned >3d” card is on the roadmap for merchants with high-volume audit pipelines. For now, set up an Automation Rule to escalate Critical findings after 3 days; that escalation bumps date_changed, which has the side-effect of removing them from this count, but it does the right thing operationally. Is “abandoned” the same as LiveAgent’s built-in “Stale tickets” report? No. LiveAgent’s Stale Tickets feature flags by absolute age (default 30 days), not by activity gap. A 30-day-old ticket with daily activity counts as Stale in LiveAgent’s report but is NOT abandoned in our metric. We are stricter and more useful. Does the card distinguish between abandoned-by-agent vs abandoned-by-customer-waiting-on-info? No, and intentionally. From the merchant’s perspective, a finding waiting on customer information for 30 days is just as costly as one waiting on engineering for 30 days, the underlying issue is unfixed either way. If you want to separately track “waiting on customer”, use a custom status (LiveAgent supports custom statuses on enterprise tier) and exclude that status from this card via the dashboard filter.

Tracked live in Vortex IQ Nerve Centre

Abandoned Findings (>14d no movement) is one of hundreds of KPI pulses Vortex IQ tracks across LiveAgent and 70+ other ecommerce connectors. Nerve Centre runs the detection layer; Vortex Mind investigates the cause when something moves; Ask Viq lets you interrogate any number in plain English. Start for free or book a demo to see this metric running on your own data.