# Instructions to add a New Release

## Add Release

* Go to Infraon Infraon Infinity portal -> Release.&#x20;
* Navigate and click on the ‘New Release’ button at the top right corner of the page.&#x20;
* Enter the below details in the respective callout boxes:&#x20;

<table data-header-hidden><thead><tr><th width="168.20001220703125"></th><th width="321.0001220703125"></th><th></th></tr></thead><tbody><tr><td><strong>Label</strong></td><td><strong>Action</strong></td><td><strong>Description/ Example</strong></td></tr><tr><td>Requester Details</td><td></td><td></td></tr><tr><td>Assignee</td><td>Select the Name of the Assignee from the drop-down box.</td><td>Click on the “Take it” button to self assign.</td></tr><tr><td>Impact</td><td>Select the required call-out from the drop-down box.</td><td>Business, Location, Department, Group.</td></tr><tr><td>Urgency</td><td>Select the type of Urgency needed for the release.</td><td>Low, Medium or High.</td></tr><tr><td>Severity</td><td>Select the level of severity of the release.</td><td>Minor, Major or Critical.</td></tr><tr><td>Risk</td><td>Select the level of risk associated with the release.</td><td>Low, Medium, High or Critical.</td></tr><tr><td>Version</td><td>Enter the Version details for the release.</td><td></td></tr><tr><td>Service Category</td><td>Select the service category from the drop-down filter box.</td><td><p>IT Services</p><ul><li>Email Support</li><li>Email Client Installation</li><li>Mailbox Quota Request</li><li>Email Delete</li><li>New E-Mail Account</li><li>Hardware Support</li><li>Printer Service</li><li>PC</li><li>Software Supoort</li><li>Antivirus Service</li></ul></td></tr><tr><td>Tag</td><td>Select a Tag to assign in the release.</td><td>Click on the “New Tag” to create a new Tag for the instance.</td></tr><tr><td></td><td></td><td></td></tr><tr><td>Title</td><td>Enter a descriptive title for your release</td><td></td></tr><tr><td>Description</td><td>Give a brief description about your release.</td><td></td></tr><tr><td>Release Details</td><td></td><td></td></tr><tr><td>Due Date</td><td>Select the required due date for your release.</td><td></td></tr><tr><td>Release Manager</td><td>Click to assign a release manager.</td><td></td></tr><tr><td>Priority</td><td>Select the priority from the drop-down box.</td><td>Low, Medium, High or Critical.</td></tr><tr><td>Release Type</td><td>Select the type of release from the drop-down box.</td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td>Notes</td><td>Click to add a specific notes for your release.</td><td></td></tr></tbody></table>

Once all details are filled out, click Submit to add them.&#x20;

## Convert Failed Release to Incident or Change

To improve traceability and follow-up actions in release workflows, users can convert failed releases into incidents or change requests, depending on the nature of the failure.

This ensures that failures during release execution are not lost but are captured and redirected for resolution or further change planning.

### How It Works

* A new **“Failed” stage** is added to the **Release Workflow**.
* When a release reaches the **Failed** status:
  * A prompt appears with options to:
    * **Convert to Incident**, or
    * **Convert to Change**
* Upon selecting an option:
  * The platform auto-generates the corresponding record.
  * Key details from the release—such as **Title**, **Description**, **Impacted Services**, and **Related Configuration Items**—are carried over.
  * The item is routed to the appropriate module for further action.

### Example Use Case

A software update release fails due to version conflicts. Instead of manually raising a follow-up issue, the admin marks the release as **Failed**, then converts it directly to a **Change Request** to re-plan the update.\
\
Alternatively, if the failure caused a service disruption, it can be converted into an **Incident** for immediate troubleshooting.

#### Relation

Release relationships follow the same structure as defined in [Problem Management](/infraon-help/infinity-user-guide/problem-management.md#problem-management-and-relation-with-other-processes). For a detailed explanation of how linked records work, refer to the Problem Management page.

## Delegate Approval

**Delegation** enables users to assign their approval responsibilities to another user for a specified period. Ensures that ongoing approvals are not delayed when the primary approver is unavailable due to planned leave, travel, or other reasons.

[Click here](/infraon-help/infinity-user-guide/ticket-management/tickets.md#hlk208223135) to learn more.


---

# 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/release-management/instructions-to-add-a-new-release.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.
