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.3.0.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.3.0.tar.gz
.
File metadata
- Download URL: jira_insight-0.3.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1.post20210204 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eab46d5bdb9309c69608acb4b53c25207f94c02256725048bae67475fddaad55 |
|
MD5 | 7b4920edbbc90e5a931dcd227ff8b2f1 |
|
BLAKE2b-256 | b7feaf3002158f46d55243061b2a3037073ef7639a00bb5ff484b45bb37178ed |
File details
Details for the file jira_insight-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.3.0-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1.post20210204 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e3d305910aae5a34c51cb9d82728b29c408d2eedc072d3edf50089c5c82cbb1 |
|
MD5 | ec26c36274bdc7fc6881a24e97374a0a |
|
BLAKE2b-256 | aea06f87cd71fbcb3212dea27f3696a5084e3a383fd87d920f20de9ed19271ab |