Recent update: 2008-3-21

Deleting Team Projects

142 byte By Jonny_B at 2008-3-7
How can I delete a team project from my TFS? I can remove it, but it still exists on the server. I would like to delete it completely. Thanks.

Question about importing

672 byte By Jonny_B at 2008-3-6
I am testing out TFS right now, and trying to get our Process Template set up. I am wondering if you can change your Work Items once you have imported in your Process Template.<br><br>i.e. I finish editing our Process Template and import it into our TFS and create a new project. ...

Creating field which is a value dependent on other fields

176 byte By Jonny_B at 2008-3-5
I would like to have a field called weight or multiplier which takes the rank and priority and multiplies them together to populate this field. Does anyone know how to do this?

Using MS Project Agile Software development template in TFS

493 byte By Designer1 at 2008-3-3
Hi,I am using MS Project template for Agile software development to manage the projects. Is there any way to integrate the same template in team foundation server? It has 5 phases in the MS Project template. Can I seperate the work items based on these phases in the MS Project and publish it to ...

editing Process Template file

606 byte By Jonny_B at 2008-3-1
I started out with the MSF for Agile Software Development, and I am trying to customize it. I am looking for information on how the permissions section works (I am using the Process Template Editor by Imaginet). There is a table in the Group and Permissions tab that displays the ...

Create a Team Project Programatically

112 byte By NihalChand at 2008-2-28
Can anybody help me with a code sample to create a Team Project programatically using TFS client APIs.

Help Needed

468 byte By SudheerPalyam at 2008-2-27
Hi All,My requirement is like below.When a user clicks on "Work Items--> Team Queries--> All Tasks" icon . I need to displays a custom built win form . In this custom built win form , user enters some details and the data saved in the database.I have built the custom win form. ...

Selecting multiple customers in a single work item

617 byte By Jonny_B at 2008-2-26
Hello,I have a list of customers which is populated into a global list. I would like to be able to associate multiple customers with a single work item. I think that the best way to do this would be to do so using something similar to the method used for the "Links" section which is ...

Scenarios to use Triage Field for Work Item type like bug, Issues etc.

260 byte By Nasir_khan_persistent at 2008-2-25
How can I use the field Triage for work item like bug. Please explain the scnerios in which Triage field holds following values: Info Recv More Info Pending Triaged How this field takes above values for work item - Bug.

Can an entire process template be imported to an existing team project

137 byte By MichaelRuminer at 2008-2-24
Pretty much the name says it all. Is there a mechanism by which an entire process template can be imported into an existing team project?

Can a group and permissions be loaded into an existing

163 byte By MichaelRuminer at 2008-2-23
Can groups and permissions be loaded into an existing team project other than programatically? Something of the nature of WITimport but for groups and permissions.

creating work - item. is attribute refname just a qualifier?

1086 byte By thomaskremmel at 2008-2-22
hi,i want to create a set of work-items to replace our existing requirements-database. these are 12 classes. therefore i had a question.in the xml-definition of a work-item i do see often the attribute "refname". a value of this attribute is " Microsoft.VSTS.Build.IntegrationBuild". is this ...

Add date field for attachments in control type 'AttachmentsControl' in VSTS for WorkItem t

178 byte By AnuBeniwal at 2008-2-22
<P>Hi, </P> <P>I think It would be good idea to add date field for attachments in control type 'AttachmentsControl' in VSTS for WorkItem type.</P> <P>Thanks,</P> <P> </P>

Purpose of Iterations

510 byte By tomjanssen at 2008-2-21
Hi,I'm wondering if iteration's only purpose is to help group work items in a timely order. What is the consequence if I do not close all tasks that are exit criterias? I am aware of what is meant by time boxing - but what happens if I never fulfil the tasks assigned to an iteration. Are ...

Modifying MSF Process Guidance

662 byte By Rick316 at 2008-2-20
I modified the Bug Work Item Type from the Agile Software Development-V4.0 MSF and want to document the changes in the Process Guidance.According to the "MSF Process Guidance Customization Guide" found in the April 06 VS2005 SDK you must modify the source found in the WSS\Process ...

Download a Process Template Programatically

195 byte By NihalChand at 2008-2-20
Can anybody help me with the code sample for downloading the specified Process Template as it is done by the Process Template Manager in VS Team Explorer. Any ideas are also welcome.

is there a way to add more priority levels?

255 byte By Kardi at 2008-2-19
i have looking around for a while trying to find some way where i can add more priority levels and instead of have 1 2 3 i have critical high etc is there any way of doing this? and is it possible with the process template editor Thanks

CMMIParams.XML

879 byte By D.A.V.E. at 2008-2-18
Customizing MSF Process Guidance, Part 6: Building HTML Content Pages with MSFWinBuild describes use of CMMIParams.xml as a command line parameter for MSFWinBuild.I've exported the CMMI method from Foundation Server and also looked in the source version of the CMMI Method but can't find this ...

Uploading a process template programatically

517 byte By MatthewPhillips at 2008-2-17
I am trying to automate the installation of process template using ProcessTemplateManager.exe from the command line. This all works fine, however to generalise this to a dual server installation I need to execute some code on the application tier that will tell me the name of the data tier ...

Work item field formula

1935 byte By ChristianGram at 2008-2-16
Hi all We have created a threat work item. In that we have fields for calculating DREAD ranks. We would like the work item to automatically calculate the DREAD value in a field and use it to sort in lists ect. In the Process Template Editor by Imaginet Ressources (a very cool tool) I've ...

Problem opening a work item in a template editor

435 byte By Kardi at 2008-2-15
I have a problem, i dont know what i did wrong but when i try to open my bug file in the process template editor it gives me this error 'There was a problem loading the work item type definition.Work Item Type: BugA duplicate key " exists ' is what i get, if anyone knows a solution to my ...

work items are not publishing from project professional

871 byte By prasadmamidi at 2008-2-15
Dear all work items are not publishing from project professional,This is the scenerio what i work outI open the project profession and added necessary resouces to the new document.Then i connect to team project server and selected the team projectThen i enter the necessary details for work item ...

WssTasks.xml

545 byte By oaix at 2008-2-15
Hi, allI have created a team project with my customized process template and things are going fine. recently we found that we need to modify the document structure so i just did that through team explorer (such as add/delete folders, add in files etc).Will these changes be reflected in the ...

Get list of Iterations and Builds via OM

284 byte By LSCSteve at 2008-2-15
I need to get the list of iterations for a project and a list of the builds for the project using C#. These lists will then be put into a combo box for a new interface we are building. I was trying to use ICommonStructureService but could not find what I was looking for.

Add date field for attachments in control type 'AttachmentsControl' in VSTS for WorkItem type

178 byte By AnuBeniwal at 2008-2-15
<P>Hi, </P> <P>I think It would be good idea to add date field for attachments in control type 'AttachmentsControl' in VSTS for WorkItem type.</P> <P>Thanks,</P> <P> </P>

Extending the Project Creation Wizard

855 byte By alan_b at 2008-2-14
I have been following the http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Extensibility_Guided_Tour/Extending%20Project%20Creation.asp walkthu and have I written a custom PCW step. After continually comparing the sample supplied in the article with my work I can find no real ...

MetaData.xml & MethodologyTemplate.xml

107 byte By entrance80 at 2008-2-14
Hi How can I find these files? where are they located exactly and how can I have access to them? thnx

Another TF30177 Error: Team Project Creation Failed

72406 byte By Rask at 2008-2-13
I've got TFS installed to a single server, and am now trying to create my first project.When the project creation is almost finished, I get the following error in the New Team Project Wizard:Error Unable to connect to the Windows SharePoint Services at TRUG Explanation The Project Creation ...

how do i add more bug status's?

399 byte By Kardi at 2008-2-13
ok 2 quick questions to all the pros out there..first of all is there a way I can make certain roles have access to changing the status of bugs. ie a developer can't change the status of an active bug to closed before someone else see's it first. Second question.. is there a way I can add ...

Project Portal and document Libraries

19278 byte By DominikChrzanowski at 2008-2-12
I am customizing whole process template and currently I am working on Project portal customization. I have changed WssTasks.XML file to (names and descriptions are in Polish): <?xml version="1.0" encoding="utf-8"?><tasks><task id="SharePointPortal" ...

How do you create a Global List?

478 byte By BradYounge at 2008-2-11
I understand that there is a way to create custom Global Lists in TFS so that you can use the Global List as a "look-up-table" when creating a Work Item Field. For example, how would you create a global list which contained a list of requirements so that when creating a Work Item, you ...

Can a field in a Work Item Type be a reference to a different Work Item Type?

2019 byte By BradYounge at 2008-2-10
Is it possible to create a “Work Item Type” in VSTS which has a *Field* which references another Work Item Type? For example, let’s say I’m using the MSF Agile methodology out of the box, so I have the following work item types:· Bug· Task· Quality of Service Requirement· Scenario· RiskI wa...

How do I change the process template in which a project was created?

534 byte By CoachDavid at 2008-2-10
I have multiple projects that were created during the beta with differing templates.Project1: CMMIProject2: Agile... etcNow that we evaluated the templates, I would like to change the existing projects to use a new template, that may or may not be customized, and may be a third party template. ...

Is there a way to automate (complete/partial) transfer of Specification docs. from Lotus Notes t

300 byte By Nasir_khan_persistent at 2008-2-8
<p class=MsoNormal style="margin:0in 0in 0pt;tab-stops:list .5in"><span style=";font-family:Arial">Is there a way to automate (complete/partial) transfer of the Specification docs. used in project from Lotus Notes to VSTS (i.e. MS Word) sharepoint portal - Document section?</span> ...

Can a field in a Work Item Type be a reference to a different Work Item Type?

2028 byte By BradYounge at 2008-2-8
Is it possible to create a “Work Item Type” in VSTS which has a *Field* which references another Work Item Type? For example, let’s say I’m using the MSF Agile methodology out of the box, so I have the following work item types: · Bug · Task · Quality of Service Requirement · Scenario · Ris...

Changing Methodology During Working On The Projcet

95 byte By entrance80 at 2008-2-7
Hi Can we change project methodology during working on a project? If YES, How ? thnx

How do I change the process template in which a project was created?

542 byte By CoachDavid at 2008-2-7
I have multiple projects that were created during the beta with differing templates. Project1: CMMI Project2: Agile ... etc Now that we evaluated the templates, I would like to change the existing projects to use a new template, that may or may not be customized, and may be a third party ...

Adding Numerics in addition to COPY for work items

705 byte By dcumg at 2008-2-7
A feature of being able to add values to fields from values in other fields needs to be added for work items process flow customization. For example, as of now when a work item is 'resolved' by way of associating it to a check-in, it does not add the value in remaining hours to completed ...

TF30272: Template not found on the server

2843 byte By JonErlendMathisen at 2008-2-7
Hi guys! A former colleague of mine used the 'Process Template Editor' for altering Bug.xml & Task.xml, and uploaded this to one of our team projects. Some days later, when we where about to create a new team project, the following exception occured: 2006-06-14 13:04:50Z | Module: Engine ...

Reports are not accessible from Team Foundation Server

590 byte By VighneshPrabhudesai at 2008-2-6
I tried creating a duplicate of the Team Foundation Server. The process of taking backup of the data and restoring the same on the duplicate server worked fine. When I tried to view the reoprts on the original Team Foundation Server through the IE, the folders showing the team projects were ...

Scenarios to use Triage Field for Work Item type like bug, Issues etc.

263 byte By Nasir_khan_persistent at 2008-2-6
How can I use the field Triage for work item like bug. Please explain the scnerios in which Triage field holds following values: Info Recv More Info Pending Triaged How this field takes above values for work item - Bug.

Process Template Upload Error On SharePointPortal Task

939 byte By bbossi at 2008-2-5
We have been modifying and uploading our own process template for three or four months. Today I wanted to make a change, but when I uploaded the template I received the following error when the SharePointPortal task in WssRasks.xml was processed: Exception Type: ...

uploading Agile templates in italian to en english TFS

3081 byte By mborsalino at 2008-2-5
Just after the launch of the TFS localized version I am trying to extract the Agile process template from the italian version to upload to the english TFS version. Both are workgroup edition. The TFS installation is a single server.I did the following :1. I download and installed the Microsoft ...

load testing query for 1.0 application

505 byte By AmolPuri at 2008-2-4
Hi, I would like to apply load testing in 1.0 .net application, for that i am thinking to convert the existing application into .net 2.0. So after converstion, i will do the load and web testing for checking the performance of the Application. but i have one doubt that in 2.0 framework i can't ...

Another TF30177 Error: Team Project Creation Failed

72375 byte By Rask at 2008-2-4
I've got TFS installed to a single server, and am now trying to create my first project. When the project creation is almost finished, I get the following error in the New Team Project Wizard: Error Unable to connect to the Windows SharePoint Services at TRUG Explanation The Project ...

Multiple iteration fields in a task.

326 byte By Steve1234567 at 2008-2-4
I'd like to have two iteration fields in my task for bug. 1) Iteration reported in 2) Iteration fix targetted. Ideally they would both be TreePath type and control of type WorkItemClassificationControl. Is this possible, as I can't seem to get it to work? Cheers Steve ...

Extending the Project Creation Wizard without a new UI screenHi

366 byte By EdAbshire at 2008-2-4
So I've read through the sample code for extending the PCW. I have the code I want to add (Sharepoint code to set NT_AUTHORITY\Authenticated Users to Reader role), but I really don't need a UI screen for it. From what I see, a UI screen seems to be required. Should I just make a placeholder, ...

Extending the Project Creation Wizard without a new UI screen

366 byte By EdAbshire at 2008-2-3
So I've read through the sample code for extending the PCW. I have the code I want to add (Sharepoint code to set NT_AUTHORITY\Authenticated Users to Reader role), but I really don't need a UI screen for it. From what I see, a UI screen seems to be required. Should I just make a placeholder, ...

Uploading Process Template

1357 byte By ultra03 at 2008-2-3
I have created a new process template from the existing Agile development one on our test foundation server. I would now like to take this template and load into another team foundation server we are setting up that will be used for production. When I try to load the above template it fails ...

Uploading a process template programatically

519 byte By MatthewPhillips at 2008-2-2
I am trying to automate the installation of process template using ProcessTemplateManager.exe from the command line. This all works fine, however to generalise this to a dual server installation I need to execute some code on the application tier that will tell me the name of the data tier ...

Visual Studio Team System

Site Classified