Browse by Tags
All Tags »
WorkItem Tracking »
Work Items (
RSS)
Couple of days ago Brian Harry post about the new release of Update 2 for Visual Studio and TFS 2012, and today another release of Update 3 that isn’t big a Update 1 and 2 but contains a set of bug fixes that can ease you work. Before jumping to Update 3, if for some reason you’re not using Update 2 this is the time to read about it and install it! Update 2 VS/TFS 2012.2 (Update 2) Visual Studio 2012 Update 2 (VS 2012.2) ISOs available Team Explorer Everywhere 2012 Update 2 Update 3 – CTP Visual...
אחד השינויים ב – TFS 11 מאפשר לנו להגדיר קבוצות פיתוח והגדרה של סבבי פיתוח עם תאריך התחלה וסיום (Sprint, Iteration וכו). כאשר מתחילים לתכנן סבב פיתוח נראה חישוב של סה”כ ימי העבודה בסבב הנוכחי, אך סה”כ הימים לא יסתדר לכם כי הוא מחשב שיום ראשון אינו יום עבודה. זאת שאלה שאני מקבל מהרבה לקוחות – איך אני משנה את תצוגת ה – Backlog שתתאים לימי המנוחה בארץ (שישי ושבת ולא שבת וראשון). לדוגמא – אם הגדרנו סבב פיתוח מה – 3 לפברואר עד ה – 14 לפברואר – מדובר על 12 ימים סה”כ ו- 10 ימי פיתוח אבל אנחנו נראה...
It’s been a while since I wrote about TFS API, not because there is no more about it is because I worked on Windows Store for the past couple of months so I didn’t had the time. More About TFS API So today post will be about two changes in TFS 2012, the first one is WorkItemControl based on WPF that replaced the WorkItemFormControl based on WinForms, the second will be about WorkItemStore bypass rule – Allowing you to save and change work item values without obeying the work item rules. Download...
Tweet I consider myself a calm person with plenty of tolerance, I believe in productive discussion and love it – Part of my job as a consultant is to talk with Teams and explain them why you should choose a specific product over another, in 99.9% of those meetings there is one guy that don’t like the change (No One Like Changes) and you need in a calm way to explain and show him the benefits of the new tool – Forcing someone to do something is never a good thing. But sometimes there is no wining...
Tweet Today I got a interesting questions from a customer – How I can force format to a version field? I said cool finally I can use the MATCH Element (Work Item Type Definition Schema) to set a regex for System.Title field, The MATCH rule doesn't support full regular expressions , but a simplified version. <MATCH pattern="pattern to match" for="user name" not="user name" /> Enforces basic pattern matching for strings only. <pattern> should be replaced...
CodeProject Here is a post from 2008 on how to change attachment size in TFS 2008 , the same concept is available in 2010 but there is a small confusion about 2010. Many people had problems changing the attachment size in TFS 2010 using the same web service because the following error: 500 Internal Server Error There where people who changes the attachment size using code: TeamFoundationServer tfs = TeamFoundationServerFactory .GetServer( @"yourtfsserver/.../DefaultCollection" ); ITeamFoundationRegistry...
Work Item Spell Checker Custom Control for VS 2010 A long time ago I published a free Work Item Custom Control for Visual Studio 2005/2008 to allow using Spell Check on work item fields. Since Visual Studio 2010 comes with Spell Checker ability I left this project behind, over the last couple of months I got lots of requests from people to adjust this Control to 2010, Today I got a request from a customer that really needs it so here you go. Follow the link below, download the setup file and install...
Microsoft Open Day–Testing in Visual Studio 2010 Two days a ago I had the honor to give 4 hours lecture on Testing using Visual Studio 2010 in Microsoft Israel for more than 100 people about the entire suite for Testers in Visual Studio 2010, This wasn’t just another overview session but hand zone session on each subject: Microsoft Test Manager – Read More Lab Management– Read More Unit Tests – Read More Web Tests - Read More Load Test – Read More Coded UI Test – Read More You can download...
Team Foundation Server 2010 and Project Server Integration Feature Pack is now in Beta We at Sela Group already working with a customer working with TFS-PS Feature Pack CTP for Integration between TFS 2010 and Project Server 2010, now all customers can get this support as “Go Live” Beta. I’ve post about VS/TFS 2010 SP1 Beta has Released and Here is another great news from Brian Harry for TFS 2010 and Project Server Users: The TFS-PS Feature Pack is being released to MSDN subscribers today as a “go...
TFS API Part 31 – Working With Queries – Part 2 In my last post TFS API Part 30 – Working With Queries I demonstrate a simple API example for getting Queries from TFS 2010, in this sample I’ll show how to run Queries and display the results, Deleting and Creating new Folder using TFS API. Download Demo Project Step 1: Add Results Using WorkItemStore object and call the Query method you can set the results directly to DataGrid. void item_MouseDoubleClick( object sender, MouseButtonEventArgs e) { ...
TFS API Part 30 – Working With Queries TFS 2010 comes with new abilities for Queries that allows you to define Hierarchy and Direct Links (Read More - Work Item Relations (Visual) ). This is the first post on that subject and this will show how to interact with TFS 2010 Queries – Filter, View and Create New using TFS 2010 API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: using Microsoft.TeamFoundation.Client; using...
TFS API Part 24 – Get All Fields From TFS I got an email regarding previous post ( TFS API Part 6: WorkItemStore - Get Fields From WorkItemType ) how to get Fields without regard to Work Item Type? This is very easy using Team System API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: Microsoft.TeamFoundation.WorkItemTracking.Client.dll (C:\Program Files (x86)\Microsoft Visual Studio 10.0...
TFS API Part 23 – Create Global List (Xml Way) Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: Microsoft.TeamFoundation.WorkItemTracking.Client.dll (C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.TeamFoundation.WorkItemTracking.Client.dll) Microsoft.TeamFoundation.Client.dll (C:\Program Files (x86)\Microsoft Visual...
Microsoft Acquires Teamprise Assets “ Customers with Visual Studio 2010 Ultimate with MSDN also will receive the Teamprise Client Suite technology as part of their original subscription purchase. ” Microsoft Press Release - http://www.microsoft.com/presspass/press/2009/nov09/11-09TeamprisePR.mspx?rss_fdn=Press%20Releases Team Foundation Server, in combination with the Teamprise Client Suite technologies, will enable developers to use a single tool to overcome core development challenges, including...
VSTS 2010 – Work Item Relations (Visual) This is probably one of the biggest features coming in VSTS 2010 – Work Item Relations (Links). In VSTS 2008 I wrote couple of custom control to manage the relations between work item Example: Work Item Relation - Custom Control , but VSTS 2010 gives as this feature. Visual Relation is important and most in each development team, looking at work items and see the relations between those work items is a gift. So looking at team system Queries you will see a...
More Posts
Next page »