Skip to main content

Python library for interacting with JIRA via REST APIs.

Project description

https://pypip.in/py_versions/jira/badge.svg?style=flat https://pypip.in/license/jira/badge.svg?style=flat https://pypip.in/download/jira/badge.svg?style=flat https://pypip.in/version/jira/badge.svg?style=flat https://pypip.in/egg/jira/badge.svg?style=flat https://pypip.in/wheel/jira/badge.svg?style=flat
https://api.travis-ci.org/pycontribs/jira.svg?branch=master https://pypip.in/status/jira/badge.svg?style=flat https://img.shields.io/coveralls/pycontribs/jira.svg

This library eases the use of the JIRA REST API from Python

Quickstart

Feeling impatient? I like your style.

from jira.client import JIRA

jira = JIRA('https://jira.atlassian.com')

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 your user directory. Or maybe you ARE using a virtualenv right?

Usage

See the documentation for full details.

Credits

In additions to all the contributors we would like to thank to these companies:

  • Atlassian for developing such a powerful issue tracker and for providing a free on-demand JIRA instance that we can use for continous integration testing.

  • JetBrains for providing us with free licenses of PyCharm

  • Travis for hosting our continous integration

  • Navicat for providing us free licenses of their powerful database client GUI tools.

https://www.atlassian.com/dms/wac/images/press/Atlassian-logos/logoAtlassianPNG.png https://www.jetbrains.com/pycharm/docs/logo_pycharm.png https://upload.wikimedia.org/wikipedia/en/9/90/PremiumSoft_Navicat_Premium_Logo.png

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

Uploaded Source

Built Distribution

jira-0.35-py2.py3-none-any.whl (41.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for jira-0.35.tar.gz
Algorithm Hash digest
SHA256 640601b5e470991f896a3cc711974bd4eb49c77b9850253f0825c8ba32031116
MD5 f19d066a9aa27dbfd2c12308e3b15aaf
BLAKE2b-256 45dc36710b8f05940c6a1406a7274ddf360992daea9c9fea967595815adcc578

See more details on using hashes here.

File details

Details for the file jira-0.35-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for jira-0.35-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e80ca81d188e2e83e31f0ec41fcfa3580cf783cf99e1350a75b924dedebe7768
MD5 db0c5864ff815a2b7f2cfa1a4169eac7
BLAKE2b-256 626a70ed0d1d658ac4937ffe5550c34813696b7b40b332c517e9e2f3fdbd2856

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