Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
0 replies
26 views

I'm developing an Azure DevOps Form Control extension that updates work item fields based on certain configuration rules. For example, I have two fields: Field A Field B The logic is: When A ...
Subrahmanya Bhat's user avatar
0 votes
0 answers
44 views

For our deployments to Azure app services we like to use the solidify tokenization task, whilst it has worked for a long time, we still have 2 issues with it: only runs on windows agents the task ...
YaMoef's user avatar
  • 31
0 votes
0 answers
29 views

I’m building an Azure DevOps Server 2022 extension that adds a custom menu item to the work item toolbar (i.e., the top menu inside the work item form). I'm using the following extension target: "...
Subrahmanya Bhat's user avatar
0 votes
0 answers
43 views

I am working with Azure DevOps Server 2020.1 using XML process. I have created custom fields where the user can enter different kinds of relationships. E.g. one field is "references" and one ...
AleXSR700's user avatar
0 votes
1 answer
100 views

I am developing an extension for Azure Devops. The extensions aims to render content on the work item page depending on the work item's area path ID. I managed to retrieve the available area path IDs ...
ccclever2's user avatar
0 votes
1 answer
94 views

I am developing a custom Azure DevOps extension that contains a custom pipeline task written in TypeScript. The source code when compiled produces JavaScript files in place next to their TypeScript ...
bryanbcook's user avatar
  • 19.7k
0 votes
1 answer
268 views

We are using Azure Devops Server 2022 on-premise and we have a private Azure OpenAI instance enabled with a private endpoint. In VSTS marketplace, we were able to find many extensions: https://...
Vowneee's user avatar
  • 1,551
0 votes
1 answer
116 views

I'm following the guidance for building vss-extensions where I split my vss-extension.json into two parts: vss-extension.json: contains all the contributions and primary parameters, including id, ...
bryanbcook's user avatar
  • 19.7k
0 votes
1 answer
59 views

I am developing a custom extension for Azure DevOps Server 2022, which includes a custom description field with additional functionalities beyond the default one. My goal is to add an maximize button ...
Subrahmanya Bhat's user avatar
0 votes
0 answers
49 views

I am developing a custom pipeline task for Azure DevOps to extend commit lint's functionality. All source files (and node modules) have been packaged inside the .vsix file. However when running the ...
Martin C's user avatar
0 votes
0 answers
88 views

I am developing an Azure DevOps extension to validate work item links when they are added in a work item form. I am working with on-premises Azure DevOps and using an XML process model. The Problem: ...
Subrahmanya Bhat's user avatar
2 votes
0 answers
26 views

I am trying to add a button to pr page comment box on azure devops. However I couldn’t find the connection point to do so in the documentation. I tried to add it to pr-review page but i couldnt here ...
Serhan Can Bayri's user avatar
1 vote
1 answer
80 views

I'm trying to create an inherited process from my Azure DevOps extension but get 401. I've specified the vso.work_full scope and followed the instructions from here https://learn.microsoft.com/en-us/...
Lillvik's user avatar
  • 405
-1 votes
1 answer
120 views

In Azure DevOps, need to view and prioritize Features, Product Backlog Items and Bugs in one list in relation to each other. So in Azure DevOps -> Boards -> Backlogs -> parents: Off -> you ...
ttqa's user avatar
  • 634
0 votes
1 answer
219 views

My team has a pretty decent DevOps process built around Terraform and ADO pipelines. The weak point is ADO's Environments page. It doesn't show anything useful. We have about two dozen deployments ...
Neutrino's user avatar
  • 9,955
0 votes
2 answers
147 views

I currently have an existing yml in a specific folder for CI build. Every time a PR (change) is checked in, we will trigger the CI build. Now, how do I add or combine the yml for dependabot, ...
Hoang Minh's user avatar
  • 1,282
0 votes
1 answer
176 views

I'm trying to setup dependabot on azure devops on my repo. Below is my yml file: version: 2 updates: - package-ecosystem: 'nuget' directory: '/' target-branch: 'dev' open-pull-requests-...
Hoang Minh's user avatar
  • 1,282
-1 votes
1 answer
189 views

I have this ADO task in my Azure devops pipeline which is not running looking for the extension. 'Azure-Kusto.PublishToADX.PublishToADX.PublishToADX@3' What exact extension do I need to download from ...
Thiyagu's user avatar
  • 133
0 votes
1 answer
406 views

I need help with Removing Direct access from Azure DevOps organization's access level through an API or a Script, with the select feature we are only able to remove only 100 users but we have more ...
ANKIT KHARE's user avatar
0 votes
1 answer
540 views

I am struggling in going through the API documentation for Azure devops on how to add a user to a particular repo using Rest API with read and write access to a git repository. Please guide me on this....
Jai's user avatar
  • 3
0 votes
0 answers
144 views

We were trying to achieve cascaded picklist feature to our work item, so that we can use the Work item for our support request from end users where want to achieve support hierarchy as provided in ...
Vowneee's user avatar
  • 1,551
0 votes
2 answers
105 views

I'm writing an Azure DevOps extension using the azure-devops-extension-sdk in React.js. I'm trying to query our existing Product Backlog Items for one with a matching title to get the id for that PBI ...
ph0t0nic's user avatar
0 votes
2 answers
421 views

Currently, I am implementing an extension for Azure DevOps cloud & Server. This extension is something that will add a pipeline task. When I was testing this extension I encountered an issue. ...
Selva's user avatar
  • 3
1 vote
1 answer
317 views

I'm helping our development team to build and deploy SSIS project from Azure DevOps. I'm new to SSIS and this is my first time. When building the project, it is erroring out because it is looking for ...
user18610347's user avatar
0 votes
1 answer
330 views

I'm writing an Azure DevOps extension in which I'd like to create a server task to execute a couple of http requests and wait for the completion event from an external source. My problem is that the ...
Ruyan's user avatar
  • 1

1
2 3 4 5
11