I have set up a Custom Command UI action with a text input and two action buttons.
However, the $1{text} variable is not working in the second command (previously the cancel button) - it just outputs {text}.

I see the Text Box Control help text says "The entered string value can be used in the 'OK' action as $1{text} variable."
But if the Cancel button title and command can be changed and treated as another action, then I would expect the input variables to be available like the normal variables are (e.g. ${sha}).
It would also be helpful if the Input Control text supported the repo variables.
Thanks for your consideration.
I have set up a Custom Command UI action with a text input and two action buttons.
However, the
$1{text}variable is not working in the second command (previously the cancel button) - it just outputs{text}.I see the Text Box Control help text says "The entered string value can be used in the 'OK' action as
$1{text}variable."But if the Cancel button title and command can be changed and treated as another action, then I would expect the input variables to be available like the normal variables are (e.g.
${sha}).It would also be helpful if the Input Control text supported the repo variables.
Thanks for your consideration.