tfs-workitem

Display new work item tags from TFS 2012 Update 2 in TFS Client?

╄→尐↘猪︶ㄣ 提交于 2019-12-11 04:17:56
问题 Work item tags were introduced in TFS 2012 Update 2 as a new feature for Team Web Access. Is there a way, even a work around, so that the tags can be displayed/edited in the TFS Client? Even if it was just a semicolon separated textbox would be sufficient. 回答1: This is currently only available through Web Access. The Team Foundation Server / Visual Studio Team is looking into adding this to other clients as well. The following Visual Studio User Voice items with Product Team Comments hint

How to troubleshoot TFS error TF237086 “The work item cannot be saved…”

柔情痞子 提交于 2019-12-11 04:01:28
问题 I am getting the following error in a TFS 2010 build: The work item '59' could not be updated: 'TF237086: The work item cannot be saved because at least one field contains a value that is not allowed.' Work item 59 is a basic task I created to associate with my changeset on check-in. I have done no customization to the "task" work item. I get no errors when opening the task up and changing values manually. There is nothing in the build log that gives any clues as to what field is causing the

TFS2012 Task work item definition - Update 'Remaining Work' with 'Original Estimate' whenever 'Remaining Work' is empty

谁都会走 提交于 2019-12-11 03:35:59
问题 On vs2013: tools > process editor > work item types > open WIT from server. By editing the Task work item rules, I have come out with the following xml item definition: <FieldDefinition name="Remaining Work" refname="Microsoft.VSTS.Scheduling.RemainingWork" type="Double" reportable="measure"> <WHENCHANGED field="Microsoft.VSTS.Scheduling.OriginalEstimate"> <COPY for="[global]\Project Collection Valid Users" from="field" field="Microsoft.VSTS.Scheduling.OriginalEstimate" /> </WHENCHANGED> <

TFS 2010 work item - Work item links

旧巷老猫 提交于 2019-12-11 01:59:18
问题 When a user opens a bug from a test case, I need to check if the test case is linked to a requirement item and if so I need to link the bug to the requirement item. How can I know this information? I use following piece of code: WorkItemLinkCollection links = _workItem.WorkItemLinks; foreach (WorkItemLink link in links) { } but I don't know how to get the link type and link id. 回答1: WorkItemLink is an abstract base class. ExternalLink, HyperLink, and RelatedLink inherit from it so the link

Tfs project creation results in error: TF400930: Field 'System.ExternalLinkCount' is defined multiple times

醉酒当歌 提交于 2019-12-11 01:54:02
问题 I have recently upgraded an on-premises Team Foundation Server from Tfs 2015 to Tfs2015.Update3 (14.102.25423.0) The upgrade was completed and all other functionality seems to work as usual. A day or so ago I attempted to create a new Tfs project (TFVC) and that resulted in an error. When I look at the application tier log files, I see the following: [10:31:30.153] Executing step: Create the Team Project. [10:31:30.167] Executing step: 'Create the Team Project.' WorkItemTracking

“TF237124: Work Item is not ready to save” on associated workitem, but code is checked in regardless

心不动则不痛 提交于 2019-12-10 23:58:53
问题 We made a few fields in bugs required before allowing to resolve. However, when a developer tries to resolve with a checkin and those fields are not filled in, it still allows the checkin to occur w/out associating that bug - is there a way to NOT allow the checkin to occur so the developer fixes it, and the bug can be associated with it properly? here is the full message: Failed to update the following work item: ID 9073. Reason: TF237124: Work Item is not ready to save Changeset 548

Cannot get a list of valid users in TFS for AssignedTo field while creating new Workitems via API

自闭症网瘾萝莉.ら 提交于 2019-12-10 16:09:28
问题 Hi I am trying to create new workitems via the TFS API and this is the method I have used below to get a list of valid users who can be assigned workitems. Somehow, it gives me a null reference exception on validUserSids line. Anyone know what's wrong here? private string[] TFSUsers(string server) { // Get a Reference to Team Foundation Server. TeamFoundationServer tfs = tfsdata.GetTFS(server); // Get a reference to Group Security Service. IGroupSecurityService gss = (IGroupSecurityService

team foundation server bug tracking tools

被刻印的时光 ゝ 提交于 2019-12-10 12:45:55
问题 I am new to TFS and am told that TFS (VS 2008) has an internal bug tracking system. I have used open source bug tracking systems before but want to work with TFS now. If anyone knows or has links to any readin bout this please answer this question 回答1: Here are some walkthroughs for work item tracking in TFS. This should help get you started. I also recommend the book Software Engineering with Microsoft Visual STudio Team System by Guckenheimer, et. al. 来源: https://stackoverflow.com/questions

Receive an email when assigned a new TFS bug, task, or other work item

痴心易碎 提交于 2019-12-09 07:53:54
问题 We are using TFS 2010 and Team Explorer's work item feature for Project Management. When a work item (like a bug or task, etc) is assigned to a user, how can that person be sent an email informing them of the new item? 回答1: Try out the Power Tools. I believe the Power Tools allows you to manage some email functionality http://msdn.microsoft.com/en-us/vstudio/bb980963. When I used TFS project management the Power Tools helped get me a bunch of stuff I needed. I think it would be in the Alert

How to add a work item tag within Visual Studio 2013 IDE?

梦想的初衷 提交于 2019-12-08 22:34:15
问题 I'm using Visual Studio 2013 (Update 3) with git & Visual Studio Online as Source Control. I can add tags to work items in the Visual Studio Online web experience but unable to do so in the Visual Studio 2013 IDE. Is there any solution for it? 回答1: Adding and editing tags in Visual Studio 2013 has been enabled in Update 2. I'm currently running Visual Studio 2013 Update 4 and the functionality is available there. Make sure you download and install the latest version of Visual Studio 2013 to