[Solved] Migrating from On Premisis Source Control to Cloud

[ad_1] To move all your branches and history from 1 repository to another: Create an empty repository in your Azure DevOps project Clone your current repository (from TFS) using git clone –mirror $URL Add a new remote pointing to your Azure DevOps repository Push to the new remote How the current man-page explains –mirror: Compared … Read more

[Solved] pass value to custom field in azure board task, user story etc

[ad_1] There is no custom endpoint for populating fields, they are part of the workitem endpoint on _apis/wit/workitems and can be passad along in the POST request when creating a workitem or updated through PATCH request Update the value of a field on an existing item If you want to update a field on an … Read more