/
Action Links (Quick links to API calls)

Action Links (Quick links to API calls)

Topics

Overview

As an active user of our Rest API you require to know some additional data like

  • Column IDs

  • Milestone IDs

  • Environment IDs

  • etc.

to perform specific actions via API.

Our API examples provide details how to retrieve such data from your API calls. Same time we decided make lives of our customers way easier and introduce Action Links.

Introducing Action Links

Action links are pre-cooked URLs for specific API calls. You can find them throughout the App via the following icon

image-20250217-133404.png

Once you click on it you will see available options for specific actions and URLs to copy, e.g.

image-20250217-133543.png

By clicking on copy button we will copy a URL into your clipboard.

image-20250217-133712.png

Example of URL looks like the following

https://rmcloud-stg.releasemanagement.app/api/1/board/65294f43659255689bc5e2ec/version/18792/move?columnId=65294f436592558720c5e2db

This allows you to move particular version into particular column. You can also use it in your automation script for any version if you have a way to determine versionid.

Supported use cases

Move version/package to column

image-20250217-134600.png

Achieved/Unachieved milestone

image-20250217-134702.png

Assign environment to version

Coming soon

To get a quick link in order to assign environment to version click on any version and open Environments tab:

image-20250224-090307.png

To get a quick link in order to assign version to environment click on any environment and open Versions tab:

image-20250224-090349.png

More use cases

As always we are keen to hear your voice so reach out to support link below to give us an indication what actions you want to get as a priority.

Do not forget about API token (!)

It’s all good but you still need to have a token to call our APIs. There are two ways to get it, namely: