Issue In Connecting With JIRA Python
I am using JIRA authentication in python: from jira.client import JIRA option={'server':'https://jira.nutanix.com/','verify':False} jira_obj=JIRA(options=options, basic_auth=(user,
Solution 1:
Please try
sudo apt-get install libffi-dev
sudo pip install -U requests[security]
Post a Comment for "Issue In Connecting With JIRA Python"