Provide a way to include metadata for a release per environment
Is there any way to create a custom metadata for every release? The meta data can be like ticket number, backup location, package location etc.
Ideally we would like this details to be displayed on Release Deployment task summary page. We are using Teamcity to create release and trigger deployment in Octopus.
When I am promoting release from 1 environment to another. The meta-data will differ from environment to environment.

-
mknopf commented
we really need a way to get the Raw Task output for a release via an API call so that we can store that information into a text file with the released code. So far I can get this information as JSON and some of the Server Task information but I have been struggling to find a way to get all of this info, vi a PowerShell script, so that it looks just like it does in the Raw view of the Task Log