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

The estimate field under the details section in a task seems to have been removed

$
0
0

Following a recent tfs upgrade we have notice that the "estimate" field in the details section of a task is no longer there. "Remaining work" is still there but I was using the "estimate" field to show any scope increases on a burnup chart by keeping track of the total amount of estimated hours. 

Thanks,

Dan


Importing process template changes and upgrade to latest version for existing TFS Database - Proper procedure to go

$
0
0

Hi, I have tested my template customization changes in the test server and going to move these changes to the existing TFS and make it to new upgrade also. Please share your experiences on things that need to be taken care in importing these changes ,precautions need to be done and proper procedure to follow.

The most important changes that we did are:

  1. We did not do any changes for the existing fields rather than removing it from display.
  2. We added some new fields for estimates and completed effort.
  3. Rolling up efforts are done using  Server Handler. 

Specific doubts:

  • While I was doing process template changes in test server, I got this error 

https://social.msdn.microsoft.com/Forums/vstudio/en-US/a5f6bcc3-8fc6-4c05-9efa-57ea789ec3bc/unable-to-create-team-project-using-agile-or-cmmi-templates?forum=tfsgeneral

I tried changing the reporting field back also, but still this problem is not solved. I need to be confident on avoiding suchtype of errors and should care on the precautions need to be taken. 

  • I am using new fields for roll up calculations in Server Handler code. After importing the changes to the process template, the previous work items will not have values for these fields. I assume it will not throw error when accessing the new fields from the work item since we have changed the process template and it should have the default value. I assume this will work fine.

which column need to select inTFS web portal to get Test cases execution status

$
0
0

Hi All,

I am working on Agile project, I have existing test cases, related to PBI's.

In TFS web portal, I wrote the custom query to get the test cases related to each PBI.

Now I would like to create a chart on status of each test cases (Pass/ Failed / blocked).

I gone throw all the 'Available Column' options, but i am not getting the status of the test case.

Could anybody advise how to get the status of the test cases.

Thanks

Raghu

Windows Explorer integration for Source Control Explorer

$
0
0

Hi together,

we've setupped an Online TFS to organize our Powershell Scripts in our Team. After that we've installed the Source Control Explorer for checking items in and out. From within the Source Control Explorer this works flawless.

Some time ago i've worked with TortoiseSVN for Source Control and there were a Windows Explorer Integration which was super easy to use for making new local repositorys, checkin and checkout, is there something similar for TFS? Because we only write Powershell Scripts, we don't need Visual Studio and it would be easier to work directly in the Windows Explorer.

Thanks for any tips and tricks!

Rolf

Separate download of process templates(latest version) or need to upgrade TFS 2013 to latest update 4?

$
0
0

Our TFS production server is 2013 and the update is 12.0.21005.1 version. How to get the latest upgraded process templates to apply our customizations. Can we get the process templates as a separate download or need the TFS to be upgraded to latest 2013 update 4. If update is needed, then do we need to take TFS backup or it will just update the changes to the existing server?

TFSSecurity set Creator Owner Permissions for Shared Queries Folder

$
0
0

Somehow the Creator Owner of queries has lost delete permissions of their own queries in our central work project and I am trying to restore it. I have tried the below command line:

tfssecurity /a+ WorkItemQueryFolders [Shared Queries GUID] DELETE "Creator Owner" ALLOW /collection:http://tfsserver:8080/tfs/collection

This returns:

The target Team Foundation Server is http://tfsserver:8080/tfs/collection.
Resolving identity "Creator Owner"...
  [G] CREATOR OWNER
Adding the access control entry...
Verifying...

Access Control List on object [Shared Queries GUID]:

Done.

Not sure what I am doing wrong but the ACL should at least return the permissions I just set.

Thanks in advance for your assistance


"You will find a fortune, though it will not be the one you seek." -Blind Seer, O Brother Where Art Thou
Please Mark posts as answers or helpful so that others may find the fortune they seek.

Tool to extract changes documentation

$
0
0
I have been looking around but didn't find any tool to extract changes documentation from TFS. Do you have any tips on this?

Luc van Vugt | fluxxus.nl | Never Stop Learning

avoid web.debug.config ending up in sourcecontrol

$
0
0

As an example, I like to avoid updating the web.debug.config by source control. 

Also i like to avoid the x.debug.config files to end up in source control at all.

Is there a way to achieve this?


TF214008: No build definition was found

$
0
0

Hi guys, I hope you're doing well. I have a client using tfs (on-prem deployment ) and I'm experiencing very strange behavior, so I just wanted to ask if anyone of you have ever experienced something like this before. 

Here's the case:

My account has been added to the “Project Collection Administrators” as well as to Team Foundation Administrators groups of TFS, however the issue that I’m having is – I'm unable to create/edit existing build definitions, when I try to do so inside Visual Studio Team explorer, I get:
--------------------------- 
Microsoft Visual Studio 
--------------------------- 
Team Foundation Error 

TF214008: No build definition was found with the URI vstfs:///Build/Definition/176. Either the URI does not exist, or  does not have permission to access it. 
--------------------------- 
OK 
--------------------------- 

Using TFS 2013 update 4

Any thoughts/ideas, are greatly appreciated?

Best,

Rado

Automation

$
0
0

I'm pretty new to TFS, so forgive me if I don't use the right words to ask this.

I created a workspace that put copies of the files in a network location to be used later by something else.

I need to find a way to do the equivalent of "Get Latest Version" to that location once a day using any kind of scheduled job. Is this possible? PowerShell? SQL Agent Job? Bat? Anything.

Also, I don't know if this is relevant, but I'm not loading the entire repository at that network location. Just from a particular "directory" and down.

Get the report server details of a tfs instance

$
0
0

HI

I have tried the following method to get the report server attached to the tfs instance. but this returns no details. Please help on this.

UritfsUri =newUri(uri);

TfsConfigurationServerconfigurationServer =

TfsConfigurationServerFactory.GetConfigurationServer(tfsUri);

ReadOnlyCollection<CatalogNode> collectionNodes =

                configurationServer.CatalogNode.QueryChildren(new[] { CatalogResourceTypes.ReportingServer,CatalogResourceTypes.ReportingConfiguration,

CatalogResourceTypes.SqlReportingInstance}

, true,CatalogQueryOptions.IncludeParents);

Thanks

Poornima

               

TFS API: After renaming the Work Item Type GUID display instead of new name

$
0
0

HI All,

I am using WorkItemType object of this package Microsoft.TeamFoundation.WorkItemTracking.Client to access work item type of project.

I am dispalying each work item of specific project by first getting project work items then using name propery of WorkItemType  object.

foreach (WorkItemType wiType in project.WorkItemTypes)
                    {
                                                 wiTypeList.Add(wiType.Name);
                    }

Scenario after renaming one custom work item type these snippet started showing the GUID of renamed work item instead its new name

Reply ASAP

Browse for server folder path only (not server file) dialog in TFS 2013

$
0
0

Hi,

We are developing an application that requires user to select a folder only and it should not allow user to select file within a TFS project's source control (VersionControl TFS API).

Thanks in advance.

project creation date api

$
0
0

Hi,

Is there a way to get the date when a project is created throught TFS Api


Prevent work item change alert for stack rank field change

$
0
0

I have a work item change alert set up to alert me any time a work item assigned to or created by me is changed, but this is causing me to get alerts when the Stack Rank field is changed.  See the note below from our sys admin team.

"Any new item in TFS is assigned a number (globally unique to all items in TFS).  When we sort our backlog to prioritize deployments based on date, it changes that global number.  Since this satisfies the email alert condition that an item has ‘changed,’ it sends an email."

Is it possible to prevent alerts from being sent if only the Stack Rank field is changed?  Is there something else I'm missing here?

Thanks.


On MTM Test Manager Version 2012 TFS Ultimate " Application detected and unexpected Fault." The given Key was not present in the dictionary

$
0
0

Steps Taken> Testing Center

Plan > Contents

Test Plan >

Select Results > unable to acces the menu and the above error is displayed.

"Compare Schema" is that a Professional or Premium Feature in VS 2010?

$
0
0
My boss has a "Compare Schema" option with VS 2010/TFS that is really neat.   You don't even have to load the database into TFS and it will compare two database, even on different servers, and tell you what the differences are.  I don't have this feature and I have VS 2010 Professional.   My boss has VS 2010 Premium.   So is this a Profession/Premium difference or do I need to install some sort of database add on to Visual Studio?   I just don't want to uninstall my VS 2010 Professional unless I'm sure that will get me where I want to be with this "Compare Schema" option.

Adding bugs under Tasks?

$
0
0

We have TFS setup using SCRUM templates, but would like to be able to include bugs into our planning and burndown, basically as a part of tasks. I'm new to TFS, but unfortunately we no longer have a TFS guru on staff, so I'm learning as I go here.  I've tried following MSDN instructions for modifying the templates, but keep getting errors that Bugs can't be included in 2 portfolios and other issues.  Below, I have copied and pasted the categories and processconfiguration XML for your review.  Any help is greatly appreciated.

<?xml version="1.0" encoding="utf-8"?>
<cat:CATEGORIES xmlns:cat="http://schemas.microsoft.com/VisualStudio/2008/workitemtracking/categories">
  <CATEGORY refname="Microsoft.BugCategory" name="Bug Category">
    <DEFAULTWORKITEMTYPE name="Bug" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.CodeReviewRequestCategory" name="Code Review Request Category">
    <DEFAULTWORKITEMTYPE name="Code Review Request" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.CodeReviewResponseCategory" name="Code Review Response Category">
    <DEFAULTWORKITEMTYPE name="Code Review Response" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.FeatureCategory" name="Feature Category">
    <DEFAULTWORKITEMTYPE name="Feature" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.FeedbackRequestCategory" name="Feedback Request Category">
    <DEFAULTWORKITEMTYPE name="Feedback Request" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.FeedbackResponseCategory" name="Feedback Response Category">
    <DEFAULTWORKITEMTYPE name="Feedback Response" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.HiddenCategory" name="Hidden Types Category">
    <DEFAULTWORKITEMTYPE name="Code Review Request" />
    <WORKITEMTYPE name="Code Review Response" />
    <WORKITEMTYPE name="Feedback Request" />
    <WORKITEMTYPE name="Feedback Response" />
    <WORKITEMTYPE name="Shared Steps" />
    <WORKITEMTYPE name="Shared Parameter" />
    <WORKITEMTYPE name="Test Plan" />
    <WORKITEMTYPE name="Test Suite" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.RequirementCategory" name="Requirement Category">
    <DEFAULTWORKITEMTYPE name="Product Backlog Item" />
    <WORKITEMTYPE name="Bug" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.SharedParameterCategory" name="Shared Parameter Category">
    <DEFAULTWORKITEMTYPE name="Shared Parameter" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.SharedStepCategory" name="Shared Step Category">
    <DEFAULTWORKITEMTYPE name="Shared Steps" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.TaskCategory" name="Task Category">
    <DEFAULTWORKITEMTYPE name="Task" />
    <!--<WORKITEMTYPE name="Bug" />-->
  </CATEGORY>
  <CATEGORY refname="Microsoft.TestCaseCategory" name="Test Case Category">
    <DEFAULTWORKITEMTYPE name="Test Case" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.TestPlanCategory" name="Test Plan Category">
    <DEFAULTWORKITEMTYPE name="Test Plan" />
  </CATEGORY>
  <CATEGORY refname="Microsoft.TestSuiteCategory" name="Test Suite Category">
    <DEFAULTWORKITEMTYPE name="Test Suite" />
  </CATEGORY>
</cat:CATEGORIES>

<?xml version="1.0" encoding="utf-8"?>
<ProjectProcessConfiguration>
  <BugWorkItems category="Microsoft.BugCategory" pluralName="Bugs" singularName="Bug">
    <States>
      <State type="Proposed" value="New" />
      <State type="Proposed" value="Approved" />
      <State type="InProgress" value="Committed" />
      <State type="Complete" value="Done" />
    </States>
  </BugWorkItems>
  <FeedbackRequestWorkItems category="Microsoft.FeedbackRequestCategory" pluralName="Feedback Requests" singularName="Feedback Request">
    <States>
      <State type="InProgress" value="Active" />
      <State type="Complete" value="Closed" />
    </States>
  </FeedbackRequestWorkItems>
  <FeedbackResponseWorkItems category="Microsoft.FeedbackResponseCategory" pluralName="Feedback Responses" singularName="Feedback Response">
    <States>
      <State type="InProgress" value="Active" />
      <State type="Complete" value="Closed" />
    </States>
  </FeedbackResponseWorkItems>
  <PortfolioBacklogs>
    <PortfolioBacklog category="Microsoft.FeatureCategory" pluralName="Features" singularName="Feature">
      <AddPanel>
        <Fields>
          <Field refname="System.Title" />
        </Fields>
      </AddPanel>
      <Columns>
        <Column width="100" refname="System.WorkItemType" />
        <Column width="400" refname="System.Title" />
        <Column width="100" refname="System.State" />
        <Column width="50" refname="Microsoft.VSTS.Common.BusinessValue" />
        <Column width="200" refname="System.Tags" />
      </Columns>
      <States>
        <State type="Proposed" value="New" />
        <State type="InProgress" value="In Progress" />
        <State type="Complete" value="Done" />
      </States>
    </PortfolioBacklog>
  </PortfolioBacklogs>
  <RequirementBacklog category="Microsoft.RequirementCategory" parent="Microsoft.FeatureCategory" pluralName="Backlog items" singularName="Backlog item">
    <AddPanel>
      <Fields>
        <Field refname="System.Title" />
      </Fields>
    </AddPanel>
    <Columns>
      <Column width="100" refname="System.WorkItemType" />
      <Column width="400" refname="System.Title" />
      <Column width="100" refname="System.State" />
      <Column width="50" refname="Microsoft.VSTS.Scheduling.Effort" />
      <Column width="200" refname="System.IterationPath" />
      <Column width="200" refname="System.Tags" />
    </Columns>
    <States>
      <State type="Proposed" value="New" />
      <State type="Proposed" value="Approved" />
      <State type="InProgress" value="Committed" />
      <State type="Complete" value="Done" />
    </States>
  </RequirementBacklog>
  <TaskBacklog category="Microsoft.TaskCategory" parent="Microsoft.RequirementCategory" pluralName="Tasks" singularName="Task">
    <AddPanel>
      <Fields>
        <Field refname="System.Title" />
      </Fields>
    </AddPanel>
    <Columns>
      <Column width="400" refname="System.Title" />
      <Column width="100" refname="System.State" />
      <Column width="100" refname="System.AssignedTo" />
      <Column width="50" refname="Microsoft.VSTS.Scheduling.RemainingWork" />
    </Columns>
    <States>
      <State type="Proposed" value="To Do" />
      <State type="InProgress" value="In Progress" />
      <State type="Complete" value="Done" />
    </States>
  </TaskBacklog>
  <TypeFields>
    <TypeField refname="Microsoft.VSTS.Common.Activity" type="Activity" />
    <TypeField refname="Microsoft.VSTS.Common.BacklogPriority" type="Order" />
    <TypeField refname="Microsoft.VSTS.Feedback.ApplicationLaunchInstructions" type="ApplicationLaunchInstructions" />
    <TypeField refname="Microsoft.VSTS.Feedback.ApplicationStartInformation" type="ApplicationStartInformation" />
    <TypeField refname="Microsoft.VSTS.Feedback.ApplicationType" type="ApplicationType">
      <TypeFieldValues>
        <TypeFieldValue type="ClientApp" value="Client application" />
        <TypeFieldValue type="RemoteMachine" value="Remote machine" />
        <TypeFieldValue type="WebApp" value="Web application" />
      </TypeFieldValues>
    </TypeField>
    <TypeField refname="Microsoft.VSTS.Scheduling.Effort" type="Effort" />
    <TypeField format="{0} h" refname="Microsoft.VSTS.Scheduling.RemainingWork" type="RemainingWork" />
    <TypeField refname="System.AreaPath" type="Team" />
  </TypeFields>
  <Weekends>
    <DayOfWeek>Sunday</DayOfWeek>
    <DayOfWeek>Saturday</DayOfWeek>
  </Weekends>
  <WorkItemColors>
    <WorkItemColor primary="FFCC293D" secondary="FFFAEAE5" name="Bug" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Code Review Request" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Code Review Response" />
    <WorkItemColor primary="FF773B93" secondary="FFEEE2F2" name="Feature" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Feedback Request" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Feedback Response" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Impediment" />
    <WorkItemColor primary="FF009CCC" secondary="FFD6ECF2" name="Product Backlog Item" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Shared Parameter" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Shared Steps" />
    <WorkItemColor primary="FFF2CB1D" secondary="FFF6F5D2" name="Task" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Test Case" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Test Plan" />
    <WorkItemColor primary="FFFF9D00" secondary="FFFCEECF" name="Test Suite" />
  </WorkItemColors>
</ProjectProcessConfiguration>

TFS and Expired MSDN Subscription

$
0
0

Hi,

When you purchase Visual Studio with MSDN, you get a TFS cal.

When your MSDN subscription expires, you have a perpetual license for the software you downloaded from MSDN.

My question is:

Does the TFS cal require an active MSDN subscription to be valid or does it fall under the "perpetual licensing" and the user can keep connecting to TFS with their Visual Studio?

Thanks,

Valéry Raulet

Project Admin & Contributor cource code access control

$
0
0

I am setting up access control on a TFS 2013.2 TFSVC project

To deny access by default I added the Contributors group in the root of the source tree and set all permissions to deny, then on individual source folders I set the permissions for specific groups. So far so good, members of those groups can see the code I want them too and only that code.

The problem is for project admins.

All teams are members of the contributors group so that they get team functionality such as team email alerts. If someone in the Project Admin VSO group is added to a team they therefore become part of the contributors group due to inheritence and their code access to the top of the source tree is denied by default.

Is it so that project admins canot be members of teams? This would be a problem because often the project admins also are the leads who define and administer the teams in TFS. If no-one is able to see the top of the source tree, whould be able to create a new sub-folder?

Viewing all 6687 articles
Browse latest View live


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