witexport.exe syntax
i'm trying export work item type can modify in tfs. i'm using witexport.exe tool syntax below. both indicate specified "... work item type not exist."
witexport.exe /f c:\assignedto.xml /t myserver /n "system.assignedto" \p "my project"
witexport.exe /f c:\assignedto.xml /t myserver /n "assigned to" \p "my project"
suggestions? there list of work item types can export? or samples on acceptable switch values?
thanks in advance.
mark
problem solved. assigned subset of task.xml. syntax below worked fine.
witexport.exe /f c:\task.xml /t myserver /n "task" \p "my project"
mark
Archived Forums V > Team Foundation Server - General
Comments
Post a Comment