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.3.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.1.3.tar.gz
.
File metadata
- Download URL: jira_insight-0.1.3.tar.gz
- Upload date:
- Size: 4.2 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 | 5cd209d714496fbd64a71323b4449d85dec4ecce52a65ca938e4b2f4757dcaf2 |
|
MD5 | d4f19d7718b57e67b2f91b3f4da5d378 |
|
BLAKE2b-256 | 5265a6d136a0f5c284d3bec1dae341242ce3a14f03cbdb4b2c5a70b1c15af302 |
File details
Details for the file jira_insight-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.1.3-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 | 7ebc7215c0286a6b0805f5b7e7e8d75ec9becb0ba952ebf975f6f335406cfdb6 |
|
MD5 | 49599c24e45359becdb7ba818abce1b8 |
|
BLAKE2b-256 | a51ba5764168a17207fa2178da1b58bf592769cdab90add418fd023125bdddca |