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.2.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.2.2.tar.gz
.
File metadata
- Download URL: jira_insight-0.2.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7a7728c6efa6dbbf4d263aad22ffce7553f0499354ab2e39ed818af61372015 |
|
MD5 | fe72bd09bcfd9385123163976df7f6db |
|
BLAKE2b-256 | 9a9a4beac635a0fa23e2740f2f22923cdfcfc28552396dc49d238690168d4493 |
File details
Details for the file jira_insight-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.2.2-py3-none-any.whl
- Upload date:
- Size: 27.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29381f9ce33c54ad9afd303ce1653b41f9b1db171fd61ca5fdcaa70f82a8dda5 |
|
MD5 | 6005292dc9e36ce81d5147e6071b4fcc |
|
BLAKE2b-256 | 76a9d5d9d8aab75260cce20a7d51417105934c8dd5a8b9d7e25c6d5de07e6bcb |