Consequently, default installation currently (through pip jira-python) is not operational. The workaround of course is to uninstall latest Requests and manually install 0.13.6 from github
Traceback (most recent call last):
File "test.py", line 3, in <module>
jira = JIRA(options={'server': '<http>'},basic_auth=('user', 'password'))
File "D:\My Documents\Projects\Tools\Python 2.7.3\lib\site-packages\jira\client.py", line 88, in __init__
self._create_http_basic_session(*basic_auth)
File "D:\My Documents\Projects\Tools\Python 2.7.3\lib\site-packages\jira\client.py", line 1369, in _create_http_basic_session
hooks={'args': self._add_content_type})
TypeError: session() takes no arguments (2 given)
I've gone ahead and posted the issue on the developer's issue tracker on your behalf at: https://bitbucket.org/bspeakmon/jira-python/issue/9/jira-python-package-does-not-work-with-the
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.