Python bindings for Jira Service Management API
Project description
Jira Service Management Python Bindings
Low-level Python bindings for Jira Service Management API.
Jira Service Management API documentation can be found at https://developer.atlassian.com/cloud/jira/service-desk/rest/intro/
Installation
Install current release by pip
pip install jsm-python-api
Getting Started
You need an API token for communicating with Opsgenie REST APIs.
Assets API
from jiraservicemanagement.api.v1 import Assets
assets = Assets(
workspaceId="...",
auth={
"url": "...",
"username": "...",
"password": "..."
}
)
object_schema = assets.list_object_schema()
print(object_schema)
Contributing
Contribution is welcome. See CONTRIBUTING.md for more details.
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
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 jsm_python_api-0.1.tar.gz.
File metadata
- Download URL: jsm_python_api-0.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddebbe644d1d94d7abc44a47b58d9bb80f1d67caaf3a0743698f3391e7e0255b
|
|
| MD5 |
3978198e7aa0aba2fc6d1622ed2a1b46
|
|
| BLAKE2b-256 |
a6a79f4a098cc2dacb4501697ce6c20b7c1f75c37ff309f31e7451f76ea23280
|
File details
Details for the file jsm_python_api-0.1-py3-none-any.whl.
File metadata
- Download URL: jsm_python_api-0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78e754a1bc6a6e2e45d1b1502ba5e6163508b8c027d6d05678b452572efdbf04
|
|
| MD5 |
a57df9d290663460f8bc870c0add9ebb
|
|
| BLAKE2b-256 |
dc3b148af19d4a77929a34350e90af4b598f5045580410a88975e52ed47ae5b4
|