After building up a customized inherited process in Azure DevOps, how can I copy this process to an other organization?
Asked
Active
Viewed 1,875 times
1 Answers
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
-
1Thank you! I will try the approach after the summer vacation. – Linda Rønningen Jul 25 '19 at 16:13