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
Built Distribution
File details
Details for the file jira-insight-0.2.0.linux-x86_64.tar.gz
.
File metadata
- Download URL: jira-insight-0.2.0.linux-x86_64.tar.gz
- Upload date:
- Size: 7.7 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 | c8d002d39b18909ac20d1b6cabbea9257c21ef4126f10c0fcdeb1cb6b6301a76 |
|
MD5 | c7144d7c0e9a4cbcaf8db33f03af5a39 |
|
BLAKE2b-256 | e74c743989132eca3fe88caead3897a6c731c94a44aadcacd3716949a154cb9a |
File details
Details for the file jira_insight-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.2.0-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 | a8058a612dfb749f6f236a4334897f31b9263dafb9a1c7810a5f4ed07d6a88be |
|
MD5 | 4af728cf6eb4adc56cff71381e0a1de5 |
|
BLAKE2b-256 | 00dd4c2fcad47ffcdd83aec62d049fec8e55b949701d482b18ebbd42f182e057 |