The Change Requests screen provides a searchable, filterable list of all IT change requests 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.
Overview
The Change Requests list loads all change requests viauseChangeRequests and applies client-side filtering. A search box filters by title. Three dropdowns filter by status (draft, submitted, approved, rejected, scheduled, implementing, completed, rolled_back), change type (standard, normal, emergency), and risk level (low, medium, high). The data table shows CR number, title (linked to detail page), change type, status badge, risk level badge, and scheduled start date. Edit links appear in the row actions when the request is in draft status. A New Request button navigates to /it/changes/new.
Who it’s for
RequiresIT_PERMISSIONS.VIEW (outer ITViewGuard). No additional per-route permission gate.
Before you start
- You must hold
IT_PERMISSIONS.VIEWto access this screen.
Steps
Search and filter
Type in the search box to filter by title. Use the Status, Type, and Risk dropdowns to narrow the results.
View a change request
Click the title link or the View button in the actions column to open the change-request detail page.
Key concepts
- change_type — Values:
standard,normal,emergency. - status — Full lifecycle values:
draft,submitted,approved,rejected,scheduled,implementing,completed,rolled_back. - risk_level — Values:
low,medium,high(filter options);criticalmay appear in data. - virtualAutoThreshold — Table uses virtual scrolling when row count exceeds 100.
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/ChangeRequestListPage.tsx