← All docs

Reading a ticket fix

What each field means, and what happens if no fix was possible.

Root cause and confidence

The root cause is a hypothesis, grounded in the source code and other context gathered for it. Confidence is the model's own assessment given the context it had — low is a legitimate and useful answer, and usually means the context was thin.

Statuses

Gathering context / Reasoning: still running. No fix proposed: the model didn't have enough to go on — a real answer, not a failure. PR opened: a draft PR is up and its CI hasn't reported back yet. CI running / CI passed / CI failed: the PR's own CI result, polled automatically. Failed: something in the pipeline itself broke — see the error shown on the request.

The pull request

Opening it already triggers your own CI — Noviqent DevOps never runs a build itself, it only polls the result your CI system already reports (GitHub Checks or Commit Status, GitLab Pipelines). Nothing here merges it; a human reviews and merges exactly like any other PR.

Retry

Re-runs the pipeline from the top — a fresh context-gather and a fresh reasoning call, not a resume of the old attempt. Available once the request isn't still in progress.