且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何以编程方式使用Visual Studio创建工作项

更新时间:2023-02-12 18:38:52

请使用工作项API来实现它.以下文章供您参考:

Please use the Work Items API to achieve it. The following articles for your reference:

使用Team Foundation的客户端对象模型创建工作项

https://msdn.microsoft.com/en-us/library/bb130322(v = vs.120).aspx

创建工作项

https://www.visualstudio .com/en-us/docs/integrate/api/wit/work-items#create-a-work-item

https ://github.com/Microsoft/vsts-dotnet-samples/blob/master/ClientLibrary/Snippets/Microsoft.TeamServices.Samples.Client/WorkItemTracking/WorkItemsSample.cs#L166

由于此问题与Visual Studio和Team Foundation Server(TFS)密切相关,建议您将其发布到相应的论坛,在那里您将获得更多帮助和确定的答案.

As this question is more relate to the Visual Studio and Team Foundation Server(TFS), I suggest you post it to the corresponding forum, you will get more help and confirmed answers there.

https://social.msdn.microsoft.com/Forums/vstudio /en-US/home?category = visualstudio

***的问候,

Dennis

Dennis