< Back

Get-AzDoBuildWorkItems

Sat Jan 18, 2020 7:37 pm

NAME Get-AzDoBuildWorkItems



SYNOPSIS

Retrieve the work items related to the specified build





SYNTAX

Get-AzDoBuildWorkItems [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] -BuildId <Int32> [-Count

<Int32>] [<CommonParameters>]





DESCRIPTION

The command will retrieve the work items associated with the specified build





PARAMETERS

-AzDoConnection <AzDoConnectObject>

Common Parameters



Required? false

Position? named

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>

Allows for specifying a specific version of the api to use (default is 5.0)



Required? false

Position? named

Default value $global:AzDoApiVersion

Accept pipeline input? false

Accept wildcard characters? false



-BuildId <Int32>

The id of the build to retrieve (use on this OR the name parameter)



Required? true

Position? named

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Count <Int32>



Required? false

Position? named

Default value 1

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



-------------------------- EXAMPLE 1 --------------------------



Get-AzDoBuildWorkItems -BuildId <build id>















RELATED LINKS

https://github.com/ravensorb/Posh-AzureDevOps