You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I see only the project, stage, and promotion predefined variables, which provide convenient access to the details of a Promotion. which can be referenced using ctx.projec,ctx.stage,ctx.promotion.
I am looking for a variable like ctx.username or ctx.triggeredby or ctx.promotedby.
Motivation
I'm using HTTP post message to post information of the promotion to a slack channel and i want to include the detail of that person who did the promotion.
The text was updated successfully, but these errors were encountered:
Proposed Feature
Currently, I see only the
project
,stage
, andpromotion
predefined variables, which provide convenient access to the details of a Promotion. which can be referenced usingctx.projec
,ctx.stage
,ctx.promotion
.I am looking for a variable like
ctx.username
orctx.triggeredby
orctx.promotedby
.Motivation
I'm using HTTP post message to post information of the promotion to a slack channel and i want to include the detail of that person who did the promotion.
The text was updated successfully, but these errors were encountered: