Forum Discussion
AMmicrosoft2220
Dec 02, 2022Copper Contributor
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
- If template not exist then it should create into another organaization
- 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
- SmonnahanCopper Contributor
I'm looking for this same information the article states I should have an import button, but I'm not seeing one, this is all I see. Can you please help as the article found here states there should be a button for this.
Article: https://learn.microsoft.com/en-us/azure/devops/boards/work-items/guidance/manage-process-templates?view=azure-devops
What I see: