TFS Client APIs for creating workitem templates?

僤鯓⒐⒋嵵緔 提交于 2019-12-23 19:29:45

问题


Of course, it is pretty possible to create work items, get a list of work items etc in TFS.

In addition to this, we need to have the functionality of allowing our users to create their own work item templates, for various file types.

Whether the TFS Client APIs are capable of uploading work item templates to TFS server?


回答1:


There is a method to get the (XML) definition: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemType.Export

And, Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemTypeCollection.Import which looks like you can upload XML to create a new work item type.

Suggestion, set up a VM with an instance of TFS Workgroup and perform lots of testing.



来源:https://stackoverflow.com/questions/602610/tfs-client-apis-for-creating-workitem-templates

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!