workitem
Saving WorkItem - SaveFlags
in 2010 Beta 2 the new TFS SDK provides an overloaded method for WorkItem.Save(SaveFlags). SaveFlags is an enum with only 2 values: None and MergeLinks.Does anybody know what the MergeLinks option act[详细]
2022-12-12 04:52 分类:问答Transition workflows of a work item's states
I am developing a windows app that performs some common TFS tasks using the 2010 Beta 2 API (like creating new team projects, new work items, selective build, etc. ).[详细]
2022-12-11 20:53 分类:问答How to show associate workitem from code?
We develop some product using an internal design tool that stores information in XML开发者_StackOverflow社区 files. To provide proper integration with TFS we\'ve also coded a provider that tracks, in[详细]
2022-12-09 16:50 分类:问答How to get work items associated with a changeset id using tfs api?
Hi I need to get a list of work items that are associated with selected changesets programmatically. So far I have been able to get the changesets associated with a work item ID using the concept开发者[详细]
2022-12-09 16:05 分类:问答How to create new Change Requests using TFS API 2010?
I am new to the TFS API and currently in the process of creating new work items via a windows form app. Can anyone explain in detail with code examples on how to create new Change Requests, Risks and[详细]
2022-12-09 00:50 分类:问答