4

After building up a customized inherited process in Azure DevOps, how can I copy this process to an other organization?

1 Answers1

3

There is a tool that developed by Microsoft: VSTS Process Migrator.

  • Install it:

    npm install process-migrator -g
    
  • Create a config file according to the docs.
  • Run the tool:

    process-migrator --mode=migrate(default)/imoport/export --config=<config-file-path>
    
Sнаđошƒаӽ
  • 16,753
  • 12
  • 73
  • 90
Shayki Abramczyk
  • 36,824
  • 16
  • 89
  • 114