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:
- GET
/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name} - PUT
/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name} - DEL
/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name} - GET
/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name} - PUT
/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name} - DEL
/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name} - GET
/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name} - PUT
/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name} - DEL
/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name} - GET
/users/{selected_user}/properties/{app_key}/{property_name} - PUT
/users/{selected_user}/properties/{app_key}/{property_name} - 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.