Get Currently Choosen Iteration from the Iterationpicker of the Sprint -Backlog Board
I am developing an Azure DevOps extension. Currently, I’m trying to get the selected iteration from the iteration picker of the iteration backlog board:
How to Exclude Selected Values from Other Dropdowns in Azure DevOps Work Items?
I’m working on an Azure DevOps extension where I have three dropdown inputs in a work item form. The requirement is that if a value is selected in one dropdown, that value should not be available in the other two dropdowns.
SDK.getWebContext() throws exception when published
We are creating ADO Extension which is based on ASP.NET Core 8, Vite & REACT. We are using azure-devops-extension-sdk v4.0.2. When we use our application in Dev mode everything works fine BUT when we publish it SDK.getWebContext() starts throwing exception. Please see details below: