Questions tagged [azure-devops-extensions]

462 questions
-1
votes
1 answer

Is it possible to invoke external service APIs from an ADO extension?

I want to send a message to a ServiceBus queue from ADO PR policy status menu extension. I thought of below options: Get user token from ADO, then get user impersonation token for ServiceBus and send message. Is this possible? Create a service…
Suresh Tadisetty
  • 300
  • 1
  • 2
  • 8
-1
votes
1 answer

Azure DevOps Boards - create button to switch tab

I'm developing application for Azure DevOps Boards and got stuck on how to create 'link' to the different tab on Work item page? Specifically I have a hub on details page and want to add link to the different tab with details. So I already have…
Andrew
  • 262
  • 4
  • 10
-1
votes
2 answers

How to add team administrator using azure CLI?

I created a customized team group in ADO and tried to add the team administrator by using azure cli but didn't find any related az devops command! is there any way to add the team administartor by using azure cli?
-1
votes
1 answer

Choose version before build on Azure pipelines

I have a specific question about Azure DevOps pipeline. I would like to know if it's possible to choose a version before the build with a dropdown list with that get's all the version through a rest api. So for example I'm starting a new build and…
-1
votes
3 answers

better pull request manager for azure dev ops

I am using Pull Request Manager Hub from the marketplace for our azure dev ops projects/repos. id like something that has a cleaner UI. It seems too busy and like everything is a button and some of the icons don't show up completely. I don't want to…
Jeyenne
  • 121
  • 2
  • 15
-1
votes
1 answer

Analytics Widget in Azure devops server 2019 - looking for Rest Api and class libraby for analytics Widget

I'm working on creating set of widgets for dashboard via code using REST api https://learn.microsoft.com/en-us/rest/api/azure/devops/dashboard/widgets/create?view=azure-devops-server-rest-5.0 So, I was able to create the widgets programatically but…
-1
votes
1 answer

How to accommodate for add-ons in tfs

I have to create a custom add-on to tfs. This add-on basically a 5 step process that needs additional forms that uses the data of users and manipulates it and saves it accordingly (CRUD). I'm new to this so any advice, articles or links will be…
Daniel
  • 107
  • 1
  • 12
-1
votes
1 answer

I have created a rule to automatically create a Child Task but it is not working

I am using Azure DevOps WIT One Click Extension. I am trying to create a Rule to generate multiple Work Items (Child Tasks) when an specific Work Item gets saved or assigned to an individual. I have tried over and over and the rule does appear for…
Laura
  • 1
  • 1
-1
votes
1 answer

Dependencies issues with Typescript module in VSTS extension

I started using TypeScript 2.6.2 for a VSTS extension project which has a UI control. Its HTML file used to have hard-coded paths for 3rd party references. Since some of them introduced a lot of internal logic and complexity, it was decided to…
-2
votes
1 answer

create Self Hosted Integration Runtime on Azure Windows VM

I am using an Azure DevOps pipeline that is basically a series of steps that call PowerShell scripts that take in parameter values and within the PS script the "Az module commands" are called - these commands create the infrastructure on Azure. For…
-2
votes
1 answer

Have jquery script on local machine change the HTML client-side on a specific website

I am currently developing an extension for Azure Devops to ensure the "Related Work" field is required upon submitting a work item. There is no current in-app support to make it required to add a parent link. My process involves changing a specific…
-3
votes
2 answers

I am trying to integrate UFT with Azure devops(VSTS) but getting error by using the UFT plugin in Azure devops(RUNFROMFILESYSTEM Plugin)

My test cases is in my local system. I have given the path of my test cases in RUNFROMFILESYSTEM Plugin but i am getting error as "##[error]Could not find file…
1 2 3
30
31