Actually called jira-python, this is a python library created to use with REST APIs provided by JIRA.
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-jiraI 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-jiraI am trying to list all isues in a project with status Done or Closed. When I run a JQL-query …
python jira jql python-jiraSo 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-jiraI 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-jiraI 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-jiraI 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-jiraI've been building my REST query by using this reference: https://docs.atlassian.com/jira/REST/latest/#d2e2713 What …
jira-rest-api python-jira