I have a new TFS Tem Project Collection and a Tem Project.
I need to customize my Work Item template for "Work Items", "Tasks", "Bugs", etc.
Where can I find documentation on how to do this?
Thank you very much
Amador Abreu
I have a new TFS Tem Project Collection and a Tem Project.
I need to customize my Work Item template for "Work Items", "Tasks", "Bugs", etc.
Where can I find documentation on how to do this?
Thank you very much
Amador Abreu
Hi all,
I installed a TFS2013 and attached our TFS2012 database. I can access the project and everything works fine. But now I want to upgrad our process template. When I try to upload a new work item, I get:
TF237090: Does not exist or access is denied.
When I download an existing work item, and upload it again, it works. Any ideas on this?
Thanks and regards, Sprengmeister
I've written a query to get some Work Item data out of TFS. I can connect and pull some data but not all. Here's a code snippet:
Dim myData As WorkItemCollection = workItemStore.Query(sql) For Each WorkItem In myData Msgbox "ID: " & WorkItem.ID Next
I'd like to be able to pull the name of the person to whom the Work Item is assigned to, the priority, etc. I can 't seem to find a list of fields that are available to me. WorkItem.AssignedTo and WorkItem.BacklogPriority or WorkItem.Priority does not work.
Where can I get a list of fields that I can access? Also, we've created a user defined field in our Work Item Template to hold Story Points. How would I access that information using WIQL?
Thanks a million.
-- Val
Val
Hi,
In our current Product Backlog we have a bunch of product backlog items which would form a new product.
Therefore I created a new TeamProject. Now I would like to move those PBIs to the new team project. How can I do this?
Regards
Rainer
Jason
After having upgraded from TFS 2010 to TFS 2012, we configured the work items to best suit our needs. After having done so we now require the use of the new TFS features such as Backlog, etc. Unfortunately after having tried to go through the manual upgrade process we are still getting the error below. Any help would be appreciated.
[Error] TF400654: Unable to configure Planning Tools. The following element contains an error: RequirementWorkItems. TF400536: This element defines the category of work item types that appear as tasks on your sprint backlog. Each work item type must support an initial state value that matches one of the states defined in: RequirementWorkItems/States. The following work item types have initial states that do not include any states defined in the task board state configuration: Bug.
Dear All,
please explain detailed in how to create new collection in TFS and how to add project to existing collection.
how to map projects on developers workspace.
I tried this in 1 collection out of 3 projects 2 projects are mapped and 1 project is mapped but it doesn't shows all forms.
I tried so many but I didn't found any solution.
kindly help me.
mastanvali shaik
Hi,
Can we move source control code from one project to another project with everything (History, Branches and Labels)?
I've checked other related posts and used the TFS Integration Tool but it's also not migrating history and labels.
Any other way to migrate everything?
Mohsin Shahzad
Hi,
I wanted to get all the projects in our tfs instance using odata url.
But when I execute this url - https://{server_name}/DefaultCollection/Projects in browser, I am getting the error - it is not able to get connection to the server.
But i am able to access the web portal https://{server_name}/tfs.
Please guide me if am doing wrong, I want to see all the projects in my server using tfs odata url.
Thanks in advance
Remya
Hi , In Visual Studio 2010 and tfs 2012.We can only checkin the msbuild files and rest of the files are checkedinn in different source control so is it possible to create build definition in (TFS explorer -->create new build defintion) only with msbuild files?How?
Regards,
Swati
SP Page: http://www.facebook.com/SharePointQ SP Blog: http://swatipoint.blogspot.com
Hi Guys
I need to Move my complete environment from one server to another.
Current Environment: Windows 2008 R2 64 Bit. SQL 2008 R2//tfs 2010
Target Environment: Windows 2008 R2 64 Bit. SQL 2008 R2//tfs 2010 > where i need to restore whole environment with complete histories.
Kindly share what steps i need to follow in this regard.
What i have done:
Install TFS2010 on Target environment. I have 2 project collections in my Current environment.
A
B
I have created project collection A on my target machine and restore A project collection database from Current environment to Target environment.
Results:
ALL projects are being displayed and opened. Work items are displaying. There is one flaw in this methodology , Source code is missing.
That's why i have stop this approach and decided to consult you guys.
kindly share your thoughts in this regard.
Thanks
WSBukhari
Hi
Scenario
Thanks.
Maz
hi,
Is it possible to perform Test Data Management (with features of cloning PROD data, masking and subsetting) with TFS/SQL/ any Microsoft product?If yes, please let me know.
Thank You.
Re: How to have one copy of a file show in multiple locations
Disclaimer, I am a TFS newbie. For a simple example, we have a scriptfile1 that is necessary for installing several extracts. Today we keep folders on the shared called Extract1, Extract2, etc. Each of these have the exact same copy of scriptfile1. So when you need to install an extract, you just go your extract folder and everything you need is there. We now want to move our Extract installs into TFS. But how can we have scriptfile1 in multiple folder structures (Extract1, Extract2, etc) but only have one copy of scriptfile1.? Does TFS provide some kind of file links?
I have a new TFS Tem Project Collection and a Tem Project.
I need to customize my Work Item template for "Work Items", "Tasks", "Bugs", etc.
Where can I find documentation on how to do this?
Thank you very much
Amador Abreu
Hi Guys
I am facing below error on TFS Event logs. Kinly update on this.
1. Why they are coming
2. How should I prevent them permanently in future.
Log Name: Application
Source: MSSQLServerOLAPService
Date: 6/30/2014 1:51:42 AM
Event ID: 5
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: MYTFSServer.domainname.com
Description:
The description for Event ID 5 from source MSSQLServerOLAPService cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
the message resource is present but the message is not found in the string/message table
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MSSQLServerOLAPService" />
<EventID Qualifiers="49431">5</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-06-30T05:51:42.000Z" />
<EventRecordID>1627054</EventRecordID>
<Channel>Application</Channel>
<Computer>CMDLHRTFS02.curemd.com</Computer>
<Security />
</System>
<EventData>
<Binary>02000000</Binary>
</EventData>
</Event>
WSBukhari
Hi,
Is it possible to migrate a single workitem type to another team project.
Scenario: TFS team project has stock workitems: Bug, Requirements, Test Case, etc.
Is there a solution to migrate, say- just the Requirements workitem only and not the others?
I believe the TFS Integration Tools migrates all workitems (with limitations- of course). I'm just looking to do one.
Regards
Clint
Hi guys
We're getting ready to implement some test driven development. We're running TFS 2013 and most of our developers have VS 2013 Pro (a few have Premium, but none run Ultimate). After some research into unit testing frameworks, I'm leaning toward NUnit as I understand it's well adopted so there should be plenty of documentation on it and is fairly intuitive to learn. However, I believe I've read if we want to use Team Build we need to use the MSTest framework. Is this true? If not, and I have the choice between NUnit and MSTest, which would you recommend and why?
Second question - I was looking at MSFakes for a mocking framework, but understand it's only available to VS 2013 Ultimate and VS 2012 Pro users which at our current licencing excludes all developers. For that reason, I'm leaning toward MOQ framework (though I've read RhinoMocks is also very good). If I use MOQ or RhinoMocks, does this affect my TFS Build options? If not, which mocking framework would you recommend and why?
Tks
Steven