Help using azure devops SDK package in extension development process

Sankar Santhanaraman 0 Reputation points
2025-03-05T06:14:35.02+00:00

I'm developing an Azure DevOps extension that adds a custom button to the work item form. When a user clicks this button, a third-party API should be called and its response displayed directly on the work item. I've already implemented the API call, but now I need guidance on how to integrate the Azure DevOps SDK to update the work item view with the API response. Could you advise on the ideal project structure and what changes are required in the vss-extension.json file to support this functionality? Or if there is a way to work with CDN , could you help me with the right CDN link and correct method name to start the .init() process.

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
253 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.