I am planning to use https://github.com/ostreifel/vsts-rest-multivalue this extension in my Azure DevOps project. This is useful one but need to dynamically pass a field value in the URL. For example, I want to set the URL like https://www.google.com/search?q=**$(Custom.SearchText)** where Custom.SearchText is field from the work item type.
if the value is “AzureDevOps” then the URL should be https://www.google.com/search?q=AzureDevOps
if so, kindly help me with details. or if there is any other solution kindly let me know. Thanks in advance.
Cheers