Forum Discussion

AMmicrosoft2220's avatar
AMmicrosoft2220
Copper Contributor
Dec 02, 2022

How to export process template and import into another organization using azure devops api?

I want to export process template from one organization and import into another organization.

I am referring the documentation https://learn.microsoft.com/en-us/rest/api/azure/devops/processadmin/processes/import-process-template?view=azure-devops-rest-7.0&tabs=HTTP

I want to achieve few things like

  1. If template not exist then it should create into another organaization
  2. If template exist then
    • it should add all new workitemtype and its setting
    • if workitem type exist then it should override the existing setting and new setting should be added for existing workitem type

How can I achieve mention points?

2 Replies

Resources