Skip to content

abhishekrai43/Azure-DevOps-To-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download Python from here https://www.python.org/downloads/

Make sure "Add to Path" is checked when installing.

After the installation is complete open cmd type python and press enter

You should see the python version. Installation is successfull.

Run these commands in a cmd(command window) INSIDE the folder where this code is

run pip install -r requirements.txt

Create a file named .env in the same folder

Paste your Personal Access Token in the .env file, exactly like this,

pat='Your Acess token here' (within the inverted commas)

run command python azure-board.py

About

Send all Work Items from Azure DevOps to POSTGRESQL DB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages