---
title: "$PromotionComments"
---
Returns the comments for the specified promotion, or the promotion in the current context if values are not specified.
$PromotionComments([StageName], [BuildNumber], [ReleaseNumber], [ApplicationName])
Name | Description |
---|---|
StageName | Stage Name |
BuildNumber | Build Number |
ReleaseNumber | Release Number |
ApplicationName | Application Name |
# Stores comments from the current promotion in a variable
set $comments = $PromotionComments;