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
Once you click on it you will see available options for specific actions and URLs to copy, e.g.
By clicking on copy button we will copy a URL into your clipboard.
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
Achieved/Unachieved milestone
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:
To get a quick link in order to assign version to environment click on any environment and open Versions tab:
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:
Short term (15 min) JWT token as outlined in the following section of documentation.
Long term (up to 1 year) Personal API token that is part of our App Advanced Edition scope.