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/wheel/jira.svg https://img.shields.io/github/issues/pycontribs/jira.svg https://img.shields.io/badge/irc-%23pycontribs-blue
https://readthedocs.org/projects/jira/badge/?version=master https://travis-ci.com/pycontribs/jira.svg?branch=master Python Black Code Style https://codecov.io/gh/pycontribs/jira/branch/master/graph/badge.svg https://img.shields.io/bountysource/team/pycontribs/activity.svg Requirements Status

Note

It’s just and fix for the original lib

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?

By default only the basic library dependencies are installed, so if you want to use the cli tool or other optional dependencies do perform a full installation using pip install jira[opt,cli,test]

Usage

See the documentation for full details.

Development

Development takes place on GitHub:

  • master - (default branch) contains the primary development stream. Tags will be used to show latest releases.

Setup

  • Fork repo

  • Keep it sync’ed while you are developing

  • Install pyenv

  • Install Atlassian Jira Server for testing - make install-sdk

  • pip install jira[test]

  • Start up Jira Server - atlas-run-standalone

  • Test your changes - make test

Credits

In addition 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 continuous integration testing.

  • JetBrains for providing us with free licenses of PyCharm

  • Travis for hosting our continuous integration

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

https://raw.githubusercontent.com/pycontribs/resources/master/logos/x32/logo-atlassian.png https://raw.githubusercontent.com/pycontribs/resources/master/logos/x32/logo-pycharm.png https://raw.githubusercontent.com/pycontribs/resources/master/logos/x32/logo-navicat.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_333-3.4.0.tar.gz (106.9 kB view details)

Uploaded Source

Built Distribution

jira_333-3.4.0-py3-none-any.whl (61.4 kB view details)

Uploaded Python 3

File details

Details for the file jira_333-3.4.0.tar.gz.

File metadata

  • Download URL: jira_333-3.4.0.tar.gz
  • Upload date:
  • Size: 106.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for jira_333-3.4.0.tar.gz
Algorithm Hash digest
SHA256 bd319604cbd38ca4a9a1b663319c4acceda88cd2bde9adec58ed5ee9275cb6b6
MD5 9be04a13160d560385ec75106d3dbacc
BLAKE2b-256 5163c0868297457b58dc67521677cbb0bd469e1aecddb03b2e8d31e609c86b3a

See more details on using hashes here.

File details

Details for the file jira_333-3.4.0-py3-none-any.whl.

File metadata

  • Download URL: jira_333-3.4.0-py3-none-any.whl
  • Upload date:
  • Size: 61.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for jira_333-3.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1825bccf930fdf764a81b4af9c5f6042f5912275d527707b5e9d9eac07e706c3
MD5 3efb1b737c0caa335f85aa14453269e2
BLAKE2b-256 7c350e0f493d992f7b45e2852247fe91df97da0a0d0876b6fb9d139dea0618b4

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