JBA (Jira Bug Analyzer) is an application of bug analysis against Jira
- Step One
- if you are using docker, please use dockfile to setup everything
- if you are using linux, go into the application root and run
pip install -r requirements.txt
- Step Two
- get system username
- generate local file in config folder (like zwang.local)
- use the format like
[DEFAULT]
INSTANCE_HOST=
SPACE_NAME=
DEBUG_MODE=
[ACCOUNT]
A_USER=
A_TOKEN=
- Step Three
- run python
python main.py