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.9.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file jira_insight-0.1.9.tar.gz
.
File metadata
- Download URL: jira_insight-0.1.9.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 | 0090826048aefe27d227aa012971d7ab1fba4b8bdeabb4efb54b5f5c37d6b762 |
|
MD5 | a9d4b75d53650af5c6a1c8f6b59df49b |
|
BLAKE2b-256 | a179a4747940da9a9a64bf00dab61fdfd51b1e3a5cb3989c073a5f98bbdd6804 |
File details
Details for the file jira_insight-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: jira_insight-0.1.9-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 | a01f7e359fcb2133723c47a67b624abc374cbe4ccd7722ecd98a1389a6bfdfd2 |
|
MD5 | a2287719392201df9fe39e1563654948 |
|
BLAKE2b-256 | fcfb356b40fa14b2146cf67eb20f83d47005dcab9f3b8a2ba6391b59e6d4154d |