Hi,
I am looking for a way to set the Comment in this Scheduler Template to the parameter EventName
, which I can define manually during creation.
The goal is for the event to display the value I input for the parameter in the Events Timeline.
Is this achievable using an expression or C# code?
Thank you in advance for your help!
Best regards
David Rid [DevOps Enabler] Selected answer as best 6 hours ago
Hi David,
If you would like to display the value of a script parameter in the scheduled event, you could the placeholders explained here. Below an example:
Result:
Hope it helps.
David Rid [DevOps Enabler] Posted new comment 6 hours ago
Thank you, exactly what I was looking for.