Skip to content

VIRA-293: Allow Personal Access Token (PAT) Auth #76

Description

@jacobstr

Personal access tokens authenticate via the 'Authorization: Bearer xxx' header. It looks like VIRA only supports basic auth at the moment.

Description of the feature is here: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html

When using the python API, these creds can be provided via:

jir = JIRA(options={"headers": {"Authorization": "Bearer xxxx"}})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions