Hi,
I'm trying to print issues, fields.... from Jira test (red instance) by using python.
I can see the print issues, fields... when I do it from https://jira.atlassian.com, but not form https://sapjira-test.wdf.sap.corp/rest/auth/1/session
Is it related to Authentication? I entered my user name and password correctly to the line below .
I used this:
auth_jira = JIRA (auth=('user name:' '*******' , 'password:' '******'))
And got this message:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
Note: I'm admin in Jira test (res instance).
Thanks,
Guy