/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
1
Open My Change Requests
Navigate to
/it/changes/my-requests.2
Review by status
Click the tabs (All, Draft, Pending Approval, Approved, Completed) to filter your requests by lifecycle stage.
3
Open a request
Click a CR title to navigate to
/it/changes/:id for full details.4
Edit a draft
For requests in Draft status, click Edit to modify the request before submitting.
5
Create a new request
Click New Request to navigate to
/it/changes/new.Key concepts
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