A library to ease use of the JIRA 5 REST APIs.
Project description
This library eases the use of the JIRA REST API from Python
Quickstart
Feeling impatient? I like your style.
from jira.client import JIRA jira = JIRA('https://jira.atlassian.com') issue = jira.issue('JRA-9') print issue.fields.project.key # 'JRA' print issue.fields.issuetype.name # 'New Feature' print issue.fields.reporter.displayName # 'Mike Cannon-Brookes [Atlassian]'
Installation
Download and install using pip install jira or easy_install jira
You can also try pip install –user –upgrade jira which will install or upgrade jira to user directory. Or maybe you ARE using a [virtualenv][2], right?
Usage
See the documentation for full details.
Credits
In additions to all the contributors we would like to thank to these companies:
Atlassian for developing such a powerful issue tracker and for providing a free on-demand JIRA instance that we can use for continous integration testing.
Travis for hosting our continous integration
Navicat for providing us free licenses of their powerful database client GUI tools.
[1]: http://docs.python-requests.org/ [2]: http://www.virtualenv.org/en/latest/index.html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jira-0.33.tar.gz
.
File metadata
- Download URL: jira-0.33.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 800a90d1c29367e86f8bed983ece16dbb1b1f0b4eb5bdc26152bc03de5d493eb |
|
MD5 | 1a22963d328263678bf5bb531ae95ec4 |
|
BLAKE2b-256 | 46e4489ccfcaba26525225dd71d150815095c174d1a58bc938fe498543af85e6 |
File details
Details for the file jira-0.33-py2.py3-none-any.whl
.
File metadata
- Download URL: jira-0.33-py2.py3-none-any.whl
- Upload date:
- Size: 36.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24912d3c015e36b9307cc6d3cb9816e7413cf51a2d0b62c73ada66a8c66e52f8 |
|
MD5 | 8f84002a4c9926c2687a81279fc0bfcf |
|
BLAKE2b-256 | 43490b377cc74acbe3f470fd00b58e998b932658894a3ecff19d1568b87856f6 |