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.4.0.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.4.0.tar.gz
.
File metadata
- Download URL: jira_insight-0.4.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89763bfc1014d14959f04cb88c9a6cbc3d2f7cd5b783371f927909bf95e37b37 |
|
MD5 | 115e1fa149456c52aa12eee640383fac |
|
BLAKE2b-256 | 1deddda817592376accd2f96a1f5e11cf5e5b39f5beca1b63cafcb6893e3ad48 |
File details
Details for the file jira_insight-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.4.0-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/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 966efd3799f47213d7248ae46f03d41d684a4656afa46e6237f8175e3e616ba8 |
|
MD5 | adb364175ab9458447d4b8be4f190a3e |
|
BLAKE2b-256 | ef39c4f6dc6f57f59e4fa813ab5e1c2711db85bfd8754fff36a3531e057d5ff3 |