# Change Management

ITIL defines Change as "the addition, modification, or removal of any authorized, planned, or supported service or service component that could affect services." In other words, a Change is adding, removing, or modifying anything that could directly or indirectly affect the organization's services and operations. The changes could include documentation, processes, applications, or IT infrastructure. In Infraon, the module that handles all the change requests is called "Change."

Change Management is a set of processes defined to manage the lifecycle of a change request. It aims to minimize risks and disruptions to IT services and business operations while implementing changes.

## Benefits of Change Management <a href="#toc174553227" id="toc174553227"></a>

* Reduced system downtime and outage
* Faster change implementation
* Decreased negative impact on business and IT services
* Visibility into future IT changes

## Essential Roles in Change Management <a href="#toc174553228" id="toc174553228"></a>

**Change Manager** - A Change Manager is responsible for reviewing the submitted change requests, scheduling Change Advisory Board(CAB) meetings, updating the change records, reviewing the rollback and rollout plans, coordinating the implementation of changes, and reviewing the implemented changes. Usually, a high-level manager or a Domain Expert is assigned as a Change Manager to a change request.

**Change Advisory Board(CAB)** - A Change Advisory Board (CAB) may consist of Business, IT Operations, Development, Customer, Domain Experts, and Solution Architects, depending upon the type of the change. A CAB is carefully selected to ensure all facets of an organization are represented while discussing the impacts, benefits, and implementation of a change. CAB requires financial data, the technical advantage of the change request, the number of resources required, criticality, and so on, to make an informed decision on the change request. Depending upon the severity of the change, the Change Manager may decide whom to include in the discussions. A CAB chooses whether to approve or reject a change.

## Change Management Process <a href="#toc174553229" id="toc174553229"></a>

Infraon's Change Management module enables users/organizations to implement changes through the following steps seamlessly:

* **Change Detection** is the first step of Change Management. For example, a customer may request a change in the services or ask for additional services. This is logged as a change request. A change request may also arise from a ticket, request, or problem.&#x20;
* **Change Recording** - A technician or user with the required permissions can log a change in the module.&#x20;
* **Planning**—In this stage, the change request is planned. A comprehensive plan is essential for the successful implementation of a change. A detailed plan showcases the risks, impacts, rollout plan, rollback plan, and associated downtime(if any) to all stakeholders. Planning is important in getting approvals from the Change Advisory Board (CAB).&#x20;
* **Analysis** - A detailed analysis is performed to understand a change's risks and impacts on the organization or service(s).&#x20;
* **Change Approvals -** The change plan needs to be reviewed, and the Change Advisory Board (CAB) decides. The change plan may be approved or rejected.&#x20;
* **Change Implementation** - Once approved, the change manager ensures the change is implemented as detailed in the plan and at the right time. A Change Manager also ensures coordination between different teams involved in the change implementation.&#x20;
* **Review** - Once a change is implemented, a post-implementation review is conducted to confirm whether the change was successful. A review is also performed to determine if the change achieved its objectives. If the change implementation is unsuccessful, the rollback plan is activated promptly.&#x20;
* **Closure** - This is the last step in the Change management process. After conducting a post-implementation review, the change can be closed with closing comments on whether the change was successful, executed on time, and so on.&#x20;

<figure><img src="/files/cMWfZrBGeskfiip3vxWS" alt="ITSM Change Management"><figcaption><p>Change Management</p></figcaption></figure>

> Apart from these, Infraon also covers change ownership, monitoring, tracking, and communication - throughout the life cycle of each change request.

Changes are managed through the "Change" module. Users with appropriate permissions can raise changes. Changes follow multiple state(s) and status(es) throughout their life cycle.

### State and Status <a href="#toc174553230" id="toc174553230"></a>

<table data-header-hidden><thead><tr><th></th><th width="186"></th><th></th></tr></thead><tbody><tr><td><strong>State</strong></td><td><strong>Status</strong></td><td><strong>Status Scenario</strong></td></tr><tr><td>Open</td><td>New</td><td>When a new change is logged in the system.</td></tr><tr><td>In Progress</td><td>Planning</td><td>When the planning of the change request is in progress.</td></tr><tr><td>In Progress</td><td>Analysis</td><td>When the possible risk analysis is in progress.</td></tr><tr><td>In Progress</td><td>Implementation</td><td>When the proposed change plans are being implemented.</td></tr><tr><td>In Progress</td><td>Deployment</td><td>When the change is being deployed in production.</td></tr><tr><td>In Progress</td><td>Verification</td><td>When the deployed change is being verified.</td></tr><tr><td>On Hold </td><td>Pending</td><td>If any changes are pending to be implemented.</td></tr><tr><td>Close</td><td>Closed</td><td>After Post Implementation Review, the change can be closed with closing comments.</td></tr><tr><td>Close</td><td>Cancel</td><td>If the change implementation is canceled.</td></tr></tbody></table>

Customized Status(es) can be configured from the 'Workflow' module to suit the requirement.

{% hint style="info" %}
Easily convert resolved Changes to Knowledge Base articles. KB icon appears post-resolution, ensuring efficient knowledge management.
{% endhint %}

**Demo data for ITSM module change for new Org**

Knowledge Base Modules! Explore added knowledge articles to understand the functionality and purpose of KB modules.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.infraon.io/infraon-help/infinity-user-guide/change-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
