Trigger RM Version Transitions from Golive Deployments

This integration allows you to automatically move a version to the next stage in your Release Management (RM) board, when a deployment is added to Golive. It helps keep your release tracking accurate and in sync with real deployment events, without manual updates.


Requirements

  • You must be using Golive on Jira Cloud.

  • Ensure that Release Management is installed and properly configured, with the Advanced version that supports authentication tokens.


How it Works

  1. A deployment is added to Golive (either manually or automatically via CI/CD integration).

  2. Golive triggers a Webhook that moves the related version to the next column in the RM board.


Configuration Steps

Step 1: Create your RM App authentication token

  1. Open your RM release board.

AD_4nXcpgLvtUN6arz1pTYHQvX7gM8ELJmhF_r2Nf_RfZO27p31KQNXUHifFRBPWbxXF20vhz8r2-CsUPwGL0yjqUd9ekDf4dBxEPsmlGOep9R0MYDgQ4_eNBdeHuOxBp_GVeaC65B0b8Q?key=Xki_KufW2CSEHexWxQMDxQ
  1. Go to API Tokens.

  2. Create a new token and save it. You’ll need it in Step 3.

AD_4nXfOMxcG-_0jUKW8PYTdVyrPCLpfgRjGmLBb8kuzFRTLkQMNsiDXb3t-A7yJkiMKIPEA9vgQrekI7_Ir0spY8Qz26uwiio94htYxJCBrf3Uzb6HwHeS8zmQLYFLv6OG3bFXXvfUgLQ?key=Xki_KufW2CSEHexWxQMDxQ
AD_4nXeCjoraJvQZOTmIWeK11spkIto6PNuwvftE1qu5LqJdYu0P0js-0fRhx1VP3-19v0X50OxVEi56W4TZciIYxmwPiB7mGWmoRvj9BVsQHUvoBvMrK2NrhHx1kzuU5BjDsyarLg0Kkg?key=Xki_KufW2CSEHexWxQMDxQ


Step 2: Get the RM Status Transition URL 

  1. Open your RM board and select any version.

  2. Click the link icon next to the status selector.

  3. Choose the target status for the automation and copy the generated link. This link includes the board ID and destination column ID.

AD_4nXfWtdMDVGDEX936h8y0BVMKuwykdNrBZATA2wZXp2Ytj6wZ_jlvwy_KJnKu0TM3A-0r-pAmQPVZXxMMQ1DUPguXGHWSKJmldIcNYBMSLjs1KWUYXevnYShYCwkL8YfAZ4qKCn0cxA?key=Xki_KufW2CSEHexWxQMDxQ



Step 3: Create a Golive Automation

In Golive, create a new Automation Rule using a Webhook. For more information, refer to the Golive Webhook documentation article.

image-20250716-175938.png
Create a Golive Automation Rule

Webhook Configuration

Endpoint: PUT

https://rmcloud-prd.releasemanagement.app/api/1/board/<YOUR_BOARD_ID>/version/{{environment.deployment.versionId}}/move?columnId=<YOUR_DESTINATION_COLUMN_ID>

Info

Use the link copied in Step 2, replacing the version ID with the smart value {{environment.deployment.versionId}}.

Example: https://rmcloud-prd.releasemanagement.app/api/1/board/5e4ae23dfc003fehghce2/version/{{environment.deployment.versionId}}/move?columnId=5edfee7afdfdf003fgf6cdc

Headers

Add an X-RM-Token header with the value of token that was generated on the Step 1:

X-RM-Token: <your_token_from_step_1>

Custom Payload

{
  "versions":[["{{environment.deployment.versionId}}",true]]
}



Questions?

If you need help with your Golive-Release Management integration, feel free to contact us.