User Profile
jeetpatel-ai
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
Customize the "Get" button in the Azure DevOps extension to add a custom target URL
The above picture shows a free extension. I am going to publish a paid version of this extension and I want to customize the "Get" button in that extension to redirect to some custom target URL. Please help to update the manifest file accordingly.635Views0likes0CommentsPerform an action when an extension is installed in Azure DevOps
Below is a sample manifest file to perform some action when some activity happens in the extension of Azure DevOps. "actions": [ { "id": "performAction", "name": "Perform action", "description": "Posts a standard event payload", "supportedEventTypes": [ "git.push", "git.pullrequest.created", "git.pullrequest.updated" ], "publishEvent": { "url": "{{{url}}}", "resourceDetailsToSend": "all", "messagesToSend": "all", "detailedMessagesToSend": "all" } } ] What should I add in the "action" section if I want to perform some action when the extension is installed in some azure DevOps site?915Views0likes0Comments
Groups
Recent Blog Articles
No content to show