Add new variable for approval emails

I want to send out approval emails with links back to the release. I was pretty close to creating a link using

http://test.com/projects/#{OctopusProjectName}/releases/#{OctopusReleaseNumber}/deployments/

But I’m missing the last variable which is the Arguments value ie deployments-200

Also my project name is www.test.com and it would need to be converted to www-test-com for the url to work.

Thanks

Hi Bob,

This release includes a few new variables to make this possible:

The variables are:

#{OctopusProjectWebLink}
#{OctopusReleaseWebLink}
#{OctopusDeploymentWebLink}

Paul