Knowledge Base Articles

OAuth token doesn't work

Problem

After moving to Forge, my OAuth token stopped working.

Solution

If your OAuth token has stopped working, it is likely because your integration is still attempting to connect via the legacy URL used prior to the Atlassian Forge migration.

Update the OAuth Authorization URL

The previous OAuth token URL is no longer active. To restore your connection, you must manually update the authorization endpoint in your application settings.

Before - old URL

GET: https://{jira-cloud-instance-name}.atlassian.net/plugins/servlet/ac/io.tempo.jira/oauth-authorize/?client_id=$CLIENT_ID&redirect_uri=$REDIRECT_URI

This old URL will work only on Connect.

After - new URL

GET: https://api.tempo.io/oauth/authorize/redirect?client_id=$CLIENT_ID&redirect_uri=$REDIRECT_URI&jira_url=https://{jira-cloud-instance-name}.atlassian.net

Note: The new URL will work for both Forge and Connect.