Findings sat in the backlog with no status change for two weeks, these are the ones losing money silently.
At a glance
Live count of Vortex IQ findings sitting in your HelpScout shared inbox with no status, thread, or assignee change for 14 days or more. The merchant question this answers is: “how many revenue-leak fixes have I forgotten about?” This is the silent drain gauge. HelpScout’s customer-centric culture often means engineering-flavoured findings get lower priority than consumer queries; this card surfaces the cost.
Calculation
Calculated automatically from your Help Scout data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
The same US wellness DTC brand from the parent card. Snapshot taken on 02 May 26 at 11:15 ET. Of the 16 open Vortex IQ findings, 5 have not seen any thread update for 14 days or more.
The card reads 5. Threshold says warn at 5, critical at 15, so the panel just tipped amber. Three observations:
- **Composite weekly leak ≈ 2.2k/week is roughly $9k/month, well above the cost of an additional triage hour per week.
- The subscription portal SSO loop is the highest revenue-impact finding. For a wellness DTC brand, subscription churn is the lifeblood metric. An SSO loop that prevents subscribers from managing their accounts is a direct churn driver. Pair with
shopify.subscription_churn_rate. If churn is up 0.5 points since the bug landed, the cost is materially higher than the $1,200/week estimate. - The wholesale finding has been abandoned for 24 days but has a day-1 internal note. This is the exact “looked at, never resolved” pattern HelpScout’s UX is most prone to: shared-inbox model means anyone can comment, no-one owns. Apply a HelpScout Workflow that auto-assigns
wholesale@Vortex IQ tags to the wholesale account manager. - The free-shipping threshold widget tipped into Abandoned exactly today. Last touched on day 2 (status change), then nothing. Day 14 cutoff. Cheapest action: a one-line internal note resets the clock and removes it from this list.
- Pair this card with
shopify.refund_rateandshopify.customer_service_sentiment. “Abandoned: 5, refund rate up 0.3 points, NPS down 3 points” is the board-level cost narrative for a HelpScout-using DTC brand whose entire CS philosophy is built on customer-centricity.
Sibling cards merchants should reference together
Reconciling against the vendor’s own dashboard
Where to look in HelpScout’s own dashboard:Inbox view (secure.helpscout.net/conversations) with filters:Why our number may legitimately differ:Tag = vortex-iq,Status = Active OR Pending, sort by Last Modified Ascending. The top of the list is your abandoned tickets. Saved Searches to share that view across the team. Reports → Conversations → Time-to-Resolve to see the long tail of resolution times forvortex-iq-tagged conversations.
Cross-connector reconciliation:
Known limitations / merchant FAQs
Why does HelpScout Reports show a different number? Three reasons:- Field choice. Reports’ “Time-to-Resolve” uses
closedAt, notuserUpdatedAt. We useuserUpdatedAtbecause abandoned-but-still-open is the population that matters. - Time zone. The 14-day cutoff is UTC for the card; Reports honour company timezone.
- API filter limitation. The card filters in-memory after a
modifiedSincequery, which can briefly disagree with the UI on accounts with very large open backlogs.
userUpdatedAt. The 14-day clock resets on any thread.
Should Beacon auto-replies count as movement?
Yes by default. If you’d rather discount bot-only updates (the bot is keeping the clock alive on tickets nobody is actually triaging), set vortex_iq.exclude_bot_updates: true in the connector config.
Why is the threshold 14 days, not 7 or 30?
Empirical. Across 200+ merchants, the probability that an open finding closes drops sharply after day 14 and approaches zero after day 21.
My team uses a custom “Won’t Fix” tag instead of closing tickets. Do they count?
Yes, until status moves to Closed. Tags don’t change status. Build a Workflow that closes a conversation when the wont-fix tag is applied.
The count went from 5 to 0 overnight, what happened?
Most likely a Workflow ran a bulk action (e.g. “add internal note to all vortex-iq conversations”) which updated userUpdatedAt and reset all clocks. Healthy if deliberate; suspicious if findings re-enter Abandoned 14 days later.
Open count jumped, what should I check first?
Same playbook as the parent VortexIQ Findings Open card with one addition: if Abandoned jumped without Open jumping, you have a triage stoppage, not a finding influx. Check Top Assignees Overloaded.
Response time vs resolution time, which one is this card about?
Resolution-time-extreme. The long tail of resolution time, not response time. A 30-second first reply does not prevent abandonment if the conversation goes silent after that. Use HelpScout’s Time-to-Resolve report (filtered to vortex-iq) for the matching SLA tracking.
Multi-mailbox: should I split this card per Mailbox?
Yes if your Mailboxes map to separate teams. Use vortex_iq.mailbox_filter to scope per-Mailbox panels. HelpScout’s structure naturally aligns with this split.