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/github/issues/pycontribs/jira.svg https://img.shields.io/badge/irc-%23pycontribs-blue
https://readthedocs.org/projects/jira/badge/?version=main https://codecov.io/gh/pycontribs/jira/branch/main/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?

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 using the default repository branch. Each version is tagged.

Setup

  • Fork repo

  • Keep it sync’ed while you are developing

  • Install pyenv

  • develop and test
    • Launch docker jira server
      • docker run -dit -p 2990:2990 --name jira addono/jira-software-standalone

    • Lint
      • tox -e lint

    • Run tests
      • tox

    • Run tests for one env only
      • tox -e py37

    • Specify what tests to run with pytest
      • tox -e py39 -- tests/resources/test_attachment.py

    • Debug tests with breakpoints by disabling the coverage plugin, with the --no-cov argument.
      • Example for VSCode on Windows :

      {
          "name": "Pytest",
          "type": "python",
          "request": "launch",
          "python": ".tox\\py39\\Scripts\\python.exe",
          "module": "pytest",
          "env": {
              "CI_JIRA_URL": "http://localhost:2990/jira",
              "CI_JIRA_ADMIN": "admin",
              "CI_JIRA_ADMIN_PASSWORD": "admin",
              "CI_JIRA_USER": "jira_user",
              "CI_JIRA_USER_FULL_NAME": "Newly Created CI User",
              "CI_JIRA_USER_PASSWORD": "jira",
              "CI_JIRA_ISSUE": "Task",
              "PYTEST_TIMEOUT": "0", // Don't timeout
          },
          "args": [
              // "-v",
              "--no-cov", // running coverage affects breakpoints
              "tests/resources/test_attachment.py"
          ]
      }
    • Build and publish with TWINE
      • tox -e publish

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

  • GitHub for hosting our continuous integration and our git repo

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

https://raw.githubusercontent.com/pycontribs/resources/main/logos/x32/logo-atlassian.png https://raw.githubusercontent.com/pycontribs/resources/main/logos/x32/logo-pycharm.png https://raw.githubusercontent.com/pycontribs/resources/main/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-3.1.1.tar.gz (111.4 kB view details)

Uploaded Source

Built Distribution

jira-3.1.1-py3-none-any.whl (67.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jira-3.1.1.tar.gz
  • Upload date:
  • Size: 111.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for jira-3.1.1.tar.gz
Algorithm Hash digest
SHA256 e2fde55d04a421c590cb197cf6b2d01176028004387d3e4cedff653dba408238
MD5 26255e45a813a44d3d69e0f498c86a9e
BLAKE2b-256 06f07ac2e4cce43c1bef55663444c3effb199a1c3f660cfe4be48c7f105bb7d9

See more details on using hashes here.

File details

Details for the file jira-3.1.1-py3-none-any.whl.

File metadata

  • Download URL: jira-3.1.1-py3-none-any.whl
  • Upload date:
  • Size: 67.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for jira-3.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 200c4d19f8be5ae39da3578597b78e21f3db69520c354be782bee9bd8bf21d09
MD5 d864b1c70f35f0a51e876d914cb74e9f
BLAKE2b-256 fe84eeeb4523d2ff0b5ba33a9b9bc5721a96406e6a94bc0398b24b3aa7bc5a56

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