Skip to content

Auth error when using admin user #314

@dnuzzolillo

Description

@dnuzzolillo

For some reason, when i try to use the admin account of my Jira server, it throws: 401 Basic Authentication Failure - Reason : AUTHENTICATED_FAILED

i'm preetty sure i'm using the right credentials cuz i can login on the web client with any problem.

`const jira = new JiraClient({

protocol: 'http',
host: 'jira.my-company.es',
port: '8080',
username: 'admin',
password: '12345',
apiVersion: '2',

});
(async () => {
console.log(await jira.searchJira('status = "In Progress"'))
})()
`

is there any parameter that i'm missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions