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.6.tar.gz
(17.3 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.5.6.tar.gz
.
File metadata
- Download URL: jira_insight-0.5.6.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 | 33930e3f6989f5babc48a8324a128006fb781883117746a68290eb87d3f75435 |
|
MD5 | 34f20fac9e79b9d921cfa5e907e61d34 |
|
BLAKE2b-256 | 5b1709072da3fc4c62b66f2572c2d5f17a025104e1b71c3ef1b9510000bc5d4b |
File details
Details for the file jira_insight-0.5.6-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.5.6-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 | b3e58bf3b4e23535e65785a98f7ef1cfce396a32394781f8c55ad62a88dcb051 |
|
MD5 | e637fbf0beb33cb2b7bde12355abc9bb |
|
BLAKE2b-256 | 5b027a80d8038bfed88d8e7ad8585cbe5a9783d5072c5106d95dcb9b9c65a2a8 |