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.1.tar.gz
(16.8 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.5.1.tar.gz
.
File metadata
- Download URL: jira_insight-0.5.1.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6c7a45ba645ccc0f0205ed7c56585e4ed27221d6135a8ee85570ceda4026916 |
|
MD5 | 8926f75f24f0b76ad1920dbaee843be3 |
|
BLAKE2b-256 | 9ef55aed26cb546afe3e2ad7bd05d942012480e1f61c77172d9017cb9073bf73 |
File details
Details for the file jira_insight-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.5.1-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5581b3e04bf4e39fd10c8848c6ddbc6f32cd6afeb1fe81c083c2c599bce356a |
|
MD5 | 3c727e50b44344168f74c5a2dcceffeb |
|
BLAKE2b-256 | f03d035c0c5f060432d18af96cc61445904aee707f3532a950b8ef7dbb0af3f6 |