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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for jira-0.25.tar.gz
Algorithm Hash digest
SHA256 d16144981e2389677788df01d4e23ed81ae6a2e53f7bff4fde5f972fd645b76d
MD5 6af9c01692879ad0ef3d32acb07cfc0d
BLAKE2b-256 ef4d0a62ae5b51bcc527012ed648e46591733f761e44f5c4ef6356315cfbdce3

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