Bitbucket Source Discovery Broken — GET /2.0/workspaces Removed
Version: 3.1.0 Date: 2026-06-12
Goal: Restore the Bitbucket source discovery feature (discoverProjects) after Bitbucket's API endpoint GET /2.0/workspaces was permanently removed on March 31, 2026 (returning 410 Gone).
Solution: Replace the deprecated endpoint with GET /2.0/user/workspaces and adapt the response parsing (values[].workspace.slug instead of values[].slug). Add explicit URL assertions in unit tests to prevent regressions.
Files Modified:
src/protocol/source/bitbucket/bitbucket.service.ts—/workspaces→/user/workspaces, parsews.workspace.slugsrc/protocol/source/bitbucket/bitbucket.service.spec.ts— update mocks and assertuser/workspacesURL