This release is a pre-release and may not be stable for production use.
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?
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.
Citrix for providing maintenance of the library.
Release files for jira 1.0.7.dev20160607111203
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jira-1.0.7.dev20160607111203.tar.gz | 52.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jira-1.0.7.dev20160607111203-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 111.1 kB
Release files / jira-1.0.7.dev20160607111203.tar.gz
| Download URL | jira-1.0.7.dev20160607111203.tar.gz |
|---|---|
| Size | 52.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
df164507c68a85d05b7d498342c7166b0095273c34f94c8bde02c2746c13bd89
|
|
BLAKE2b-256 checksum How to use checksums |
27b929ec48d8d5c010335cfc9bc492ec601fc3cbbf95e223e8e5cd9994ad9455
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / jira-1.0.7.dev20160607111203-py2.py3-none-any.whl
| Download URL | jira-1.0.7.dev20160607111203-py2.py3-none-any.whl |
|---|---|
| Size | 59.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
b97c3db0808972ff13f2e72db236731a3e00988605d1e5b086c31e8cf482a4ce
|
|
BLAKE2b-256 checksum How to use checksums |
13287c3030c78ad2a5a8e1805db1ab1632b43f41fd7b646c585b85a280cafa4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |