The CAB Review screen lists change requests awaiting Change Advisory Board decision and is accessible atDocumentation 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/changes/cab.
Overview
The CAB Review page loads change requests viausePendingCABReview. Four summary metric cards display total pending count, and counts by critical, high, and medium risk level. A data table lists each change request with columns for CR number, title (linked to the detail page), category, status badge, risk level badge, and created date. Per-row action buttons allow approving (sets status to approved) or rejecting (sets status to rejected) a request directly from this screen without leaving the page.
Who it’s for
RequiresIT_PERMISSIONS.VIEW (outer ITViewGuard). No additional per-route permission gate on this route.
Before you start
- You must hold
IT_PERMISSIONS.VIEWto access this screen. - Only change requests returned by the
usePendingCABReviewhook appear here.
Steps
Open CAB Review
Navigate to
/it/changes/cab. Review the risk summary cards at the top, then the table below.Review a change request
Click the eye icon or the linked title to open the full change-request detail page.
Approve a request
Click the green checkmark icon on a row. The status updates to
approved immediately.Key concepts
- risk_level — Values:
low,medium,high,critical; drives the summary card counts. - CAB — Change Advisory Board; this screen represents their review queue.
- cr_number — Monospace change-request identifier.
Related
IT Service Management
IT Service Management overview.
Governance & parity
Documentation coverage and governance.
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/changes/CABReviewPage.tsx