TFS客户端API来创建工作项模板?创建工作、客户端、模板、TFS

2023-09-05 02:53:38 作者:一梦荼蘼

当然,这是pretty的可以创建工作项目,得到TFS的工作项目等的清单。

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.

无论是TFS客户端API都是能上载工作项目模板来TFS服务器?

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

推荐答案

有一种方法来获得(XML)的定义:Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemType.Export

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

和Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemTypeCollection.Import它看起来像您可以上传XML创建一个新的工作项目类型。

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

建议,建立一个虚拟机与TFS工作组的实例,并进​​行大量的测试。

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