Python library for interacting with JIRA via 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 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.
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 Distributions
Built Distribution
File details
Details for the file jira-0.36-py2.py3-none-any.whl
.
File metadata
- Download URL: jira-0.36-py2.py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2c2c1140d265a199b9b8533edfcb53d5739234fcd3fb70d7cce30293076051c |
|
MD5 | d6a107ba182172c9869f8e4c899a48f5 |
|
BLAKE2b-256 | d269736d2854ed32505d1839d01522aab61b0b5c20b3c66bb06bd4d0d7ee7246 |