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
Post a Comment