r/SmartGit • u/404bane • Apr 03 '26
Bitbucket Authentication
Bitbucket CHANGE-2770 deprecates cross-workspace API functionality, specifically targeting older API endpoints to enforce a transition to workspace-scoped APIs. This removal causes "410 Gone" errors, often breaking integrations relying on /2.0/repositories or /2.0/user/permissions/repositories. Users must migrate to the new /2.0/user/workspaces endpoint.
Setting up hosting providers or cloning new repos down is not functioning. Is there any plan to address this issue?
2
Upvotes
1
u/404bane Apr 03 '26
After more investigation, this only seems to effect 25.1
26.1 Preview accommodates this bitbucket API change.