Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
2k views

How to modify the defaul Check-in Action in TFS?

The default check-in action for a work-item is "resolve". I'd like to set it to "associate" so that this work item isn't automaticaly closed if I check-in stuff too fast. How can I do that? Thanks.
4
votes
1answer
801 views

Change TFS Work Item Type

Is it possible to change the type of a TFS work item? For example, I have a Bug I would like to change to a Change Request.
2
votes
1answer
57 views

Restrict work item fields to specific users in TFS 2010

I am using TFS 2010 and I am customizing a work item type. I was wondering, if there is a way to restrict access to fields to users that are members of a group such as: <FIELD name="Created By" ...
2
votes
1answer
182 views

Work Item naming conventions

What naming conventions do you use when creating work items in your task/bug tracking tools? For example: Do you prefix the items with an area/subject? How do you begin scenarios/use cases? E.g., ...
2
votes
3answers
945 views

Enforce link in Team foundation server bug work item for duplicates

We have just started out with Team Foundation Server 2008 / Visual Studio Team System and we are pleased to find how we can export and modify work items to our needs. However, this last thing that ...
2
votes
3answers
237 views

Is it possible (or desirable) for a work item to queue a build?

In our company there are many teams who constantly submit build request work items to us via TFS. I know that it's possible to trigger a build from a check-in or on a schedule, but this is not what ...
1
vote
1answer
50 views

TFS 2010 work item - Work item links

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? ...
1
vote
1answer
146 views

How can I prohibit State change from Proposed to Active in TFS Requirement work-item based on value of another field?

I've added department approvals to the standard CMMI-Template Requirement work-item. I'd like to limit the System.State field such that it can only be changed from Proposed to Active when all ...
1
vote
1answer
326 views

How to set specific work item permissions on Team Foundation Server 2010

In TFS2010 Areas and iterations, I can set users permissions to: -Edit work items in this node -View work items in this node But I don't want to let one user change another user work item. Is this ...
1
vote
2answers
2k views

TFS - Team Explorer Work item E-mail notification

We are using TFS 2010 and Team Explorer's work item feature for Project Management. Is there any way/setting, which informing user by e-mail when a project director add and assigns a work item?
1
vote
1answer
99 views

Is it possible to manually set Work Item ID in Team Foundation Server 2010?

Is it possible to manually set Work Item IDs in Team Foundation Server 2010? When I put the id field on the work item layout it's automatically set as readonly. Thanks in advance!
1
vote
1answer
314 views

TFS 2008, Conchango Scrum For Team Systems, and Work Item Queries

We are using the first version of Scrum for team system in TFS 2008. What I'm trying to do is write a query to get all sprint backlog items in the current active sprint. I'd like to use the sprint ...
1
vote
1answer
192 views

Can TFS Work Item Icons be Changed?

How can you change the icon that represents a work item type in TFS Web Access? For instance, a bug appears as a page with a red squiggly line, while a task is a page with a red check mark. These ...
1
vote
2answers
1k views

Set a default iteration path for a work item type on TFS

I try to tune my Team Foundation 2005 work items. We have 5 iterations paths in the "Bug" work item type. I would like it to default to a specific value, for example Iterations.Iteration2 I tried to ...
1
vote
2answers
1k views

How can I track who entered a comment on a TFS Work Item

When working on an issue in other bug-tracking systems there are ways to add notes to items that are clearly marked with the authors user name and the date entered. I'm looking for a similar feature ...
1
vote
4answers
1k views

Work Item Tracking tools

While (in some ways) it would be nice to use Team Foundation Server as a source repository and work item tracker (as well as all of its other great features), TFS is a fairly costly beast (esp. for a ...
1
vote
3answers
504 views

How can I hide a work item field from some users in TFS 2008?

I'm customizing work item templates in TFS 2008 through the PowerTools and I'm wondering is it possible to hide a field (or it's value) for certain users? For example, let's say I open TFS to my ...
0
votes
0answers
12 views

VS/RTC3: “Create New Work Item” command name?

I'm using v3 of the Rational Team Concert client for Visual Studio 2010. I need to open the "Create New Work Item" dialog using only my keyboard. What is the 'Tools > Options > Keyboard' command ...
0
votes
1answer
140 views

TFS 2010 Work Item — How can I default Plain Text field to current user?

I have added a field Reported By to the CMMI Template Bug work item in TFS 2010. I would like to default this field to the current user (The one creating the bug). This is a plain text field because ...
0
votes
2answers
203 views

How to open a tfs work item inside Visual Studio 2010 inside a Extension?

I'm developing a VS 2010 Extension, and I would like to know if there is a way to open a Work Item in the Team Explorer Work Item Editor ? What code should I call to accomplish this? I'm clueless.
0
votes
2answers
291 views

Non-editable Work Item Type in TFS 2010

Is there any possibility to create a custom Work Item Type in TFS 2010 that is read-only after the first save? We would like to implement a very simple code review solution based on a custom review ...
0
votes
1answer
70 views

Is there a table which holds all possible states of a determined work Item type in TFS?

I'm developing a Time Tracking system in TFS so we can control how much time is spent in each task. I'm doing it by checking changes in work items states, and recording the time between states. I'm ...
0
votes
2answers
1k views

How can I query work items and their linked changesets in TFS?

In TFS 2010 I have work items with linked changesets. I can generate a query that reports the work items I'm looking for. Now I want to do a query of Work Items and Direct Links that includes all ...
0
votes
1answer
296 views

TFS2010 - How can you change the “State” for a Task?

We are using Tasks to track individual development items and the "out of the box" configuration gives us only 2 states - Active and Closed. We would like to change it to: Assigned In Development In ...
0
votes
1answer
152 views

tfs not showing working items in 2 screen mode

I have a computer that is connected to 2 screens that show the same. since 2 days ago, couple of working items are not shown. the computer was restarted, but still. on another computer, the working ...
0
votes
2answers
612 views

How to remove 'root' from iteration path in TFS queries

In Team foundation server I use Iterations / Areas. However when I run queries and select Iteration path as a column it always contains the 'root' iteration i.e. the name of the project. Is there a ...
0
votes
2answers
502 views

My Work Items gone in TFS

We use VS2008 with TFS for source control at my workplace and it works fine, however today we experienced a problem when trying to associate our pending changes with a work item. Usually when I want ...