The My Change Requests 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/changes/my-requests) shows the authenticated user’s IT change requests in a tabbed view organized by lifecycle stage.
Overview
The page callsuseMyChangeRequests to load all change requests belonging to the current user. Tab filtering is client-side:
- Draft: status
draft - Pending Approval: statuses
submittedorcab_review - Approved: statuses
approved,scheduled, orimplementing - Completed: statuses
completed,rolled_back,rejected, orcancelled
/it/changes/:id), status badge, risk level badge, and created date. Draft rows show an Edit link to /it/changes/:id/edit.
Who it’s for
No explicit secondary permission gate beyond the outerITViewGuard (it.view).
Before you start
- You must have the IT module permission (
it.view).
Steps
Review by status
Click the tabs (All, Draft, Pending Approval, Approved, Completed) to filter your requests by lifecycle stage.
Key concepts
| Concept | Description |
|---|---|
cr_number | Auto-assigned change request identifier (monospace display) |
ChangeStatusBadge | Visual status indicator for the change request lifecycle |
RiskLevelBadge | Visual risk level indicator (low, medium, high) |
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/changes/MyChangeRequestsPage.tsx
- src/cores/it/hooks/useChangeRequests.ts