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 documents scan-triggered anomaly status changes in the History section of the Anomaly Insights page. It adds a note attributing Auto Resolve Anomalies and Reactivate Recurring Anomalies history entries to Qualytics (with a scan link for Auto Resolve), adds
Confidence Score: 4/5Safe to merge — all changes are documentation only, with no code or configuration touched. The change is purely additive documentation. The new admonition and updated events list are clear and internally consistent. A trailing period is missing on a changed bullet, and the adjacent unchanged bullet has the same gap — both are cosmetic and easy to fix. docs/anomalies/details/insights.md — specifically the two bullets in the Description !!! note block that are missing trailing periods. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Scan Runs] --> B{Status Change Triggered?}
B -- No --> C[No History Entry]
B -- Yes --> D{Source}
D -- Auto Resolve Anomalies --> E[History Entry: Attributed to Qualytics + Link to originating scan]
D -- Reactivate Recurring Anomalies --> F[History Entry: Attributed to Qualytics, No scan link]
D -- Manual user action --> G[History Entry: Attributed to user]
Reviews (1): Last reviewed commit: "docs(anomalies): note scan-triggered sta..." | Re-trigger Greptile |
| !!! note | ||
| - Archived anomalies cannot be edited — restore the anomaly first if you need to modify the description | ||
| - Archived anomalies cannot be edited. Restore the anomaly first if you need to modify the description | ||
| - All changes to the description are tracked in the **History** section, maintaining a complete audit trail of modifications |
There was a problem hiding this comment.
The first bullet is now two full sentences after the em-dash was replaced, but the sentence is missing a trailing period. The second bullet (unchanged) has the same issue — both bullets are inconsistent with the standard sentence-ending style used throughout the rest of the document.
| !!! note | |
| - Archived anomalies cannot be edited — restore the anomaly first if you need to modify the description | |
| - Archived anomalies cannot be edited. Restore the anomaly first if you need to modify the description | |
| - All changes to the description are tracked in the **History** section, maintaining a complete audit trail of modifications | |
| !!! note | |
| - Archived anomalies cannot be edited. Restore the anomaly first if you need to modify the description. | |
| - All changes to the description are tracked in the **History** section, maintaining a complete audit trail of modifications. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
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.