Tagged Questions

7
votes
1answer
53 views

How can I open the TFS changeset details dialog view using a Visual Studio add-in?

I have a specific artifact in TFS, say changeset "123", which has the URI "vstfs:///VersionControl/Changeset/123". I realized that the link ...
5
votes
3answers
9k views

Using Areas and Iterations in Team Foundation Server 2008

If you are using TFS 2005 or 2008, how do you user iterations and areas? Do you create an area for specific parts of the application you are building? Here is an interesting article on areas and how ...
3
votes
3answers
256 views

Can I hide selected area/iteration nodes in TFS 2010?

In order to make sure that obsolete versions of the product aren't selected for a work item's iteration, I would like to be able to cloak certain iteration nodes from view, when opening a new work ...
2
votes
1answer
113 views

Open Source Equivalent of TFS?

Is there a combination of OSS which can be tightly integrated to perform the following?: Source Control (Preferably distributed, since we're not talking TFS. Currently thinking GIT.) Continous ...
2
votes
3answers
556 views

Is there a TFS query macro for the current iteration?

Is there a way in TFS in VS2010 to specify that a particular iteration is the current one, and then return that for use in queries similar to the way @Project works? If not is there a way to do ...
1
vote
1answer
409 views

TFS: Stop Team Build process has updated the Fixed In field messages

We have an interesting situation. Our build server seems to want to go back to previously closed work items and update the Integration Build field. I understand the build server setting it the ...
0
votes
1answer
146 views

Tracking WorkItem's Links changes in TFS

We have an App for TFS (Team Fondation Server). This application is partly offline it's syncronizing WorkItems to local base. To syncronize WorkItem changes we using "ChangedDate" field. It means that ...
0
votes
1answer
250 views

TFS 2010 Work Item Type Definition Error TF26212 when saving a work item

I have created a Work Item Definition for TFS 2010 called "KB Item" and imported it to TFS server. After some KB Items were created in TFS, I needed to update the work item definition. I made some ...
0
votes
1answer
61 views

Can TFS track non-project tasks?

We have non-project tasks/issues and would like to centralize all work tracking to TFS (2008 and 2010 available). Is there a clean way to track items that aren't linked to a project? Thoughts and ...
0
votes
2answers
745 views

TFS query mixing Tasks and Bugs, sorted by Priority

We're using TFS with MSF for Agile 4.2 on a project, and I have a bunch of work to do, both Tasks and Bugs. Both are prioritized by our managers, and assigned due dates and target releases. I use a ...
0
votes
1answer
74 views

Do you allow check-ins associated with work items from another Team Project?

Team Foundation Server 2008 allows that every check-in is associated with a work item, but what do you do if you are developing some features which span several Team Projects? For example, you're ...