Python library to interact with Jira Cloud Insight's API.
If you want to run the tests in examples/
, simply pip-install the current module and create the environnment variable INSIGHT_TOKEN
, with a proper value.
linux sh/bash/...: export INSIGHT_TOKEN="<...>"
windows powershell: $env:INSIGHT_TOKEN="<...>";
Released under the Apache License 2.0.