Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 743 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 743 Bytes

vsts-wit-reporting-example

Example project for consuming the VSTS WIT Reporting APIs

It is primarily an example of how to use the WIT Reporting REST APIs, but also includes inserting the results into a datbase and storing them as JSON files.

REST to JSON Example:

VSTS.WIT.Reporting.exe --sourceProvider VstsRest --account https://{account}.visualstudio.com --username {username} --personalAccessToken {personalAccessToken} --targetProvider JsonFile --targetPath "C:\workItems"

JSON to SQLite Example:

VSTS.WIT.Reporting.exe --sourceProvider JsonFile --sourcePath "C:\Temp\workItems" --targetProvider SQLite --databaseFile "C:\workItems.sqlite"