Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

$PromotionComments

Returns the comments for the specified promotion, or the promotion in the current context if values are not specified.

Script usage:

$PromotionComments([StageName], [BuildNumber], [ReleaseNumber], [ApplicationName])

Parameters:

NameDescription
StageNameStage Name
BuildNumberBuild Number
ReleaseNumberRelease Number
ApplicationNameApplication Name

Example:

# Stores comments from the current promotion in a variable
set $comments = $PromotionComments;