0
votes
1answer
114 views

TFS 2010 process template work item customisations

I've created a new default Process Template called "My Agile V2" and uploaded it successfully into our TFS repository. I also have some exported work item definition files, i.e. Bug.xml and ...
2
votes
2answers
192 views

Associating existing unassociated changesets with workitem in TFS

I know there're powerful TFS command line tools from TFS Power tools that provide much more that can be achieved through Visual Studio integrated capabilities. I have several changesets that aren't ...
0
votes
0answers
48 views

TFS: change field once on another field change

I want to configure tfs to change a field value when another field change for the first time. What rule should I use? is it possible when this has nothing to do with transition? for example: I have 2 ...
0
votes
1answer
105 views

Not able to Save workitem template: There is a issue on the server. Contact your Team Foundation Server administrator

I am facing this error when i am trying to add new field in Bug workitem. Failed to save the 'Bug' Work Item Type to the server. There is a problem on the server. Contact your Team Foundation ...
1
vote
1answer
740 views

TFS 2010: change work item types and retain existing source history

We started programming in a project that uses Agile Work Item Templates. Now, there is some history of the code that we want to keep. Also, we want to change to a customized CMMI template, so it is ...
0
votes
0answers
86 views

Tfs2010 WorkItem transition discarding user input when saved

I am running into a weird behavior. We are using TFS WorkItems to track bugs and we have many rules and transitions rules. One of those transitions is causing me some problems. Whenever we move a ...
0
votes
2answers
162 views

disable Save for TFS work item

We are using Team Foundation Server 2010\2012 to manage our requirements. Ours is an FDA audited company. Often someone makes changes to a requirement (user story requirement) after it is in the ...
0
votes
1answer
1k views

TFS 2010 Web Access Security permissions: User not able to create or view a work item

We have enabled web access to our TFS 2010 server. We have a set of users with security settings at all levels so that they can create new work item and view existing work items from the TFS website ...
0
votes
1answer
238 views

How to return TFS workitem fields in WIQL?

I am trying to query workitem info from TFS - specifically from the CMMI Risk template. It looks like no matter what I put in the select clause, I still actually need to look in the Fields collection ...
1
vote
1answer
348 views

TFS Custom Project Alerts

I have a problem configurating my TFS 2010. My problem is that the default "Project Alerts" in Team Web Access aren't enough to match our requirements. We need more detailed alerts. So my question ...
2
votes
1answer
549 views

TFS Work Item - Allow transition to state only if System.AttachedFileCount > 0

Is it possible to do without having to create a custom control? I need to allow the change of state of a custom work item only if it has at least one file attached. System.AttachedFileCount field of ...
0
votes
1answer
622 views

how to programatically change tfs2010 workitem link-type

I've used the tfs api to programatically add links between work items in different team-projects, currently all links are set as related links but I'd like to change some of them to some of the other ...
1
vote
0answers
210 views

TFS Changesets, list associated workItems and their parent workItems

While still getting to grips with all the features of TFS, one of my tasks is to produce a set of Release Notes for our Product by listing only the PBIs and BUGs (the use of PBI here as a type of ...
2
votes
3answers
507 views

Keep Task iteration synchronsied with User Story iteration

When I move a user story from one iteration to another in TFS 2010, I then have to update the iteration in each child task manually. Otherwise it retains the previous iteration value and the various ...
0
votes
2answers
257 views

How can I map links from a TFS 2010 work item to another work item using TFS Integration Tools?

Unfortunately we've got the problem that we have to "migrate" work items of type "User Story" to another customised work item type in the same Team Project on our TFS 2010 installation. I managed to ...
0
votes
1answer
37 views

Set all workitems to inactive when one is set to active

I would like to know if it is possible to set other tasks to "pending" or "inactive" when the user (contributor) set one to active. I was wondering if i can do that using Workflow or another kind of ...
5
votes
2answers
387 views

Tagging work items in TFS 2010

are there known ways to tag work items in TFS 2010? What type of field do I need to add, where the user can select different tags for a work item from a list of recommended tags and type in new tags ...
0
votes
2answers
150 views

TFS 2005 to 2010 - Custom Work Items

just a quick question. If we migrate from TFS 2005 to TFS 2010, what happens to any customized work item we developed on 2005? Do we have to recustomize, or can they be imported/carried over into ...
1
vote
1answer
780 views

Add Activities to Activity Dropdown in Task Work Item

Is there a way to modify the values that are currently in the Activity dropdown for a Task work item? Here's the current list: Deployment Design Development Documentation Testing Requirements
0
votes
1answer
291 views

TFS workitem field READONLY after MS Project sync

Is there a way in team foundation server 2010 to make a work item field read only from visual studio and team web access after synchronizing from a MS Project plan to TFS. This is an idea that I had ...
0
votes
1answer
1k views

how to export tfs work items from one TFS server to another TFS server using excel

I need to migrate the Work Items from one TFS server to another TFS server. i tried migrating them using the TFSMigration tool available in CodePlex. But the problem i am encountering is the schema ...
2
votes
1answer
78 views

Can I modify the email that's created from a WI when I click the “send work item to microsoft outlook” button?

Can I modify the email that's created from a work item when I click the "send work item to microsoft outlook" button? I've found a transform that allows you to alter the email related to an alert ...
0
votes
1answer
208 views

TFS2010 - Work Item Types - Link to a program?

I want a LinkLabel to link to a program (and not to an http-URL). But in work items the only allowed link type seems to be "http" ... how can I create a link in my work item type, that links to a ...
1
vote
1answer
100 views

How to 'host' a Work Item inside a WinForms application?

I've come across a couple applications in the past that run outside VS2010 (or MTM) but display TFS Work Items 100% as they are shown in VS2010 as if there was a way to get the WorkItem including all ...
1
vote
2answers
740 views

Can I Populate a TFS Dropdown with Project Members Only?

I have a TFS 2010 Work Item Type with a custom field called "Requested By." This field can be populated with any name, but since most of the requests come from project developers throughout the ...
2
votes
3answers
185 views

TFS - auto increment number field in a WITT (e.g. Bug's)

Is there a way to auto increment a number field in a WITT (e.g. Bug). We've got a requirement that we want contiguous Bug ids (note - not its actual id but a separate field). Can this field be done ...
1
vote
1answer
531 views

TFS 2010 - MS Scrum process template - PBI -> Test case ->Bug Link

we are moving from TFS 2008 SfTS 2 to TFS 2010 MS Scrum template. Right now we have Bug as an individual work item - not attached to a PBI. Each and every Bug go through triage process. Now in TFS ...
2
votes
1answer
119 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 ...
14
votes
3answers
1k 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 ...
4
votes
2answers
1k 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 ...
1
vote
1answer
563 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
2answers
818 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 ...
3
votes
2answers
793 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
553 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 ...
2
votes
1answer
656 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 ...
0
votes
1answer
380 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
77 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 ...
2
votes
1answer
127 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 ...
3
votes
2answers
319 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 ...
2
votes
2answers
2k 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 | -- ...
10
votes
2answers
2k 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. ...
0
votes
1answer
432 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 ...
1
vote
1answer
293 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 ...
2
votes
2answers
345 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 ...
0
votes
1answer
302 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
624 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 ...
1
vote
1answer
378 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 ...
0
votes
1answer
370 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 ...
1
vote
3answers
2k 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
1answer
573 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?

1 2