I would like to personalize the instruction message of a Manual Intervention task in a Release Pipeline.
Right now the message is very simple, as you can see:
It just says "I need your intervention!".
Now I would like to add a dynamic value to it, taken from a json, an artifact, or generated by a script (Bash, Powershell or Python, for example).
I know I can set a Pipeline Variable and then add it to the instruction message but that is useless to me, because the value I need is stored on a json artifact.
Do you have any idea on how to add a variable to the instruction message? Thank you very much.

