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 |