Skip to main content
0 votes
1 answer
125 views

I'm developing a widget in Azure devops dashboard that uses the api of ADO to get information of our pipelines. The problem Started the 9 of december after the update of edge143+ on 4 of december. ...
AdriF's user avatar
  • 1
0 votes
1 answer
76 views

I'm looping through an Azure DevOps query script to essentially create copies of work items into a new iteration. The problem I'm having is with the final Invoke-RestMethod call at the end of the ...
GHarland's user avatar
0 votes
1 answer
52 views

I am attempting to delete a set of iterations from a tree of iterations in Azure DevOps utilizing the API as documented here:https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/classification-...
JeffPriz's user avatar
1 vote
0 answers
30 views

When I POST the following query to the Azure DevOps REST API <org-url>/<project>/_apis/wit/wiql?api-version=7.1, it returns an entry that clearly fails the WHERE clause. { "query"...
TrayMan's user avatar
  • 7,525
0 votes
1 answer
65 views

We consider switching from Microsoft-hosted agents to self-hosted agents on Azure VM Scale Sets. To estimate the costs I want to know two things for the last month. CPU-time used by the Microsoft-...
Matthias Schuchardt's user avatar
0 votes
0 answers
34 views

I am trying to read out the current selected subscription for billing in my Azure DevOps Organizations via API call but didn't find any APIs which provides the required information. Is such an API not ...
Joerg S's user avatar
0 votes
0 answers
36 views

Is there any way to fetch the agent list of all AzureDevops RELEASE pipeline agents? I can achieve till to fetch the definitionID but after that not able to proceed further as I am not getting correct ...
Trisha's user avatar
  • 1
1 vote
0 answers
106 views

I want mention a team in Azure devops with API I see this link, and for users its ok How to add person in comment section in workitem programatically in c# But for team don't work, i try this : string ...
RSD's user avatar
  • 19
0 votes
1 answer
44 views

I'm designing a REST API and want to follow best practices from guidelines like Microsoft REST API Guidelines, OpenAPI, or JSON:API. In my current API response structure, I'm returning the same field ...
Saroja Thirumurugan's user avatar
0 votes
1 answer
409 views

When working in Azure DevOps, specifically the release pipelines, you have this nice window on a stage showing the work items that are in this specific release apart from the mapped artifact work ...
chandu's user avatar
  • 35
0 votes
1 answer
125 views

I'm using the Azure REST API to trigger a pipeline from 2 different function apps. In order to do that I'm using an HttpClient and sending a POST request with a Basic token (username:password) in the ...
CodeMonkey's user avatar
  • 12.6k
0 votes
2 answers
235 views

I'm trying to automate the creation of Azure DevOps environments using a pipeline and a PowerShell script. While I can create the environments successfully, I'm having trouble adding approval gates to ...
Riyo's user avatar
  • 1
1 vote
1 answer
158 views

I have the following code when creating a branch/commit in a pipeline. I'm using the $(Build.RequestedFor) and $(Build.RequestedForEmail) so that when I push the commit to the repo it shows as the ...
bryanbcook's user avatar
  • 19.7k
0 votes
1 answer
394 views

I have a multi-stage YAML pipeline, and sometimes a stage fails due to transient issues (e.g., network timeouts, flaky tests, etc.). Instead of manually re-running the stage, I want to configure an ...
user30090146's user avatar
0 votes
1 answer
83 views

I'm using Projects - List REST API to retrieve the list of DevOps projects, with their avatar [GET] https://dev.azure.com/MY_ORGANIZATION/_apis/projects?getDefaultTeamImageUrl=true Each returned ...
ilPittiz's user avatar
  • 812

15 30 50 per page
1
2 3 4 5
137