Skip to main content

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:

pip install jira-python

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jira-0.16.tar.gz (31.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page