The Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure Dev Ops

View on GitHub

Get-AzureDevOpsWorkItemFields


Syntax

Get-AzureDevOpsWorkItemFields
  [-FieldName <string>]


Description

Retrieves a list of all fields in the project used in All work item types.


Example

Get-AzureDevOpsWorkItemFields
Get-AzureDevOpsWorkItemFields -FieldName "Description"


Parameters

-FieldName

The name of the field as it appears in the UI.


Type: string
Position: Named
Default Value: None
Accept Pipeline Input: False
Accept Wildcard Characters: False