Sign inConnect your agent
breakingremovedAtlassian calls it: Removed

Connect addon linker APIs removed

Announced
APIs
rest-bitbucket-cloud
Endpoints
GET /2.0/addon/linkers GET /2.0/addon/linkers/{linker_key} GET /2.0/addon/linkers/{linker_key}/values PUT /2.0/addon/linkers/{linker_key}/values POST /2.0/addon/linkers/{linker_key}/values GET /2.0/addon/linkers/{linker_key}/values/{value_id}
Severity
breaking, set by reef/atlassian-rule-v1
Source
https://developer.atlassian.com/changelog/#CHANGE-3218

As announced in 2026-02-05, we have removed the Bitbucket Cloud Connect addon linker APIs. These endpoints are no longer available.

What’s changing

The following REST API endpoints have been removed from Bitbucket Cloud:

  • GET /2.0/addon/linkers
  • GET /2.0/addon/linkers/{linker_key}
  • GET /2.0/addon/linkers/{linker_key}/values
  • PUT /2.0/addon/linkers/{linker_key}/values
  • POST /2.0/addon/linkers/{linker_key}/values
  • DEL /2.0/addon/linkers/{linker_key}/values
  • GET /2.0/addon/linkers/{linker_key}/values/{value_id}

What you need to do

If you were using these endpoints, you must update your integrations to remove these calls as they will now return an error. For more information on the end of support for Connect on Bitbucket Cloud, please refer to the official announcement.

The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.