jira-worklog-data
Setup
- Install necessary packages from the requirements.txt file: pip install -r /path/to/requirements.txt
- Connect to the VPN
- Visit https://globaljira.roche.com/ in the browser and export the root certificate into the repository. Make sure the name in the global varialbes is correct.
- Generate the Personal Access Token in Jira
- Setup a .env file with a format: TOKEN=personal_access_token (put your own token)
- Edit the global variables to configure your script.
Description
Languages
Python
100%