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

# Triage workflow

> Review finding evidence, decide what it means, and move it through open, fixed, false positive, or wontfix.

# Triage workflow

Triage is the process of deciding what a finding means and what your team should do with it.

Every finding starts as open. From there, you can mark it fixed, false positive, or wontfix.

## 1. Open the Findings page

The Findings page shows project findings with severity, category, status, and search filters. Header counts stay project-wide so you can see the overall open risk even while filtering.

## 2. Filter the list

Use filters to focus the queue:

* Severity: critical, high, medium, low, info.
* Status: open, fixed, false positive, wontfix.
* Category: security, functional, UI, performance, accessibility, API error, other.
* Search: title, description, or category.
* Run: findings from one test run.

## 3. Review the evidence

Open a finding to inspect:

* Description and category.
* Reproduction steps.
* Request and response evidence.
* Screenshots or UI artifacts.
* Logs, URLs, and notes.
* Linked scenario or run.

Security findings usually include an OWASP category and the request that proved the issue.

## 4. Set the status

| Status         | Use it when                                   |
| -------------- | --------------------------------------------- |
| Open           | The finding still needs review or action.     |
| Fixed          | The issue was fixed and no longer reproduces. |
| False positive | The finding was not a real issue.             |
| Wontfix        | The issue is real, but the team accepts it.   |

The status updates the same finding row whether you change it from the UI, chat, or API.

## 5. Re-run when needed

After a fix, re-run the related scenario or suite. If the finding no longer reproduces, mark it fixed. If it still fails, keep it open and use the latest evidence.

## Related

<CardGroup cols={2}>
  <Card title="Severity model" icon="signal" href="/findings-severity-model">
    Understand how impact is ranked.
  </Card>

  <Card title="Failure classification" icon="filter" href="/findings-failure-classification">
    See how Qodex decides whether to open a finding.
  </Card>

  <Card title="Run tests" icon="play" href="/run-tests-from-web-app">
    Generate or verify findings.
  </Card>

  <Card title="Findings concept" icon="circle-info" href="/concepts-findings">
    Read the shorter overview.
  </Card>
</CardGroup>
