The Approval Inbox lists change-request approvals pending action from the signed-in user 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/approvals.
Overview
The Approval Inbox displays a table of change-request approvals assigned to the current user where a decision has not yet been recorded. Each row shows the change-request number (cr_number), title (linked to the change-request detail page), requester name, risk level badge, and the date the approval was created. Users can approve or reject individual requests using the per-row action buttons, which open a dialog accepting optional free-text comments before submission. Multiple rows can be selected via checkboxes for bulk approval without individual comments.
Who it’s for
RequiresIT_PERMISSIONS.VIEW (outer ITViewGuard). No additional per-route permission gate on this route — access to the approval actions is based on whether the user has pending approvals assigned to them.
Before you start
- You must hold the
IT_PERMISSIONS.VIEWpermission to reach this route. - Only change-request approvals explicitly assigned to you appear in this list.
Steps
Open the Approval Inbox
Navigate to
/it/changes/approvals. The table loads with all pending approvals assigned to you.Review a change request
Click the eye icon or the linked title in any row to open the full change-request detail page in a new navigation.
Approve or reject individually
Click the green checkmark (Approve) or red X (Reject) for a row. A dialog opens — enter optional comments and confirm.
Key concepts
- cr_number — The change-request identifier displayed in monospace font.
- risk_level — Displayed as a
RiskLevelBadge; values observed in code:low,medium,high,critical. - approved / rejected — The two decision outcomes recorded on submission; comments are optional for approval, defaulted to
"Rejected"for rejections if left empty.
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/ChangeApprovalInboxPage.tsx