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.1.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file jira-insight-0.2.1.tar.gz
.
File metadata
- Download URL: jira-insight-0.2.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 305558d03d77fd2ebed7810c561cee8e747424673a452f513c888f0fdef41bac |
|
MD5 | 27a55a65046644e2db9723844404d91c |
|
BLAKE2b-256 | 0ed78c7c7254b917db10cb1cc1d58f7cd35fda65fb67e3ea96fa0c820bd044a3 |
File details
Details for the file jira_insight-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.2.1-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a759eddc3bace2f1d396f921b4b8fe04a898e9e657c30d94c2b4e6c3af95e433 |
|
MD5 | da0bda2b1663e0f2903f655f35921899 |
|
BLAKE2b-256 | b7444d7e9998debacbf4f300952b344582f1082e06aa5eb353d517d58e83c59e |