Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

About

Using various ways in order to get info about azure work items

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages