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.0.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.1.0.tar.gz
.
File metadata
- Download URL: jira_insight-0.1.0.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 | 9965b0b19202d14144d6d6d22719b67d7e63654404380677aae50b8931e126b5 |
|
MD5 | 2f86311558eed61447b65bb84dd7e789 |
|
BLAKE2b-256 | 1f4ae2fe6bda208e6405f85cceacfc616150a6b29a5dcf4eacef08ace539de44 |
File details
Details for the file jira_insight-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.1.0-py3-none-any.whl
- Upload date:
- Size: 23.3 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 | 054c71633f2aceaa0584fd449636cd35cf7f24033704b3c9239c5b440fde6453 |
|
MD5 | 044bd9b23de30b9e77751233bb2707d7 |
|
BLAKE2b-256 | 96d1a5f8d637f7f01d9fc95493d79fcdfe09c2a96562cffa2eaaa2354d518bdd |