# Transport Promotion and Pipeline Activity

### Transport Promotion

In **ReleaseOwl**, *transport promotion* refers to the controlled and automated movement of **Transport Requests (TRs)** across various stages of the **release pipeline**, typically from **DEV → QA → PROD**.

#### **Steps to Promote a Transport**

1. Click on the **action menu (⋯)** next to the transport.
2. Select the **Promote** option.
3. The transport will then be promoted to the next environment (e.g., from DEV to QA or QA to PROD), depending on its current stage in the pipeline.

{% hint style="info" %}
**Note:**  Before a transport can be promoted, it **must be assigned to a User Story**.

* The **User Story** must be linked to a **Release Pipeline**.
* If not properly assigned, you will receive a warning indicating the missing association, and the promotion will not proceed.
  {% endhint %}

<figure><img src="/files/apCCUdVn8ZcsHoQPeEEo" alt=""><figcaption></figcaption></figure>

**Pipeline Activity:**

In ReleaseOwl, the **Pipeline Activity** section provides a real-time, detailed overview of all actions executed during the deployment lifecycle, including validation tasks, approvals, and deployment tasks.

<figure><img src="/files/p0x7uVpfbMgSLqoLPaMZ" alt=""><figcaption></figcaption></figure>

**Refresh Button**

The **Refresh** button in the **Transport Management** section updates the **Pipeline Activity** screen with the most recent information.

<figure><img src="/files/XJ0cZbCbzgE20JIVYGaP" alt=""><figcaption></figcaption></figure>

**History Button**

The **History** button in the **Transport Management** section provides a detailed log of all actions performed on a **Transport Request** within the release pipeline.

<figure><img src="/files/8ECoTRKqVLgqUGtQ7fJl" alt=""><figcaption></figcaption></figure>

When you click on the arrow button (**>**), you are taken to the **Pipeline Activity** screen.

<figure><img src="/files/L4TzNc22K874xg33JvnN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/w6h2jJRikZuQUW467RK8" alt=""><figcaption></figcaption></figure>


---

# 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://releaseowl.gitbook.io/releaseowl-docs/releaseowl-user-guide/sap-on-premise/transport-promotion-and-pipeline-activity.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.
