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.3.1.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.3.1.tar.gz
.
File metadata
- Download URL: jira_insight-0.3.1.tar.gz
- Upload date:
- Size: 4.4 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.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd0841e85a453add98d0ab152d7590a3f8f1d9d3529624673be9ae32968b6755 |
|
MD5 | 4faaac6d64aa37fdd1cd7ddc82192a6e |
|
BLAKE2b-256 | 16d3622ceeba82c9f9ba6843d4a6f60b08b0dae40a953996b289b2bc447dbd0e |
File details
Details for the file jira_insight-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.3.1-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.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d44eaf0bb383e4f0fb687e0e29e40bd708088a256dbc7b09175fbc94d8fc8485 |
|
MD5 | 2cd8f4c4364e2cce1827ad829399e753 |
|
BLAKE2b-256 | 99c3d7df8c615b1372aa6feb748f1aac0ec5de29c237ccc4759adac409bf462d |