Python library for interacting with JIRA via REST APIs.
Project description
This library eases the use of the JIRA REST API from Python and it has been used in production for years.
As this is an open-source project that is community maintained, do not be surprised if some bugs or features are not implemented quickly enough. You are always welcomed to use BountySource to motivate others to help.
Quickstart
Feeling impatient? I like your style.
from jira 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 your user directory. Or maybe you ARE using a virtualenv right?
By default only the basic library dependencies are installed, so if you want to use the cli tool or other optional dependencies do perform a full installation using pip install jira[opt,cli,testing]
Usage
See the documentation for full details.
Development
Development takes place on GitHub:
master - (default branch) contains the primary development stream. Tags will be used to show latest releases.
Setup
Credits
In addition 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 continuous integration testing.
Travis for hosting our continuous integration
Navicat for providing us free licenses of their powerful database client GUI tools.
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-2.0.0.0rc9.tar.gz
.
File metadata
- Download URL: jira-2.0.0.0rc9.tar.gz
- Upload date:
- Size: 96.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcb4a82b70c6bbedba5f00b2f4275fb06a3ddc6007a9568cf95fcf471afb1fd7 |
|
MD5 | b569f6cc66d10b51edc8c5e009743f19 |
|
BLAKE2b-256 | bbbc257aa3f7567c0e18fa4c230916a15ce0bfcdf505cc783cccd3defa3905ee |
File details
Details for the file jira-2.0.0.0rc9-py2.py3-none-any.whl
.
File metadata
- Download URL: jira-2.0.0.0rc9-py2.py3-none-any.whl
- Upload date:
- Size: 56.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fc70e27290a8d0f5281d126881c097fd99c6bb1b92847b6f27398f60c15bbbf |
|
MD5 | f9e62f9aa444dbcac881251b80ecbe1c |
|
BLAKE2b-256 | fc29992c2d82c4fc35fe08f268f0f76c063be294c67790c55eaf7677676e6ee3 |