Skip to content

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

Notifications You must be signed in to change notification settings

aimenux/AzureWorkItemsClientDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages