/
Release Management Personal API Tokens

Release Management Personal API Tokens

ADVANCED EDITION

Topics

Overview

Currently, to access the Release Management API, you need to obtain an Atlassian API token and use it to generate a Release Management API JWT token, which has a 15-minute lifetime. Since this may not always be convenient, we are implementing the ability to issue personal Release Management API tokens with longer lifetimes for easier third-party integration.

How to access tokens?

All your Personal Tokens are available via the following menu item:

image-20250214-132043.png
image-20250214-132058.png

How to create tokens?

To create a new token click “Create API Token

You would need to specify a name for it and expiration date. Personal tokens lifetime is limited to 12 months (1 year) for security reasons.

If you downgrade to Standard Edition of the App all active tokens will be suspected and you won’t be able to use them till Advanced Edition of the App will be enabled again.

Click Save to generate the token.

You can can view it and copy.

Please make sure you keep your tokens secured.

Once you click Done you want be able to view the token again.

How to revoke them?

To revoke the token either click Revoke at a specific token or Revoke all API tokens.

Upon confirmation the token(s) will be revoked.

How to use them?

You can use Personal API token as alternative to short-term (15 min) JWT token referred throughout this documentation, mainly:

What’s next?

In parallel to API tokens we are developing a so called “Quick Links“ functionally when you can generate a link to trigger certain functionality within the App, e.g.

  • move version/package

  • achieve milestone

  • assign environment

  • etc.

Behind these quick actions there will be API calls made to execute. This is where you Personal API tokens will bring immense value.