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 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


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.18.tar.gz (31.9 kB view details)

Uploaded Source

File details

Details for the file jira-0.18.tar.gz.

File metadata

  • Download URL: jira-0.18.tar.gz
  • Upload date:
  • Size: 31.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for jira-0.18.tar.gz
Algorithm Hash digest
SHA256 d9c7eec45aaf6f89de8be2deb17167354abb419ac08d3986efee4acfc3bb4349
MD5 fde83879c04211a622cd4db43be6c37f
BLAKE2b-256 ea5373da2720820920440e4e6f0466b2a93898c234de5d5a0565764db705c5d2

See more details on using hashes here.

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