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.6.1.tar.gz
(17.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jira_insight-0.6.1.tar.gz.
File metadata
- Download URL: jira_insight-0.6.1.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d5580088303b92aa2c18485af3210165ffef534a020f8f5b198e2dd5909be21
|
|
| MD5 |
aab7778cca058c3969df387d7dee0fa7
|
|
| BLAKE2b-256 |
7109b5d081c907acbd3f7d02df2157f71ae5eddc5885435339224888cdd964d2
|
File details
Details for the file jira_insight-0.6.1-py3-none-any.whl.
File metadata
- Download URL: jira_insight-0.6.1-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28128092efc5f5c50cf79d366fbedb15e38b5e27c895bc86a844c654e00e62a6
|
|
| MD5 |
6273cad913a5c238eb796fb3f2916cdb
|
|
| BLAKE2b-256 |
2ca29dc82e172390af32b54958af2048f279d72de1b77be595c995ae7a78e0b9
|