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

Occasional Visitor

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

I am referring the documentation export/import process template

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?

0 Replies