WorkItems are the essence of the Work Item Tracking Object Model used by Microsoft Team Foundation Server.
14
votes
2answers
4k views
Steps for changing process template for an existing project in TFS 2010
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 ...
6
votes
1answer
41 views
Can't edit newly added work item field
I am trying to add a new string field (IterationCompleted) to the bug work item in tfs2010. Using the TFS 2010 power tools I edited the work item adding the new field. This results in the following ...
4
votes
2answers
385 views
How to Determine the Work Items Fixed in a particular TFS Build when using Branches?
We have begun using the following branching structure in TFS 2010:
All changes so far have been performed in the Development branch, and all check-ins have been associated with a Task work item. ...
4
votes
1answer
375 views
TFS WorkItem Layout problem
I'm customizing a TFS Work Item Type, adding a 'Business Description' HTML Field, but I cannot get the Layout right:
<Tab Label="Details">
<Group>
<Column ...
3
votes
2answers
115 views
TFS 2010: Queries based on the elements of other queries?
is it possible to create new queries in TFS 2010 based on the result of another query?
For example, one (parent) query selects all work items located under a certain work item (lets say work item ...
3
votes
3answers
288 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 ...
3
votes
1answer
966 views
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 ...
2
votes
1answer
27 views
Is it possible to change which work item is associated with a check-in?
In MS Team Foundation Server 2010 is it possible to update the work items that a check-in is associated with? I was working late yesterday and checked in against the wrong items and would like to ...
2
votes
0answers
52 views
TFS2010: Retrieve all changesets associated with a branch (full recursion)
This follows my previous question about TFS 2010 and the possibility to create a changelog.
I was previously using labels to identify a version of the program, but as labels are not fixed points in ...
2
votes
1answer
65 views
How does one successfully connect to the TFS 2010 workitem store?
I've tried two ways of connecting to the workitemstore for the TFS server we're running. Attempt A was to connect to the configuration server and use GetService<WorkItemStore>() method. This ...
2
votes
2answers
110 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
2answers
145 views
Adding Revisions to TFS Work Item using c# code
I'm copying bug items from one tfs project to another.
I'm using the copy method to create the bug in the new project, but the bug is not copied with the history details (revisions).
I need the ...
2
votes
1answer
49 views
Team Foundation Server 2010: Other Users Not Seeing Changed Team Queries
My setup is Team Foundation Server 2010. We have some shared Work Item Queries. My question: When I edit a Team Query, other users do not get my changes. I suspect that they have to restart Visual ...
2
votes
2answers
87 views
Link WorkItem to Label
Is there a way to Link a WorkItem to a Label. Under "All Links" when i create a new WorkItem in Visual Studio i can select many diffrent Link Types, like Changeset, VersionedItem, etc, but theres no ...
2
votes
1answer
156 views
TeamCity Build - show which TFS Work Items have been solved (not only check-in comments)
we use TFS as source control system.
When we check in, we provide a comment and relate to a work item.
We use TeamCity for automated builds.
Teamcity nicely shows us the ceck-in comments, but the ...
2
votes
1answer
401 views
TFS Customise Check-In Action on Work Items beyond Resolve or Associate
Can I add an additional option to the linking of work items to a checkin in TFS? TFS has Associate and Resolve, but I would like to have another option to move the work item to a custom state.
2
votes
1answer
547 views
Find WorkItems that were assigned to X in the last 30 days
I'm trying to find all WorkItems that were assigned to a person X in the last 30 days.
The big problem I have is the "in the last 30 days"-part.
I thought about using the "ever" or "asof" keywords, ...
1
vote
1answer
27 views
Work Item Only View - View All Work Items
I have users in the [Work Item Only View]. Is there a way to let them see all work items instead of just the items they submitted?
1
vote
1answer
54 views
How to create a new field using IterationPath as data source
We want to extend the bug work item template with a new field called Found In Iteration. This field, what a surprise, should contains the iteration the bug was found in. But when I created the new ...
1
vote
1answer
124 views
TFS 2010 sorting ALLOWED VALUES desc
I'm using TFS 2010.
I have a string field with a list of allowed values. When I view the work item the list is sorted alphabetically (the original list is not sorted alphabetically).
Is there any way ...
1
vote
0answers
69 views
How can I query TFS to get the latest of a specific work item?
Consider the following hierarchy:
1 Test Case work item has multiple Test Result work items. I can make a "Work Items and Direct Links" query in TFS, to show me this hierarchy:
Test Case ...
1
vote
1answer
154 views
Adding 'required' and 'when' logic to work item transition steps
I've been doing really well with TFS for a few yrs now, but have run into something I can't seem to solve. I've added a custom field (Ipsum.UTC) on a bug work item (I'm using TFS 2010). I want to make ...
1
vote
2answers
80 views
Is there a web-based tool to allow users to submit work items?
I'm aware of the stand-alone Work Item Manager from Telerik, and an outdated project on Codeplex that doesn't work with TFS 2010.
Are there any other tools that end-users to easily enter bug-reports ...
1
vote
0answers
113 views
Area and Iteration paths are not immediately available
In the code posted for a question of the same title (WorkItemMigrator module by Lars Wilhelmsen), the code appears to either
creates area/iteration path structures, or
migrate work items and relink
...
1
vote
1answer
139 views
Adding a Menu Button into VS2010 TFS Query Result or Work Item bar
I am trying to add button(s) to the Visual Studio / TFS2010 Work Item query results menu bar and also to the menu bar shown for individual Work Items (see image below) - is that actually customizable ...
1
vote
1answer
57 views
How to get the queries to which an TFS work-item belongs?
Normally my team work with a big list of work-item and there are also lots of queries in Team Explorer.
Given an id of a work-item, how can I know which queries it belongs to?
1
vote
2answers
250 views
TFS 2010 - We have code branches. What is the best way to tell devs which branch to code?
What's the best way in your experience to designate where work items should be coded? Do you use a particular field? We currently use a custom "Version to Fix" field in our WIT, but it doesn't ...
1
vote
1answer
117 views
Is it possible to apply custom TFS policies to a part of a team project?
I'd like to write a new custom policy for TFS 2010 and see that policy in VS.net 2010. I want the policy to block when a work item is associated with a check in and either:
the code is in a ...
1
vote
1answer
115 views
TFS Build, don't add the BUILD Name to Globallist
Hello
Is there a way to stop TFSBUILD from adding the buildID/BuildName to the Globallist
"Builds - Myprojectname" ?
Reason, we have a CI Build, and i don't want this type of build to be seen in the ...
1
vote
2answers
654 views
TFS Work items: user in the “Assigned to” field is the only user who can update this work item
I am creating my own process template using process editor on Visual Studio 2010 & TFS 2010.
I want to modify work item type definition to achieve any of the following:
The work item can only ...
1
vote
2answers
439 views
tfs 2010 create work item on partially succeeded build
We just updated our TFS2008 to TFS2010. On the daily builds on TFS2008 I had made an extra functionality in the TFSBUILD.proj so that on Partially Succeeded builds, a work item was created.
So if a ...
1
vote
2answers
469 views
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 ...
0
votes
2answers
82 views
When creating a new TFS workitem is it possible to configure a different default Itteration value?
Like many people we utilise the tree structure of each TFS project's Iteration field to organise the work items within that project. Typically we use it to track what iteration we are working in, so ...
0
votes
1answer
116 views
TFS 2010 Creating Work Items on behalf of others
Just starting to implement things on TFS 2010. Been hunting around with no success so have resorted to posting the question.
When we get emails from users detailing a bug, or even suggesting a new ...
0
votes
1answer
36 views
How to move an issue from existing team project collection to other?
We have 2 team project collection say 'Colleciton 1' and 'Collection 2' and using TFS 2010.
Each team does not have access to the other project collection except admins.
Support team files all the ...
0
votes
2answers
325 views
TFS 2010 Queries for work item hierarchies with multiple levels
I've build up a hierarchical structure of all my work items with excel - all my work items are now organized in multiple levels.
User Story 1
|-- Task 1
| -- -- Sub Task 1
| -- -- -- Bug 1
| -- ...
0
votes
1answer
197 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
139 views
Create new Linked Work Item in TFS2010 - can I set default values?
When we create a new linked work item New Linked Work Item... or Ctrl+Shift+L, is there a way to copy the title and other data from the original work item ?
Here's the scenario: I have a custom Work ...
0
votes
0answers
61 views
TFS 2010 WorkItem state machine check for duplicate
Is it possible in the TFS 2010 work item definition and its state machine to check for already existing / duplicate entry for new items? Particularly I want to make sure that only one work item with ...
0
votes
1answer
93 views
Adding rules to custom fields
I have modified the WIT for a bug and added 2 custom fields, i.e. PartDetails (a drop down with 3 values, "01 P1 Demo", "02 P2 Exec" and "03 P2 Config") and Parts (again a drop down with 2 values, ...
0
votes
2answers
307 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
163 views
Modify Work Item Workflow to check for dependencies?
I am using the TFS 2010 SCRUM template and was wondering if you can modify the task work item's workflow to not allow modifications in case a processor task is not yet done. Another option is to ...
0
votes
1answer
54 views
How do I change particular component in TFS workitem template
I'd like to change the source of a particular component withing a workitem in TFS (latest version of the solution).
I do not mean to change the workitem's xml representation to just ...
0
votes
2answers
685 views
How to troubleshoot TFS error TF237086 “The work item cannot be saved…”
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 ...
0
votes
0answers
293 views
tfs 2010 - delete WorkItem history
My Problem is that the Table WorkItemLongTexts is about 17GB!
Is there any way to delete the history of all WorkItems?
0
votes
1answer
641 views
How do I add a custom work item type to a group in TFS2010
I have created a custom work item type in TFS2010 and I think I need to add it to the Requirements Group to make it show up in Testing Center (Work Items can be found, but my new type cannot even if I ...
0
votes
0answers
158 views
Script to delete workitems in tfs
I've been using the witadmin to delete specific workitems like this:
witadmin destroywi /collection:CollectionURL /id:id
Now I have the task to create a program that will search throu all the ...
0
votes
1answer
67 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
0answers
442 views
Finding Work Items from Merge in TFS 2010
When I merge from a working branch to a Team Branch, I get a changeset number (e.g.1234). Moreover, if I track changeset 1234 in VS, I can see all the changesets associated with changeset 1234, e.g., ...
0
votes
3answers
238 views
What does the approved state for a work item signify in Team Foundation Server 2010?
For instance, when a new bug is created, I believe it enters an approved state. What does that mean? Should not it start as new, and then become approved? We are using TFS for Scrum, and try to ...