Skip to main content

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.

The New Incident page (/it/security/incidents/new) provides a form for reporting a new security incident in the IT module.

Overview

The page renders ITNewIncidentPage (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 outer ITViewGuard (it.view).

Before you start

  • Hold appropriate security module permissions.
  • Have the incident discovery date and a description ready before reporting.

Steps

1

Open the new incident form

From /it/security/incidents, click Report Incident, or navigate to /it/security/incidents/new.
2

Select incident type and severity

Choose from the code-defined incident types and assign a severity level (critical, high, medium, low).
3

Complete the form

Fill in the discovery date, description, and any other required fields.
4

Submit the incident

Save the form. The incident is created with status open and you are redirected to the incident list or detail page.

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.
  • src/routes/it.tsx
  • src/cores/it/pages/security/incidents/NewIncidentPage.tsx
  • src/cores/it/types/security.ts