Skip to main content

Python library for interacting with JIRA via REST APIs.

Project description

https://img.shields.io/pypi/v/jira.svg https://img.shields.io/pypi/l/jira.svg https://img.shields.io/pypi/dm/jira.svg https://img.shields.io/pypi/wheel/Django.svg
https://readthedocs.org/projects/jira/badge/?version=master https://api.travis-ci.org/pycontribs/jira.svg?branch=master https://img.shields.io/pypi/status/jira.svg https://codecov.io/gh/pycontribs/jira/branch/develop/graph/badge.svg https://img.shields.io/bountysource/team/pycontribs/activity.svg Requirements Status

This library eases the use of the JIRA REST API from Python and it has been used in production for years.

As this is an open-source project that is community maintained, do not be surprised if some bugs or features are not implemented quickly enough. You are always welcomed to use BountySource to motivate others to help.

Quickstart

Feeling impatient? I like your style.

from jira 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.

Development

Development takes place on GitHub, where the git-flow branch structure is used:

  • master - contains the latest released code.

  • develop - (default branch) is used for development of the next release.

  • feature/XXX - feature branches are used for development of new features before they are merged to develop.

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.

  • Citrix for providing maintenance of the library.

https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&refresh=3600&resize_h=50&url=https://www.atlassian.com/dms/wac/images/press/Atlassian-logos/logoAtlassianPNG.png https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&refresh=3600&resize_h=50&url=http://blog.jetbrains.com/pycharm/files/2015/12/PyCharm_400x400_Twitter_logo_white.png https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&refresh=3600&resize_h=50&url=https://upload.wikimedia.org/wikipedia/en/9/90/PremiumSoft_Navicat_Premium_Logo.png https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&refresh=3600&resize_h=50&url=https://www.citrix.com/content/dam/citrix/en_us/images/logos/citrix/citrix-logo-black.jpg

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

Uploaded Source

Built Distribution

jira-1.0.10-py2.py3-none-any.whl (58.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for jira-1.0.10.tar.gz
Algorithm Hash digest
SHA256 409a0a94800f05a1e8e078540eb5610e243586bd5ee9bc8cae8899cbbd061898
MD5 22c0808a1409091b08f0d13229ccec50
BLAKE2b-256 f5d32301c6ada2360119b8e99187979f488e3a5b203c122dd168c9fdb2e33394

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jira-1.0.10-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3886af9c6211fa24f518e3b10ed32779838b4f3ae0b2ac1c0ab869f8f086d57a
MD5 8e8d6fd3092b4a2abeac830abe0ab0eb
BLAKE2b-256 5e6e96a299deee19be84d1f6317f71dd86e736b4b3e660e7633cac3ecbd1e5b0

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