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.5.0.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.5.0.tar.gz
.
File metadata
- Download URL: jira_insight-0.5.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08f1cdab6e6e987d8703b14034c70c7b6f2714dc8ca9ae5ee666988ef5305b50 |
|
MD5 | b9519c76885314b88c13b3e92ce626eb |
|
BLAKE2b-256 | 596ab3b1fec20cfe8145b81f94992fd9fbb0300107fcb6d30f607b9e5baff114 |
File details
Details for the file jira_insight-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.5.0-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58a0c82199b85ca66f151e9c7607b89438a6b19b339efce2f597d43c5c6727b9 |
|
MD5 | 052e3ce6d72cfc3356ceec610cc09b02 |
|
BLAKE2b-256 | 511f5c2fad9d9ddd996b0b9f3c6d850a5bd883080d8105518562cd2c2f9fbf8c |