Quantcast
Channel: Team Foundation Server - General forum
Viewing all 6687 articles
Browse latest View live

How can I create my own form

$
0
0

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


TF237090: Does not exist or access is denied, when usint witadmin importwitd

$
0
0

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

How To Get List of Field Names for Work Item using WIQL (Work Item Query Language)

$
0
0

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

How to move a product backlog item from one team project to an other ?

$
0
0

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

Feature Request: Customize Kanban columns to add/remove user defined tags.

$
0
0
I love Work Item Tags.  We use them extensively for filtering the backlog.  I would like to see the ability to customize kanban columns to apply user specified Tags to items in the column.

TFS Build Automation and Deployment

$
0
0
I was wondering how to have TFS deploy our builds to different environments once an automated build is complete. For example, our solution includes a website project, database project, and database server project. When we check in code, we have a build definition with a CI trigger that builds the solution and puts the output in a drop location. That part is working great. Ideally, TFS could then go ahead and deploy the changes to our QA environment for review. The only trick is, the destination servers are only accessible to us via FTP. What's a good way to handle auto-deployment after the build in this scenario? (Sorry if I'm missing something obvious here)

Keeping TFS History

$
0
0
I had created a branch off my main project(the trunk I guess)  in tfs for dev purposes. I did my work there for a time and then merged everything back into the trunk. For all intensive purposes my branch is now dead. I don't see having to use it anymore . In order to keep things organized I really would now like to just delete this branch so as to not have other developers be confused when they go into TFS.  (Trying to keep needless code or projects to a minimum if possible)

However, this now leads to the question of having the history. I could see a practical need for keeping the history on the dead branch just in case we would want to see how something happened or when something changed. So I guess I have a few questions 1)Is there a way to see the history of a deleted branch ? (I know there is a way to see changesets from a merge. I've done this before) Or more generally I guess, 2)How should developers and TFS admins go about managing dead branches in tfs?  

Any advice or direction would be most appreciated.

Jason

Jason

Configure TFS Features

$
0
0

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.


how to create collection and aad projects in tfs 2010

$
0
0

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

Moving source control with history from one project to another project in TFS 2012

$
0
0

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

Unable to access TFS OData url

$
0
0

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

Creating Build Definition with MSbuild files

Restoring tfs 2010 from once Machine to Another with Complete histories and Environment

$
0
0

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

Sharing a document in a SharePoint portal

$
0
0

Hi

Scenario

  • A Visual Studio solution containing a Solution Folder named "Technical Documentation"
  • I add a document to "Technical Documentation" named e.g. Mydoc.docx and check it in to source control
  • The solution has a corresponding SharePoint portal
  • That portal has a Shared Documents document library.
  • Is there any way that I can add a link to mydoc.docx to the Shared Document library?

Thanks.


Maz

Test Data Management with TFS

$
0
0

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.


How to have one copy of a file show in multiple locations

$
0
0

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?

How can I create my own form

$
0
0

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

MSSQLServerOLAPService

$
0
0

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

Migrate A Single Workitem Type

$
0
0

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

Opinions on NUnit with MOQ frameworks in tandem with TFS

$
0
0

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

Viewing all 6687 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>