Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.

Jira issuer assumes JSON response #53

@istanishev

Description

@istanishev
    self.__log("Retrieving ticket info for " + ticket)
    r = requests.get( uri, headers = headers, verify=False )
    data = json.loads(r.text)

In case of failed authentication, Jira issuer throws exception as it assumes the output is always JSON.

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