< Back

Get-AzureDevOpsWorkItem

Sat Jan 11, 2020 10:26 am

NAME Get-AzureDevOpsWorkItem



SYNOPSIS

Retrieves a single work item from the Project / Account





SYNTAX

Get-AzureDevOpsWorkItem [-Id <Int64>] [<CommonParameters>]





DESCRIPTION







PARAMETERS

-Id <Int64>

The Id of the work item you want to retrieve from the project.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES









-------------------------- Example 1 --------------------------



Get-AzureDevOpsWorkItem -Id 123456



Getting work item 123456









RELATED LINKS

Online Documentation http://devopsmodule.utmonline.net/docs/ ... tworkitem/