Skip to content

wangzhe/jira_bug_analysis

Repository files navigation

Jira Bug Analyzer (JBA)

star this repo fork this repo python

What is JBA

JBA (Jira Bug Analyzer) is an application of bug analysis against Jira

How to start JBA

  1. 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
  1. 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=
  1. Step Three
    • run python
python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages