vsts - How to export Global Workflows with TFS REST Api? -


it possible upload global workflows using updateworkitemtypedefinition(), how can export? exportworkitemtypedefinition() seems work wits

thanks!

yes, possible.

for exportworkitemtypedefinition() method, there 3 parameters it:

  • project: string. optional. project id or project name
  • type: string. optional.
  • exportgloballists: boolean. optional.

when specify "project" , "type" "null", method export global workflow. , export global lists when set "exportgloballists" "true".


Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -