A REST API Implementation to Jira Cloud APIs for creating reports and for performing other Jira queries.
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jiraone-0.8.5.tar.gz
.
File metadata
- Download URL: jiraone-0.8.5.tar.gz
- Upload date:
- Size: 116.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d058c3289c63152d189c08007968e54bc76d0a8319cd01ed2203c72d9a839d1 |
|
MD5 | 8062d390a3efe04ce12da227a90b8fbe |
|
BLAKE2b-256 | 62627d933141378bcebdeadbcd93354c1f321a39fe88187becc9d28acda5565e |
File details
Details for the file jiraone-0.8.5-py3-none-any.whl
.
File metadata
- Download URL: jiraone-0.8.5-py3-none-any.whl
- Upload date:
- Size: 109.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e43d8a9bcda1c520bcbbf211fe19e068dfd78e7a5ea78e96fede61bbc67e1448 |
|
MD5 | 5a1ee6b4388af7577f9efc7223838117 |
|
BLAKE2b-256 | cb6e3331b834b9a85e77db94b269858aa773deb7a7982bac3511a491a95bf2af |