Top "Python-jira" questions

Actually called jira-python, this is a python library created to use with REST APIs provided by JIRA.

Get fields from a specific Jira issue

I'm trying to get all the fields and values from a specific issue my code: authenticated_jira = JIRA(options={'server': …

python jira-rest-api python-jira
Is it possible to change jira issue status with python-jira?

I want to change jira issue status with python-jira.The python-jira API is http://jira-python.readthedocs.org/en/latest/ .I …

python jira jira-rest-api python-jira
Jira search all issues in a project with status Done or Closed

I am trying to list all isues in a project with status Done or Closed. When I run a JQL-query …

python jira jql python-jira
read certificate(.crt) and key(.key) file in python

So i'm using the JIRA-Python module to connect to my company's instance on JIRA and it requires me to pass …

python pyopenssl python-jira
Catching a jira-python exception

I am trying to handle jira-python exception but my try, except does not seem to catch it. I also need …

python jira python-3.3 python-jira
Jira -Python Error

I was trying to run this jira script and its been a couple of hours can't quite figure out what …

python linux python-3.x jira python-jira
python : cannot import name JIRA

I have already done pip install jira but when I run the following it fails with ImportError: cannot import name …

python python-2.7 python-3.x jira python-jira