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 Insight, InsightObjectSchema
# 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.1.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.1.1.tar.gz
.
File metadata
- Download URL: jira_insight-0.1.1.tar.gz
- Upload date:
- Size: 5.0 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 | 54467794477a9925d0dfd40863ef26979d40833c7db9391d76cb91da253e054c |
|
MD5 | bb1f676df6f14d1d6586607fc7e9cf56 |
|
BLAKE2b-256 | 36ebb4cd0b76abed00f834e82db184340854f9170c8a63e29f36347f78e220e2 |
File details
Details for the file jira_insight-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.1.1-py3-none-any.whl
- Upload date:
- Size: 23.5 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 | a5bde88bafb199043c33c8261d14ddbf149c2099a346dd586549587fcb537093 |
|
MD5 | 91d29d59d40ea4f3b5cbdd992e674d39 |
|
BLAKE2b-256 | 5c9953ef0098d63924cc001f7171223263ab883f7d0f14a4f2c3b4da52af0180 |