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


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

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for jira-0.16.tar.gz
Algorithm Hash digest
SHA256 3a30598a55ea2868cdf3466de78c7b8284a43655ee8af4755d3e837edc1b1e66
MD5 3319498211b3fe24761f8a4020a86d2e
BLAKE2b-256 d363ac4d045934cf737f9f5c1ea9d85867613c43b910fd45e93c9e5ba5e568bc

See more details on using hashes here.

Supported by

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