Atlassian API for Python
Overview
atlassian-api-py is a small Python wrapper for Atlassian REST APIs.
It provides ready-to-use clients for Jira, Bitbucket, and Confluence so you
can automate common Atlassian tasks without rewriting endpoint and session
handling code.
The clients are intentionally lightweight:
GEThelpers return nestedSimpleNamespaceobjects, so response fields can be accessed with dot notation.POST,PUT, andDELETEhelpers return decoded JSON dictionaries when the API returns JSON, orNonefor empty responses.HTTP
4xxand5xxresponses raiseAPIErrorwith the status code and response body.
Documentation: atlassian-api-py.readthedocs.io
Getting Started:
API Reference:
Changelog:
Indices and tables
License
This project is released under the MIT License.