The New Incident page (Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/it/security/incidents/new) provides a form for reporting a new security incident in the IT module.
Overview
The page rendersITNewIncidentPage (lazy-loaded from @/cores/it/pages/security/incidents/NewIncidentPage). Valid incident types (from code): data_breach, malware, unauthorized_access, phishing, denial_of_service, policy_violation, other. Valid severity levels: critical, high, medium, low.
Who it’s for
No explicit secondary permission gate beyond the outerITViewGuard (it.view).
Before you start
- Hold appropriate security module permissions.
- Have the incident discovery date and a description ready before reporting.
Steps
Open the new incident form
From
/it/security/incidents, click Report Incident, or navigate to /it/security/incidents/new.Select incident type and severity
Choose from the code-defined incident types and assign a severity level (critical, high, medium, low).
Related
IT Service Management
IT Service Management overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/it.tsx
- src/cores/it/pages/security/incidents/NewIncidentPage.tsx
- src/cores/it/types/security.ts