Questions tagged [azure-devops-extensions]

462 questions
16
votes
1 answer

Getting parent of work item through REST API

We are developing an Azure DevOps extension to push changes to work items to an external system. We would like to maintain/preserve the hierarchy in Azure DevOps (Epic-> Feature -> PBI/Bug) in the target system, so we need to figure out which parent…
14
votes
1 answer

Custom tabs build with vss-web-extension-sdk not showing anymore

We have build an Azure Devops Extension that does several things within a step of a pipeline. When a pipeline is finished and results are displayed we coded it to show additional custom tabs, we used the vss-web-extension-sdk for adding these custom…
sirmaster
  • 151
  • 5
11
votes
1 answer

How to debug and develop Azure DevOps extension without deployment?

I want to develop a simple Azure DevOps extension which displays some data in the table. My extension is based on extension sample. Can I debug this extension outside Azure DevOps without the complete deployment process described here? As a…
Karel Kral
  • 5,297
  • 6
  • 40
  • 50
10
votes
1 answer

Where can i find all available contribution targets for the new azure devops extensions?

The new azure extension development documentation points to a sample project in github where you can see different extension examples targeting different areas of the of the azure DevOps portal. However I am not able to find any documentation…
user2503480
  • 193
  • 3
  • 16
8
votes
1 answer

How to test new Azure DevOps extension version before publishing it for everyone

I am using Azure DevOps (not TFS on-prem) and have my extension already published as public and many people using it. How can I push out a new version for just myself (or specific organizations) to test it, before making it public for everyone? I…
deadlydog
  • 22,611
  • 14
  • 112
  • 118
7
votes
0 answers

VSTS Extension - How to get selected suite data from test suites table on loading of custom tab

I'm developing a VSTS extension in Javascript. In one of my tasks, I develop a custom tab and need to load data on an HTML page on behalf of the selected Test Suite. How can I get data(like SuiteID, Testplan ID) of the selected Test Suite?
Sachin Bhatia
  • 237
  • 2
  • 9
7
votes
2 answers

Azure DevOps REST api - Run pipeline with variables

I have a pipeline on Azure Devops that I'm trying to run programatically/headless using the REST api: https://learn.microsoft.com/en-us/rest/api/azure/devops/pipelines/runs/run%20pipeline?view=azure-devops-rest-6.0 So far so good, I can auth and…
7
votes
3 answers

Packaging multiple Typescript projects depending on the same common local module

I'm working on a set of VSTS extensions. Each extension is its own little Node project with its own package.json and its own node_modules folder. The folder structure is as follows: - MyExtension - package.json // containing all…
jessehouwing
  • 106,458
  • 22
  • 256
  • 341
7
votes
4 answers

How to test Visual Studio Team Services (vsts) extension without uploading

i want to develop a vsts extension. the describes process of a development cycle is: develop package publish upload test this sound a litte cumbersome to me as it takes a lot of time to test the development. is there any way to speed up a…
Daniel
  • 9,491
  • 12
  • 50
  • 66
5
votes
1 answer

How to add Mark Down styles to the Azure DevOps website

I'm trying to add the ability to see Mark Down styles in the Azure DevOps website or somehow inject the CSS, For example: when navigating to Repos I have README.md which I want to look like the Microsoft standard MD documentations, [!TIP],…
Yovav
  • 2,557
  • 2
  • 32
  • 53
5
votes
1 answer

PSRemotingTransportException while using WinRM - IIS Web App Deployment

I have configure the winrm. I am getting below response after running winrm quickconfig as the winrm service is already running. WinRM service is already running on this machine. WinRM is already set up for remote management on this…
5
votes
2 answers

How to use output variables across agent jobs in azure release pipeline

In my azure release pipeline I have 2 agent jobs, one is for sql deployment using power-shell and other is for kubernetes using power-shell. How to set an output variable in 1st agent job and use that in second agent job using power-shell.
5
votes
4 answers

How to use Azure DevOps Extension for Azure CLI with Azure DevOps Server?

The Azure CLI with the Azure DevOps extension has replaced the VSTS CLI. But I can't find any sample on how to connect to Team Foundation Server (TFS) or Azure DevOps Server using Azure CLI with Azure DevOps extension. I tried to create a PAT on my…
5
votes
1 answer

Azure Devops Boards- Different Teams with same backlog possible?

Is it possible to have a kind of view of the tasks in Boards/ Sprints of a common backlog but for the different people in teams? I have already built several teams and gave them the same backlog iteration in "Team Configuration -> Iterations". Now…
5
votes
1 answer

Accessing "Remaining Work" on PBI through REST API

On the sprint board in Azure DevOps the "Remaining work" value on tasks "roll up" to e.g. PBI's and are displayed on the PBI card. This value does not appear to be persisted on the "Remaining work" field on a PBI. If I try to access this field…
1
2 3
30 31