A REST API Implementation to Jira Cloud APIs for creating reports and for performing other Jira queries.
Install using pip
. you have to be on python >= 3.6.x in order to utilize this script.
pip install jiraone
Jiraone comes with various classes, functions and methods. Aliases as well, are used to represent links to classes and functions. The major ones to take note of are the ones shown on the directory link below.
For further knowledge on how to use the classes, methods or functions. Open the jiraone package and read the docstring on the aforementioned methods or functions above to get further information.