You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
i have Atlassian extension setup with a custom site for both Jira and Bitbucket.
the Tickets for Jira do show up in Vscode but for some reason Bitbucket never manages to connect to any repository. i always have "no bitbucket repositories found in this workspace"
VSCode changed and deprecated git functionality for getting repositories
So the issue should be fixed on Atlassian side
Actually, no, VSCode is the client, not the service. It's up to clients to support the services they are clients for, it's not up to a service to provide things that they don't want to.
VSCode and/or Github need to fix this, not Atlassian. In this case, there's nothing Atlassian could do, they don't either of the services that have the problem. Bitbucket is stuck in the middle.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I went back and installed extension version 2.10.2 which does find my local repositories
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- no actually you are wrong. The extension is using vscode internal functions and they changed. Why it was changed is a different story.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Eh? I said the service has not changed, but the client has, exactly as you say too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
did your vscode is up to date? In my case
vscode version: 1.77.0
and plugin 3.0.3
this combination works for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any ideas how to debug the issue of "no bitbucket repositories found in this workspace" ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I noticed that my remotes were configured:
ssh://git@bitbucket.mycompany.com:7999/myrepo.git
so I added another remote with the same url without the "ssh://" git@bitbucket.mycompany.com:7999/myrepo.git
after that I was managed to see the repository in vscode.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Replace "ssh://" with "https://" resolved the issue.
I think there is a bug with "ssh://"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.