-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Jira and BitBucket extension doesn't work #1559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for bringing this to our attention. The extension is now live in our marketplace. |
which marketplace?? can u please share the url of the extension? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bhargavim613 Updating your version of code-server will resolve the issue. |
@bhargavim613 Please stop spamming. |
@bhargavim613 Feel free to ping me here if this wasn't resolved by @cmoog's suggestion. |
Hey, I'm looking to confirm the validity in the Issue's title statement. I'm having trouble with the Official Atlassian Jira extension, which shows the following upon starting set-up:
The phrasing of "open this workspace locally" threw me for a loop, as I'm already running code-server on my machine. Is set-up not possible within code-server? |
Ah yeah code-server implements the remote portion of VS Code so it would be the same as if you installed VS Code remote and pointed it to your local machine. Unfortunately there's no detection mechanism in place for seeing if a remote instance is running local to the browser accessing it. The best way around this would be if the extension supported a remote workflow but for now I think you'll have to authenticate once in local VS Code. :( |
I found you can click the login buttons on the onboarding page shown once on start. If you didn't do that you can bring it up again with a ctrl+shift+p and search for onboarding. |
I tried that. Still does not let me log in. I also I notice the version on codeserver marketplace is behind. |
Contacted the Atlascode team (They are working on the Jira and Bitbucket plugin). They are working on the issue of supporting the VS cloudspace. here is the ticket to follow. |
Can someone please explain how to authenticate "once in local VS Code"? |
One way is to launch VS Code locally, authenticate with the extension, then copy up the VS Code data directory to your remote server so code-server can use it. I haven't tested this myself but I think it should be as simple as copying the local I don't know if this extension handles authentication in the same way as the GitHub extension, but if it's similar then this comment might help to find an alternate workaround: #1883 (comment) |
Thanks for the quick reply. Doesn't it use 'keytar' to store auth token / passwords rather than some file? |
Ahhhh yeah you're right, I checked the extension code and it seems they save the credentials using keytar. I'm not sure if you can copy the keychain but one idea would be to manually get and save the credentials:
But I'm not sure it'll work. On my remote machine keytar doesn't seem to work at all because of dbus issues. |
Correction: it would be |
That was smart thought. Although it shows the following on the UI: I can see that the bitbucket account key has been deployed in "password and keys" with "service: atlascode-authinfoV3". But still the code-server can not access it or is not using it. Not sure what else to try !!! Any suggestion? |
Sounds like the extension does not allow you to use it while being accessed via a browser? |
@cmoog Would an updated extension help the Bitbucekt extension to work? My local vscode says the extension version is 2.8.5, but code-server has version v2.4.11-tlsh |
I can't say for sure since I haven't tested the latest version but I
suspect it will have the same problem. Definitely worth testing though.
|
So here is a simple trick you will change in the bitbucket extension code You go to Now reload your vs-code window (didn't have to restart the code-server server), voilà, you will have the button to athenticate now enabled. Click on that auth button, follow the procedure as usual, and at the end you will come at a Congrats, It should be now authenticated. Message to Atlassian : just please remove the remote verification from the code, we are dev, we'll know what we're dealing with. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
Thank you @nimda95 for this trick. It worked perfectly. Unfortunately there's still no indication from Atlassian of if/when they will fix this. |
Jira and BitBucket Official Extension , which is supported by Vscode version 1.40 and later isnt available , when using this Code server VScode. Please resolve this issue.
The following link is about the extension i was talking about
https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode
The text was updated successfully, but these errors were encountered: