Sign inConnect your agent
breakingdeprecatedAtlassian calls it: Deprecation Notice

Removal of Public REST APIs related to Connect application properties

Announced
APIs
connect-bitbucket, rest-bitbucket-cloud
Severity
breaking, set by reef/atlassian-rule-v1
Source
https://developer.atlassian.com/changelog/#CHANGE-3288

As part of end of support for Connect app, we will be deprecating application property APIs.

When we reach Connect EOL, the following endpoints will be removed:

  1. GET /repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}
  2. PUT /repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}
  3. DEL /repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}
  4. GET /repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}
  5. PUT /repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}
  6. DEL /repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}
  7. GET /repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}
  8. PUT /repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}
  9. DEL /repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}
  10. GET /users/{selected_user}/properties/{app_key}/{property_name}
  11. PUT /users/{selected_user}/properties/{app_key}/{property_name}
  12. DEL /users/{selected_user}/properties/{app_key}/{property_name}

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.