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.1.7.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.1.7.tar.gz
.
File metadata
- Download URL: jira_insight-0.1.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 376b881ef1b3b49ff57985e8bd2e937593cde15346e6f1d17d0105a23949d037 |
|
MD5 | d1c6893558ae4ce611e9507940156945 |
|
BLAKE2b-256 | e03c136d7607cfbac5c7dafd3677cd87376daaba9d9cf158ecda8d1c2c4ce75f |
File details
Details for the file jira_insight-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.1.7-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca58805341334d2d173ade93bbe0d3af1c58154adfe6fe69041f3678771936bd |
|
MD5 | 3a29f6b1285f6ed95ca119383c536e7a |
|
BLAKE2b-256 | 9f246b5b27c61033ee997c79624f965af5971059da4a66dd69283e79aa55e01c |