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.5.tar.gz
(17.3 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.5.5.tar.gz
.
File metadata
- Download URL: jira_insight-0.5.5.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 | 1c24d021aee79a2dcda420add788dd3af46f99bc3209bfeb7a952c790a90a323 |
|
MD5 | 36f7bee7ae32638cf21fcc6e22fe6cdf |
|
BLAKE2b-256 | cab040a3ff0bd50d1e2e1aaa47de08b78813a88c6e43944fb82591ac7fd9bd3e |
File details
Details for the file jira_insight-0.5.5-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.5.5-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 | 9bfd82df4ce8c4dfa85fab162eef6f42a5dd65c2a1992e626d1a105b4ca33501 |
|
MD5 | fbf8aa2ee915521614bce5d848c8c59e |
|
BLAKE2b-256 | 0c8723382d654bdd8c8c20c6eaa2beac1cb093f774d0749daa3d2c3a6a140e27 |