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.6.0.tar.gz
(17.5 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.6.0.tar.gz
.
File metadata
- Download URL: jira_insight-0.6.0.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df3c47e2a18e77adb10174a1a95f0aca9881c144e19ae3f40b2af9c7de7028ff |
|
MD5 | 9162a6e30b175273e256f371727d1711 |
|
BLAKE2b-256 | 89579f0f0ed34ea604cfb7e80fe9bb6c0df412270a901e8d1453b70038615821 |
File details
Details for the file jira_insight-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.6.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 574568e89e7ea123e95d95f9b63b2d2fb37632a40fc2f800dab6eeaa1f013e92 |
|
MD5 | 6432fe333ee16e1c6bdbe5e02ff16138 |
|
BLAKE2b-256 | 09cc07d2c0687ac28b3c6afbb6315f9febcffec1552a9eec6b39b7552a03a97e |