Get-AzureDevOpsWorkItem
Syntax
Get-AzureDevOpsWorkItem
[-Id <long>]
Description
Retrieves a single work item from the Project / Account
Example
Get-AzureDevOpsWorkItem -Id 123456
Parameters
-Id
The Id of the work item you want to retrieve from the project.
| Type: | long |
| Position: | Named |
| Default Value: | None |
| Accept Pipeline Input: | False |
| Accept Wildcard Characters: | False |