Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jira

Basic Authentication Using Urllib2 With Python With Jira Rest Api

I am trying to find how i can use basic authentication using urllib2 in python to get the issue KEY… Read more Basic Authentication Using Urllib2 With Python With Jira Rest Api

Python Jira Connection With Proxy

I'm trying to connect via python-jira using a proxy: server = {'server': 'https://i… Read more Python Jira Connection With Proxy

Python JIRA Connection With Proxy

I'm trying to connect via python-jira using a proxy: server = {'server': 'https://i… Read more Python JIRA Connection With Proxy

Issue In Connecting With JIRA Python

I am using JIRA authentication in python: from jira.client import JIRA option={'server':… Read more Issue In Connecting With JIRA Python