Based on Python 3.9.1.
python -m venv venv
activate.bat
pip install -r requirements.txt
deactivate.bat
Prepare configuration file config/default.py
by filling all required fields, or just pass all parameters in a command line.
Password is an individual JIRA token.
Token can be generated on a user profile https://id.atlassian.com/manage-profile/security/api-tokens
activate.bat
python main.py
deactivate.bat
activate.bat
python main.py -s http://address -u username -p password ...
deactivate.bat
All parameters can be found under command python main.py -h
, after entering vevn.