> ``` > 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.
In case of failed authentication, Jira issuer throws exception as it assumes the output is always JSON.