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.3.tar.gz
(17.3 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.5.3.tar.gz
.
File metadata
- Download URL: jira_insight-0.5.3.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2db7cc3fe6ebd75a708e1c56de053a4130a3ab6c28ead6d1e4d48908a994635 |
|
MD5 | e72890ac6949d9650a3d1c4ccadeb775 |
|
BLAKE2b-256 | be33c4180d0c809c0f05e9f0541b213fb2c7b66f6237d4a1d2c16b50e79862a2 |
File details
Details for the file jira_insight-0.5.3-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.5.3-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0aa3c0769f4a4484d0501eadaabc62d48fc665fcb4b922e48dafb3e0319810a |
|
MD5 | c7ddbc308c2f4247609fbea893bca4be |
|
BLAKE2b-256 | 576bd7b85febb3269948faae1bfc2a01744d70d69c056758c96963bb8a559b76 |