QUA-1806: Document scan-triggered status changes in anomaly history#1122
QUA-1806: Document scan-triggered status changes in anomaly history#1122RafaelOsiro wants to merge 2 commits into
Conversation
Adds an admonition under Anomaly Insights → History explaining that Auto Resolve Anomalies and Reactivate Recurring Anomalies status changes are attributed to Qualytics, with Auto Resolve entries linking back to the scan. Also mentions assignee changes in the recorded events list and removes two em-dashes (Description note and Unlinking a Ticket paragraph).
Greptile SummaryThis PR adds documentation for scan-triggered anomaly status changes in the History section, attributing them to Qualytics and linking Auto Resolve entries back to their originating scan. It also applies style polish across two sections by removing em-dashes and adding trailing periods to bullets.
Confidence Score: 5/5Documentation-only change with no runtime logic; all edits are accurate prose updates safe to merge. The PR touches a single Markdown file, adds one new admonition block, updates two prose paragraphs, and applies minor punctuation fixes. There are no code paths, logic branches, or external dependencies that could regress. The previous review comment about missing trailing periods on both bullets has been fully addressed in this revision. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Scan runs] --> B{Status change?}
B -- Auto Resolve Anomalies --> C[Anomaly status → Resolved]
B -- Reactivate Recurring Anomalies --> D[Anomaly status → Active]
C --> E[History entry: attributed to **Qualytics** + link to scan]
D --> F[History entry: attributed to **Qualytics**]
E --> G[User views History section]
F --> G
Reviews (2): Last reviewed commit: "docs(anomalies): add trailing periods to..." | Re-trigger Greptile |
Warning
This PR depends on userguide#1121 getting merged first.
Overview
Documents the anomaly history entries emitted when a scan changes an anomaly's status through Auto Resolve Anomalies or Reactivate Recurring Anomalies, attributing them to Qualytics and (for Auto Resolve) linking back to the originating scan. Also mentions assignee changes in the History events list and applies light style polish to the Description note (em-dash removal plus trailing periods).
Key Changes
!!! noteadmonition under Anomaly Insights → History documenting Qualytics attribution and the scan link for Auto Resolve / Reactivate Recurring Anomalies status changes.assignee changesalongside status changes, description edits, and tag updates.Pages to Test
## Historyparagraph mentions assignee changes; the!!! noteblock immediately after the history-section image documents Qualytics attribution and the scan link for Auto Resolve.