Skip to main content
Metrics type: Key MetricsCategory: Project Management
Findings sat in the backlog with no status change for two weeks, these are the ones losing money silently.

At a glance

Open Vortex IQ-tagged Height tasks with no field change in 14+ days. Height is built around Tasks (atomic work units) inside Lists (project containers); the abandoned bucket here is the silent leak in the Lists you have tagged for outbound finding routing. Height is engineering-team-friendly with a strong CLI, AI-assisted triage (Copilot), and a real-time data model; teams who use Height typically use it as their single tool for engineering, design, and ops work. The card is the leading indicator that the audit programme is producing findings the team is filing but not actioning.

Calculation

Calculated automatically from your Height 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 22-person UK ecommerce engineering team using Height for everything (engineering, design, ops, marketing). Single Height workspace, four Lists tagged vortex_iq_outbound. Snapshot taken on 02 May 26 at 11:30 BST.
Six things to read into this on a Height-using team:
  1. Status hit warn at +100% vs 30D average. Height’s emphasis on real-time triage means a doubling-vs-baseline is a stronger signal than on Asana or Trello, where multi-week dormancy is more common. Treat this as urgent action this week.
  2. Engineering Production has the largest cluster (4). Three are post-release debt from the 18 Apr release; one is a slow-query finding. Post-release debt is the #1 cause of abandonment on engineering-led teams; the team shipped the release, moved to the next sprint, and never came back to the audit-flagged regressions.
  3. Design + Marketing Ops at 3 abandoned is the highest-revenue-risk cluster. Meta-description regressions on Easter campaign collection pages map directly to organic-traffic loss; pair with Google Search Console crawled-but-not-indexed counts to quantify.
  4. Site Reliability at 0 abandoned is the model. The on-call rotation absorbs SR findings inside the active sprint; this is what good audit-finding triage looks like. Replicate the pattern (clear assignee, fixed cadence, sprint inclusion) on the other three Lists.
  5. Use Height’s Copilot to suggest the next action. Height’s AI can suggest re-assignment based on past task closures; for the 8 abandoned tasks, Copilot’s suggestions are usually within the right team within 60 seconds. Accepting a Copilot suggestion counts as movement and resets the abandonment clock.
  6. Pair with hei_vortexiq_findings_open. A growing open count is acceptable if the team is closing fast enough; abandoned-rate spike alongside a growing open count is the real warning sign on engineering-led teams using Height.

Sibling cards merchants should reference together

Reconciling against the vendor’s own dashboard

Where to look in Height’s own UI:
Height app and open each List tagged vortex_iq_outbound. Use Height’s filter language (completed:false AND vortexiq_finding_id:* AND modifiedAt < 14d ago) at the top of the list view. Save the filter as a “Smart List” via the Save as filter menu for repeat use. Height’s CLI also supports the same query: height tasks list --filter "completed:false AND vortexiq_finding_id:* AND modifiedAt<14d". Useful for ops-team automations.
Height does not ship a built-in “abandoned” view; this card is closest to the saved-filter pattern Height users already know. Why our number may legitimately differ from a saved Height filter: Cross-connector reconciliation:

Known limitations / merchant FAQs

Height shows my task was modified yesterday but the card says abandoned. What’s wrong? Almost always one of two things. (1) The “modification” was a Copilot suggestion shown but not accepted; the card treats only accepted suggestions as movement. Open the task and check the activity feed for an explicit human action in the last 14 days. (2) Webhook delay: an edit made in the last 5 minutes may not have reached us yet; refresh in 5 minutes. What counts as movement on a Height task? Any of: status change, assignee change, sub-task added, comment posted, due-date change, custom-field edit, or completion. Renaming the task or editing the description also counts. Copilot suggestions accepted by a human count; suggestions left unaccepted do not. Following or unfollowing the task does not count. The 14-day window feels arbitrary. Can we tune it? Yes, in Settings, Connectors, Height, Abandonment threshold (days). We default to 14 days because it sits one full sprint plus a buffer. Engineering-led teams using Height often tune this down to 7 days because Height’s real-time-triage culture catches stagnation faster than slower-cadence PM tools. We use multiple Height workspaces. The count looks alarming. Most Height teams use one workspace; if you have multiple (e.g. one per agency client), the card aggregates across all by default. Open the per-workspace stack panel to see which one drives the abandoned count. Velocity dropped, abandoned count rising. What changed? Standard playbook. (1) Open Tasks by Assignee and look for sudden concentration changes; a key person on leave is the single most common cause. (2) Open Sprint Progress; if velocity dropped because findings stopped entering sprints, the bottleneck is the planning meeting, not the team. (3) Cross-check against Datadog incidents; a sustained incident burst pulls the team off audit work for days at a time. (4) Check Copilot Acceptance Rate; a low rate means the team is bypassing the AI’s suggestions and the manual triage friction is the cause. The abandoned count appears suddenly higher overnight. Why? Because the 14-day clock keeps ticking even when no one is editing. If five findings were last touched on the same day exactly 14 days ago, all five become abandoned at the same time the next day. Normal and self-corrects within 24 hours of the team picking the queue back up. Should I close abandoned findings or fix them? Both, depending on triage. Run a weekly 30-minute “abandoned review” with one ops lead. For each: if no real merchant impact, mark as Cancelled (Height’s terminal state for “won’t do”; closes the task cleanly). If real merchant impact, reassign and put in next sprint. We see Height-using teams close 30 to 50% of abandoned findings on this triage; the remainder being correctly prioritised is the actual win. Can Height’s Copilot help me clear the abandoned bucket? Yes. Open the abandoned filter as a Smart List and right-click any task to invoke Copilot. Copilot suggests next-action (re-assign, update status, mark cancelled, escalate to a different List) based on past task closures and the task’s age. Most teams find Copilot’s suggestions are within the right team within 60 seconds. Accept the suggestion and the abandonment clock resets. Is this card the right primary watch metric for Height-using merchants? Yes. Findings Open tells you the queue size; this card tells you the queue health. Use Findings Open to size the team’s workload; use this card to detect execution-discipline regressions. Both are hero cards because they answer different questions; if you only watch one on a Height-using team, watch this one. Why doesn’t Height ship an “abandoned” view natively? Height ships the filter primitives (modifiedAt < 14d, customField:value) but not the curated “abandoned” view. The card’s added value is the cross-List aggregation, the Copilot-suggestion handling (treating accepted-only as movement), and the alert thresholds. Engineering teams comfortable with Height’s filter language can build the saved Smart List themselves; the card adds the historical trend, threshold-based alerts, and cross-connector context. A finding important enough to fix manually but we never used Height to track it. Do we close the task? Yes. Mark the task completed: true once the work is done. Otherwise it stays in the abandoned bucket. Vortex IQ does not auto-close findings just because the underlying audit signal cleared. Does Height’s CLI work with this card? Yes. The card’s filter logic is replicable via Height’s CLI; engineering teams running Height typically build a height-finding-triage shell script that runs the equivalent query and posts the result to Slack. The card adds the Vortex IQ Nerve Centre dashboard view and threshold-based alerting on top. My team uses Height for everything. Does the count include design and marketing tasks? Yes if they are in vortex_iq_outbound Lists. The card scope is set by the connector configuration, not by the type of work. To restrict to engineering-only Lists, change the vortex_iq_outbound tag in connector setup.

Tracked live in Vortex IQ Nerve Centre

Abandoned Findings (>14d no movement) is one of hundreds of KPI pulses Vortex IQ tracks across Height 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.