WorkItems are the essence of the Work Item Tracking Object Model used by Microsoft Team Foundation Server.

learn more… | top users | synonyms

0
votes
0answers
11 views

How to set permissions only on one work item?

I change permission on Bug work item I read some threads and I make this modification in Bug.xml It's good because unauthorized user canno't save a bug. But unauthorized user can open and fill Bug ...
0
votes
0answers
19 views

TFS2010 Work Item Templates display varies in VS2010/2012

Background I have a TFS2010 Project that has been developed in Visual Studio 2010 up until recently. The switch for developers to Visual Studio 2012 has been made, but we have held off on upgrading ...
0
votes
0answers
22 views

Displaying full timestamp in work item state transition graph

The WorkItemLogControl displays a nice state transition graph when rendered in Team Web Access as below. Is there any way to customize this to add time to the date of the transition circled in red? ...
0
votes
1answer
24 views

Having two TFS Servers

I'd like to know if there is some way to make a checkin on a TFS server associated to a Work Item that's on another. Currently some of our developers use a TFS that's hosted offshore containing the ...
0
votes
1answer
37 views

Changing the default value of Bug work item 's summary field to contain the steps to reproduce

We are using TFS 2012 update 1 with VS 2012 When we create a new bug from the failed test case, i want the summary field to contain both the steps of a linked test case and the parameters table from ...
0
votes
0answers
93 views

Adding Tags as an Editable field In TFS work item template

In TFS 2102 Update 2 they have added tags for the work items by default these can be edited (added removed and view) via the web interface. I would like to add them to the work item template so that ...
0
votes
0answers
19 views

Use Spellcheck for Release Notes

Is there any way to get spell check to work for a Release Notes work item in TFS? The release notes that become public are being generated from these work items, but there is no easy way to spell ...
5
votes
1answer
167 views

Automatically send TFS WorkItems to MS Project Server (Work Item Workflow)

I have Microsoft Project Server 2013 integrated with a TFS 2012 instance. I have the ability to create work items from project and tfs and it will sync back and forth. What I'm trying to do is have ...
0
votes
1answer
50 views

Bulk editing of work items in TFS

I have a Product Backlog Item (PBI) in TFS, which has multiple Sprint Backlog Tasks (SBT's) under it in a grid. How can I modify the title of the items in that grid without opening each one ...
1
vote
2answers
317 views

Should Product Backlog Items and Tasks ever be in different Iteration Paths?

Using the Scrum 2.1 process template, I noticed that the Sprint Backlog query in TFS returns a list of Product Backlog Items and Tasks for the sprint, but the list looked pretty sparse as I reviewed ...
2
votes
1answer
866 views

How to delete a work item in TFS 2012

This has been asked before but I'm struggling to find a way to delete a work item in Team Foundation Server. This looks promising: ...
1
vote
2answers
285 views

TFS 2012 add work item to backlog

I am trying to understand how to operate Team Foundation Service with scrum methodology. A problem of mine is: I have a Product Backlog Item and five Work Items. Three Work Items are assigned to the ...
0
votes
1answer
548 views

Add fields to existing TFS Work Items?

I need to add some fields to my work item types in an existing team project to support integration with other toolsets. However, after adding those fields in my work item type definitions using the ...
0
votes
1answer
141 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 ...
0
votes
1answer
148 views

How to organize a hierarchy of work items in TFS?

For instance, say, I add a new work item named "Develope event aggregator". I start to implement this feature and suddenly undestand that it contains more concrete tasks such as "Implement filtering ...
2
votes
2answers
337 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
1answer
119 views

What do the following icons mean when creating a new workitem in TFS 2012?

The following image is in spanish but that does not matter. The menu shows the list of workitems on the TFS and opens when I click on "create new work item". What I don't know is what mean the ...
0
votes
0answers
52 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 ...
1
vote
0answers
97 views

Publishing tfs work item entry application

I developed a small program that contains a web form. in this form user fills fields of a Team Foundation Server work item and I add it to TFS work item tracker as a bug. It's all nice and well up to ...
1
vote
1answer
119 views

How to use LIMIT keyword as using in ms sql by WIQL to query TFS workItem

I'm working on TFS API, I don't know that TFS API have any things like LIMIT keyword or no.I need it for paging. Thanks
2
votes
0answers
146 views

Visual Studio/TFS extensibility: why does DocumentService give me an InvalidCastException?

I'm writing an addin for Microsoft Outlook 2007. My goal is to open a work item in a Visual Studio 2010 instance, which I know exists and has the packages loaded for TFS 2012. The following code works ...
0
votes
2answers
94 views

Sign out website like TFS web portal did

I am attempting to write a website that connects to TFS and retrieves work item information NetworkCredential cred = new NetworkCredential("Username", "Password", "Domain"); tfs = new ...
1
vote
2answers
65 views

TFS 2008 WIT - Limiting System.AssignedTo based on group selection in other field

I'm attempting to create a field ALLOWEDVALUES rule to limit the assignment of users based on another field. As an example. User Groups [PROJECT]\Developers [PROJECT]\Project Managers In the TFS ...
0
votes
1answer
132 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 ...
0
votes
0answers
32 views

TFS-Project Integration Rounding Errors

I have TFS work item to MS Project integration working fairly well for most of my users. I have the mapping between TFS and project set up so that schedule information is both published from Project ...
0
votes
0answers
204 views

TFS work item templates: how to change user selection for fields like “product manager” or “architect”

I want to assign different, as-small-as-possible user-sets to different fields in work items, e. g. Architect, Product Manager, Developer. For those purposes, I created several local groups. I cannot ...
1
vote
1answer
791 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
90 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 ...
1
vote
1answer
117 views

Filtering TFS Listitem based on groups (permissions)

I have a field in TFS that will have ALLOWEDVALUES that everyone can see. No problems there. All listitems are displayed. I now want to 'add' to the set of ALLOWEDVALUES based on whether a person is ...
0
votes
2answers
178 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
112 views

Import amended work item type fails with XML Validation Errors

I am attempting to add a list of suggested values to a field in TFS on a particular work item type. I have successfully managed to use witexport to generate the .xml relating to the work item type ...
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
268 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
412 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
637 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
671 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 ...
0
votes
1answer
293 views

Error TF26212 in TFS

I have added a field "Microsoft.VSTS.Scheduling.StartDate" in the work item TASK..where I selected the type as "date time control" and Rule as "Required" now I exported the work itm and import the ...
1
vote
0answers
214 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 ...
0
votes
1answer
552 views

Unable to automatically step into the server. Connecting to the server machine “abc” failed

Please help me out. its showing error in 2nd line. var tfs = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(new Uri("http://abc...")); WorkItemStore wiStore = ...
3
votes
1answer
259 views

Extending the TFS Work Item editor in Visual Studio 2010

I would like to extend the team explorer work item editor with a custom functional button along side export to excel, outlook etc, taking information from the current work item. I know there is a way ...
0
votes
1answer
278 views

Refresh TFS Process Template

I created a custom TFS process template with altered work items. After I uploaded the template to TFS and began testing the new process, I realized I had forgot some state transitions for one of the ...
2
votes
3answers
549 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
276 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
141 views

Team Foundation Server Using Custom Fields instead of System Fields

I'm introducing TFS 2010 in our company. After a lot of work on item customizations, I'm considering using custom fields as some system fields. One example... I've got some management requirements ...
0
votes
1answer
38 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
398 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
153 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
901 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
300 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 ...

1 2 3