API client for the Insight app for Jira
Project description
API client for Jira Insight
This is a API client to access data in the Jira app Insight.
Usage
from jira_insight import *
# Initialize the main Insight object with the URL and credentials for Basic Auth
insight = Insight("https://jira.example.com", ("USERNAME", "PASSWORD"))
# Get a specific object schema by ID
object_schema = InsightObjectSchema(insight, 1)
# Search for objects by IQL
objects = object_schema.search_iql("SerialNumber = DEADBEEF")
Caveats
- First and foremost: This is alpha software. I use it for a specific use case, but for everything else, there be dragons.
- This is probably very slow with complex object schemas, as many things are loaded preemptively when the Insight object is first instanciated.
- You can not yet edit objects after they have been created.
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
jira_insight-0.5.2.tar.gz
(17.3 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.5.2.tar.gz
.
File metadata
- Download URL: jira_insight-0.5.2.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fce418a57951d67ea0f0e7dd9464713fe74ad69f2acb2c2f2bb3e5d771ea13ee |
|
MD5 | 21ebb639f746d3dd600241c0cee3deea |
|
BLAKE2b-256 | 00b9263cd800cb9951951a378f938067f9d7c01595d24e0c9c0b7fde71f7dae9 |
File details
Details for the file jira_insight-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.5.2-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf1eb5b34e89f3737f753ef0c0c0e174b5dc67b130140e0e3f05da315f47b689 |
|
MD5 | d4eda8ce0755d8b64572435b91ad32b8 |
|
BLAKE2b-256 | b0153d755ad464166e90bfa866108c265c1c94c23282d559a3baabcfaf6d9f64 |