Skip to main content

A REST API Implementation to Jira Cloud APIs for creating reports and for performing other Jira queries.

Project description

Codacy Badge Downloads PyPI version PyPI - License Build Doc jiraone Build Status Code style: black

jiraone

A REST API Implementation to Jira Cloud APIs for creating reports and for performing other Jira queries.

Configurations

Install using pip. You have to be on Python >= 3.6.x to utilize this script. From version 0.7.9 will require Python 3.8.x and above.

  • Download Python and install it on your device by visiting python.org
  • Run the below command either using a virtual environment or from your Python alias
pip install jiraone

OR

python3 -m pip install jiraone

Classes, functions and methods

jiraone comes with various classes, functions and methods. Aliases as well, are used to represent links to classes and functions. The major ones to take note of are the ones shown on the directory link below.

If you would like more information on how to use the classes, methods or functions. Open the jiraone package and read the docstring on the aforementioned methods or functions to get further information.

If you're connecting to a Jira server or data centre, you must change the API endpoint to point to server instances. To do that, change the attribute LOGIN.api = False this helps to use the endpoint /rest/api/latest which is compatible with Jira server or datacenter.

from jiraone import LOGIN

data = "username", "password", "https://server.jiraserver.com"
LOGIN.api = False
LOGIN(*data)

The above login method applies only when you need to access a Jira server or datacenter type instances. The above has little or no effect on cloud instances and will work normally.

Directory

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

jiraone-0.8.4.tar.gz (116.5 kB view details)

Uploaded Source

Built Distribution

jiraone-0.8.4-py3-none-any.whl (109.5 kB view details)

Uploaded Python 3

File details

Details for the file jiraone-0.8.4.tar.gz.

File metadata

  • Download URL: jiraone-0.8.4.tar.gz
  • Upload date:
  • Size: 116.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.8

File hashes

Hashes for jiraone-0.8.4.tar.gz
Algorithm Hash digest
SHA256 dd30ac0312582d0421701f26d29eb1a891a7e9b16b096935a623e1fe0ae74938
MD5 a911b40bc6ec8f95656ae613f456f2b0
BLAKE2b-256 7d395224dba3e3c0dacd37a827f05fd7564e0a8380a9b2d255efab17541658ae

See more details on using hashes here.

File details

Details for the file jiraone-0.8.4-py3-none-any.whl.

File metadata

  • Download URL: jiraone-0.8.4-py3-none-any.whl
  • Upload date:
  • Size: 109.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.8

File hashes

Hashes for jiraone-0.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1da89133e4318fd3d3e328e16c161516dfca94361a68d060203c7a47dc66f85c
MD5 b59fd34551238aafee196ba9dd0d5974
BLAKE2b-256 1ffbcb6fdfdce174fec4651e554ac76869c09065089a710e4090d782866f828a

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