tfs-workitem

TFS 2008: How do I change the default state for a Work Item?

How do I change the default state for a Work Item? I tried changing the transition with no source, but it still says "Active" as the default. I tried renaming the Active state to "Proposed", but it still says "Active". ...

VSTS work item transition on Build

I'm currently using Team Foundation Server 2008 as a source control and build engine. When I checkin some changes and associate the change with a work item the work item flow I've defined changed the status from active to ready for test. Unfortunately this is not accurate as it's not actually ready for test until a build is completed. Is...

How to browse the work items more quickly?

I have to update the work-items of my team very often. But since my office is in a different country from the other team members, the browsing process is very inconvenient: every time I click a work-item, my Visual Studio (VS) tries to connect to the TFS server, costing me 1-2 seconds! I want VS to stop this behavior so that no connectio...

Error while importing Work Item Type - TFS

When I import a Work Item Type from Team Review, I get this error: TF218007: Cannot import the work item type. It changes fields in team projects in which you do not have permissions to make changes. Correct this problem by changing the definition of the work item type so that it does not change the name or reporting behavior of these f...

TFS API VS2010 - How do I set the comment on a workitem revision?

I've been beating my head against the wall and can't figure this out. I would post an image to help show you what I mean, but I'm a newbie ;) ...

How to include a work item custom field in a TFS 2010 Report

Hello! I want to use a custom field I have created in the Task work item in the "MSF for Agile Software Development v5.0" template in the built in reports for this template. I know how to open and edit a report from the template, but I don't know how to find the field I have created. ...

Are TFS 2010 (a.k.a. Microsoft ALM 2010) web services exposed\documented.

I'm trying to find up to date info on commuicating with TFS 2010 (now also refered to Microsoft ALM 2010, I believe). This previous post 192579 from a Microsoft TFS team member states : The web services are not documented by Microsoft as it is not an officially supported route to talk to TFS. The officially supported route is to use the...

Steps for changing process template for an existing project in TFS 2010

Hi I have an TFS server installation that through time has gone through upgrades from TFS 2005 to TFS 2008 and then to TFS 2010. During the lifetime of the installation a lot of projects have been created and different project templates have been used. MSF Agile 4.0, 4.1, 4.2 and 5.0. and a few MSF CMMI ones. What I would like to do is...

Team Foundation WIQL - Link Query

Is there any way to create a WorkItemLinks query that contains only a specific link type, (i.e. 'Related') but that does not contain any links of a range of types? Example. Select all items that have a link type of 'Related' but do not contain any link type of 'Parent', 'Child', 'Successor', 'Predecessor'. I've been able to do one or...

How do I programmatically add NewLines to a TFS work item textbox?

I have a web system that has a few hooks into our TFS work item system. One of the things I am trying to do is that when a certain action is performed, it takes the current text in one field and makes a comment in the "General Comments" field announcing what the field was previously (Yes I know, history contains this but the higher ups ...

Is it possible to query TFS system for any work items that contain an attachment ends with .sql?

For every release we would like to round up all the work items that contain a .sql attachments to run on our staging server. Is there a way to query TFS? Or is this something that has to be done directly to the TFS server database? Any suggestions? We're using Team Foundation Server 2010 RTM. ...

How to keep links when moving work items (task, bug) between projects in TFS 2010 ?

Our situation: In TFS 2010 + VS 2010 environment, we need to move source code and work items from old project to new project (new project is just for renaming and restructuring purposes, they all under one project collection). We used TF.exe command line utility moved source code, it's good and carried history and links (changeset links...