Relative Content

Tag Archive for azure-devops-extensions

How to use value from existing Workitem Field in Azure DevOps extension?

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