Commit Association Missing in Pull Requests During Migration from Azure DevOps Cloud to Azure DevOps Server
I am performing a migration using the API from Azure DevOps Cloud to Azure DevOps Server.
Commit Association Missing in Pull Requests During Migration from Azure DevOps Cloud to Azure DevOps Server
I am performing a migration using the API from Azure DevOps Cloud to Azure DevOps Server.
Shell script to create a PR after completed build pipeline in Azure devops
I would like to merge the PR once the build pipeline is completed in Azure devops. Could you please guide me on how we can design and improve this process? i ma trying to get it via rest api but its not working to my expectation
how to remove build artifact from Azure DevOps pipeline or provide folder exchange between jobs?
Is there any way to remove Build Artifact produced in one job of the pipeline, like:
getting linked workitem in azure devops using python
I’m using Azure Devops module of python to get the linked workitems to the userstory in Tree structure(parent,child link)
How to check for all assignable users for a Azure Devops Work Item via REST API
I’m trying to integrate my app with Azure Devops for Ticket handling on there. For Creation of Work Item I wanted to know how I can check for list of assignees, if I wish to give manual input for assignee in ticket creation.
How to retrieve user’s PAT to cast a vote
We have an app that acts like a layer in-between Azure Repos and the users. We are using a PAT of a service account, everything works properly except the voting, because we cannot vote on behalf of another user. Therefore we are investigating how to retrieve the specific user’s PAT.
Azure DevOps Branch policy type “Require a merge strategy” is not selecting the checkbox under “Limit merge types”
I am trying to update branch policy of a branch in Azure DevOps repository. I am trying to do it using Rest API calls following documentation from here.
Azure DevOps Branch policy, Limit merge types to “Squash merge” is not selecting the checkbox under “Limit merge types”
I am trying to update branch policy of a branch in Azure DevOps repository. I am trying to do it using Rest API calls following documentation from here.
Migrate ADO project from to another New Project in Same Organisation
We are looking to migrate our current ADO project, including, board, repo, pipeline etc from our current project to New Project. This is to enable Epics. Is there a way to to move using any tools or Rest API.