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.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.1.4.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.1.4.tar.gz
.
File metadata
- Download URL: jira_insight-0.1.4.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a70f4f11d829501ad348515bfbf45c6d191cf4c5974a0a7ca6153a75cd34c9e |
|
MD5 | 1aec3e5bab3073eb4814f20d59faa9af |
|
BLAKE2b-256 | 4cbac2ae5c882da54100055f9068f1e8f068b05d75366c75cf8820b0e86672a4 |
File details
Details for the file jira_insight-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.1.4-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 556d905a876f72138ca58dc103e979fbab2f5e3d85bb7d1bcf1918384ad848d5 |
|
MD5 | 31c599625783b5741a8db2232c21fd8f |
|
BLAKE2b-256 | 26a897f2aac93d17b59769b0f0127465eaff969ee5ce62bc1f380673f4088f7e |