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.4.tar.gz
(17.3 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.5.4.tar.gz
.
File metadata
- Download URL: jira_insight-0.5.4.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 228b4fd3ad50db70fbdf563eceed167d40e68ca399b0b21d82661cdd3d5eb733 |
|
MD5 | 0035506f932e7479d09b15bd75afd529 |
|
BLAKE2b-256 | 298d65ab4b54ec4cd93072650e891c280b2ea8756a181c17387c20f62eb256e5 |
File details
Details for the file jira_insight-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.5.4-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59562970fbcf650e9c6fb33811408521c18a187e2f8fd7f6fb100dba617ae062 |
|
MD5 | aceca9ef9cdbbf20278088f475045a37 |
|
BLAKE2b-256 | efd178e961e9afd5f27b263296e42197390c8b66714d541ca60ac7a55123b913 |