> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vortexiq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Confluence audit profile, Vortex IQ

> What the Vortex IQ Confluence health audit checks: Confluence: Findings-Space Health & Finding Lifecycle

**[Nerve Centre KPIs](/nerve-centre/kpi-cards/confluence) · [Audit Profile](/nerve-centre/kpi-cards/confluence/audit) · [Sentiment Settings](/nerve-centre/kpi-cards/confluence/sentiment)**

Surfaces the daily questions an Atlassian-suite team lives with when audit findings are routed to Confluence as evidence-rich wiki pages: is the token still good and the Findings Space readable, is the page-properties scheme intact, are findings being closed or quietly going stale, and (for merchants who also run Jira) are the Confluence pages and linked Jira issues in sync?

## What this audit checks

### Authentication & access

* API token still valid (auth on /wiki/rest/api/user/current)
* Mapped Findings Space exists and is not archived
* Integration user can read + write pages in the Findings Space (no page restrictions excluding it)
* Atlassian rate-limit (cost-budget) headroom > 30%

### Findings-Space integrity

* Finding-pages carry the `vortexiq-finding` label and a `vortexiq.status` page-property
* Page-properties macro present on every finding-page (deleted macro = page falls out of all counts)
* Wrong-Space drift - findings being written to a Space the connector is not pointing at
* Draft / trashed / archived finding-pages excluded from open counts correctly
* Open finding-page count vs 30-day baseline (sudden growth = drowning signal)

### Finding lifecycle (the stickiness test)

* Abandoned findings - `vortexiq.status` open AND version.when unchanged >14d
* Finding resolution rate over rolling 90d (target >75%)
* Avg time-to-fix for resolved findings, by `vortexiq.priority`
* Findings closed wont\_fix without a comment (silent dismissals)
* Regression rate - findings reopened after a closed status

### Team capacity

* Assignees with >10 open finding-pages via `vortexiq.assignee` (overload signal)
* Unassigned finding-pages > 5 (work nobody owns)
* Blocked finding-pages count + change WoW
* Backlog-by-priority skew (mostly low = no one is grooming)

### Cross-connector signals

* Critical findings from sibling connectors (shopify/bigcommerce/adobe/cybersource) older than 7 days with no Confluence finding-page - coverage gap
* Confluence-vs-Jira sync drift - finding-page `vortexiq.status` and the linked Jira issue status disagree (>2-3 rows) for Atlassian-suite merchants
* Finding-pages referencing decommissioned / archived integrations - stale work

## Severity thresholds

| Signal                             | Warn | Critical |
| ---------------------------------- | ---- | -------- |
| `vortexiq_findings_abandoned`      | 5    | 15       |
| `vortexiq_finding_resolution_rate` | 75   | 50       |
| `blocked_tickets`                  | 3    | 8        |
| `unassigned_tickets`               | 5    | 20       |
| `oldest_open_ticket_age_days`      | 60   | 90       |
| `open_findings_vs_baseline_pct`    | 50   | 100      |
| `rate_limit_headroom_pct`          | 30   | 10       |

## Data sources

* `GET {site_url}/wiki/rest/api/user/current` - Token + integration-user account info
* `GET {site_url}/wiki/api/v2/spaces` - Resolve mapped Findings Space + archived-Space check
* `GET {site_url}/wiki/api/v2/pages` - List finding-pages (label + space filter) for open/blocked/by-status/by-priority/throughput
* `GET {site_url}/wiki/api/v2/pages/{id}/properties` - Read vortexiq.status / vortexiq.priority / vortexiq.assignee page-properties
* `GET {site_url}/wiki/rest/api/content/search?cql=...` - CQL reconciliation (abandoned / created-in-window / wrong-Space drift)
