Graphviz is used for charts generation. On MacOS you can install it with Homebrew:
brew install graphviz
Run pipenv sync
in the root directory
The following environment variables are required:
JIRA_HOST
, e.g.https://your-domain.atlassian.net
JIRA_USERNAME
, e.g.[email protected]
JIRA_TOKEN
, see how to set up token here
For example:
pipenv run python jira_client.py --sprints "Sprint 80" "Sprint 81" --show_graph
pipenv run python jira_client.py --epics "My Epic" --show_graph