Using various ways in order to get info about azure work items
In this demo, i m using two ways in order to get info about azure work items.
1️⃣ Using SDK LIBs
2️⃣ Using REST APIs
Filtering work items is done via a configurable query. If missing in config file, this query is by default used :
Select [System.Id], [System.Title], [System.State]
From WorkItems
Where [State] <> 'Closed'
Order By [System.CreatedDate] ASC
Tools
: vs22, net 6.0, bullseye, azure devops sdk/rest api