Getting "error updating configuration: TypeError: Cannot read property 'id' of undefined" whenever I open Atlassian Settings

Issue #120 resolved
Eric Moon created an issue

As the title says, I get "error updating configuration: TypeError: Cannot read property 'id' of undefined" whenever I open up the Atlassian Settings interface in my VS Code.

I’ve only authenticated Bitbucket as our Jira instance is hosted in-house. I believe the error is coming from the fact that I’m not authenticated with Jira.

I've uploaded a picture of the stack trace if it helps (you can see it failing in jirarequest.li.getClient.t).

Thanks!

OS version: MacOS Mojave 10.14.2

VSCode version: 1.33.1

Atlassian for VSCode version: 1.3.0

Comments (5)

  1. Nick Rundquist

    We’re currently working on a fix for this. In the meantime, it looks like this happens when a bug causes your Bitbucket OAuth token to be used to try and access Jira. If you’re seeing this issue and there’s a Logout button in the Jira section of the Authentication despite the fact that you’ve only logged in to Bitbucket clicking the Logout button should resolve the issue.

  2. Pramod Busam Account Deactivated

    Version 1.4.0 of the extension fixes this issue. (Please note that you need to update to VS Code 1.34 to use this version)

    Please re-open if you still see this happening.

  3. Eric Moon reporter

    That seems to have fixed it! I got a message along the lines of “You have been logged out of Jira” when I updated the extension, and my settings page now works as expected.

    Thanks so much! 👍

  4. Log in to comment