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.2.3.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.2.3.tar.gz
.
File metadata
- Download URL: jira_insight-0.2.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfe1984c31ae52fd448a5f4fb87c4a29ce7bc0c982b77bfa375fb7e97cbf01fa |
|
MD5 | e0154f621439a780215776d87508d76b |
|
BLAKE2b-256 | b4e6cb3eb14b6a8c32363d211f8c08b3edfbbc596a415197d4692b5da9430532 |
File details
Details for the file jira_insight-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.2.3-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d66dddf68bced36a0151abb0e5e3d8df308c61d0baa7c9da6d9ed615a7f8c43 |
|
MD5 | 34cf16ba1c40475b994de2b1f4d3d301 |
|
BLAKE2b-256 | 60319e5aee0362aec818147e738b6de3c129ec2ef5ff4dd0f7c5b4906c7b0541 |