cannot login to company jira server

Issue #520 closed
Dongxu Ma created an issue

Hi,

Please have a look at this problem, seems like a response validation error.

My company Jira version: v8.5.8#805008

My vscode Jira settings:


    "yaml.schemas"{
        "file:///c%3A/Users/XXXXXX/.vscode/extensions/atlassian.atlascode-2.8.5/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
    },
    "atlascode.jira.enabled"true,
    "atlascode.jira.jqlList"[
        # deleted
    ],
    "atlascode.jira.statusbar.enabled"true,
    "atlascode.jira.statusbar.showProduct"false,
    "atlascode.showWelcomeOnInstall"true,
    "atlascode.helpExplorerEnabled"false,
    "atlascode.bitbucket.explorer.enabled"false,
    "atlascode.bitbucket.statusbar.enabled"false,
    "atlascode.bitbucket.enabled"false,
    "atlascode.jira.statusbar.showUser"false,
    "atlascode.jira.todoIssues.enabled"true,
    "atlascode.jira.startWorkBranchTemplate.customPrefixes"[
        "feat/",
        "bugf/",
        "hotf/"
    ],

More information possible if needed.

Cheers, Dongxu

Comments (8)

  1. Chris M

    +1 I’m also facing this error.
    Interestingly I’m able to temporarily fix this by adding “/” to the “Use context path” and then pressing save. I wonder if it’s the same for you?

  2. Dongxu Ma reporter

    Yeah I tried, the context path trick works for authentication, but after that I cannot browse any ticket in vscode anymore.

  3. Cooper Seligson

    I’m having the same issue. I can login but the next refresh will log me out. Setting context path is not working for me

  4. Dongxu Ma reporter

    UPDATE: the issue disappeared last week and re-occurred this week, seems random. No idea what happened.

  5. Log in to comment