Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 971 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 971 Bytes

.NET

AzureWorkItemsClientDemo

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

AzureWorkItemsClientDemo

Tools : vs22, net 6.0, bullseye, azure devops sdk/rest api