A library to ease use of the JIRA 5 REST APIs.
Project description
# JIRA Python Library
This library eases the use of the JIRA REST API from Python applications.
# Quickstart
Feeling impatient? I like your style.
- :::python
from jira.client import JIRA
options = { ‘server’: ‘https://jira.atlassian.com’} jira = JIRA(options)
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
You ARE using a [virtualenv][2], right?
# Usage
See the documentation (http://readthedocs.org/docs/jira-python/) for full details.
[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
File details
Details for the file jira-0.20.tar.gz
.
File metadata
- Download URL: jira-0.20.tar.gz
- Upload date:
- Size: 32.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8444797e77fee753a4b48992f7deb1f6b6def322258d83d418464d7565e2b146 |
|
MD5 | 43d377f813bcd6e44ba8564d4f4e529a |
|
BLAKE2b-256 | 8441ac83483dce0c3504a105387eb58f0a284770d0ec502e6e3c8365cef87e66 |