shai_rai

Stories submitted by shai_rai

Wit-It! – Outlook Add-in for TFS Work Item Alerts(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

After a small talk with Guy Burstein he comes up with a Great Idea : use outlook form region to show Work Item from Team System. Then I remembered that working with Event Email in Team System are so irritating. You can customize Event Emails to work with Team System Web Access but then you can’t open the work item in XML (sometimes you may need it) But then I noticed that not everyone have TSWA and even this sometimes can be irritating(slow, new look), so why not to open a Work Item Form? It’s fast, familiar or why not have all the options?? Thanks to Guy Burstein now the solution to our problem is HERE! Wit-It! Wit-It! allows you to open work items in various ways without customizing team system event subscription. Window Form – just like you’d see in Team Explorer XML Team System Web Access Wit-It! will automatically detect which emails comes from TFS and will show you the Wit-It! panel. read more...

add a comment |category: |Views: 139

tags: another

TFS API Part 15: Import Work Item Definition + Validation(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

In my last post TFS API Part 14: Export Work Item Definition we saw how to export specific work item definition from TFS. In this post I’ll show how to import the work item definition to TFS and how to validate the definition. read more...

add a comment |category: |Views: 178

tags: another

TFS API Part 11: Get Area/Iteration Security Settings Using IAuthoriza(beta.blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 11: Get Area/Iteration Security Settings Using IAuthorizationService In the previous post TFS API Part 9: Get Area/Iteration Programmatically I talked about how to get Area/Iteration nodes from TFS. In this post I’ll show to get Area/Iteration security settings using TFS IAuthorizationService. Download Demo First add reference for Microsoft.TeamFoundation, Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Common.dll,Microsoft.TeamFoundation.WorkItemTracking.Client.dll... read more...

add a comment |category: |Views: 137

tags: another

TFS API Part 12: Set Security For Area/Iteration(beta.blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 12: Set Security For Area/Iteration In the previous post I’ve talked about Download Demo First add reference for Microsoft.TeamFoundation, Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Common.dll,Microsoft.TeamFoundation.WorkItemTracking.Client.dll located in - C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\ Add using for: using Microsoft.TeamFoundation.Proxy; using Microsoft.TeamFoundation.Server; using Microsoft.TeamFoundation.Client; ... read more...

add a comment |category: |Views: 83

tags: another

TFS API Part 13: More About Connecting TFS (Custom Credentials, Prompt(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

Connecting TFS (Custom Credentials, Prompt) I got many request regarding TFS Connection, How to connect TFS with... read more...

add a comment |category: |Views: 77

tags: another

TFS API Part 14: Export Work Item Definition(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 14: Export Work Item Definition In this post I’ll show how to Export work item definition using TFS API. This action can be used... read more...

add a comment |category: |Views: 93

tags: another

How To: Disable the Team Members Feature(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

If you installed TFS Power Tools 2008 you will see couple of new features. One of the features called – "Team Members" that allows you to collaborate with your team even better. One of the features is integration with instant messaging that allows you to see presence, IM, video, audio, etc from inside Team Explorer. You can read more about the feature here:http://blogs.msdn.com/bharry/archive/2008/10/01/preview-of-the-next-tfs-power-tools-release.aspx. read more...

add a comment |category: |Views: 16

tags: another

TFS API Part 6: WorkItemStore - Get Fields From WorkItemType(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 6: WorkItemStore - Get Fields From WorkItemType In TFS API Part 5: WorkItemStore - Get Project Details (WorkItemTypes, Queries) we use WorkItemStore to get all work item type from TFS. In this post I’ll show how to take all fields for a specific Work Type. First add reference for Microsoft.TeamFoundation, Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Common.dll,Microsoft.TeamFoundation.WorkItemTracking.Client.dll located in - C:\Program Files\Microsoft Visual Studio 9.0\Common7... read more...

add a comment |category: |Views: 235

tags: another

TFS API Part 7: Use IEventService To Get User Event Subscriptions(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 7: Use IEventService To Get User Event Subscriptions Over the previous posts I talked about Connecting TFS and Working with WorkItemStore. The following posts will about about more advanced and interesting subjects In this post I’ll show how to use IEventService to get user subscription from tfs . We going to build a WPF application that will collect all users in TFS and show Event Subscriptions for each user. Download Demo First add reference for Microsoft.TeamFoundation, Microsoft... read more...

add a comment |category: |Views: 195

tags: another

TFS API Part 8: Subscribe/Unsubscribe Events Using IEventService(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 8: Subscribe/Unsubscribe Events Using IEventService In the last post I wrote about TFS API Part 7: Use IEventService To Get User Event Subscriptions . In this post I’ll show you have to user IEventService to Subscribe new Events and Unsubscribe existingEvents. First add reference for Microsoft.TeamFoundation, Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Common.dll,Microsoft.TeamFoundation.WorkItemTracking.Client.dll located in - C:\Program Files\Microsoft Visual Studio 9... read more...

add a comment |category: |Views: 134

tags: another

TFS API Part 9: Get Area/Iteration Programmatically(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 9: Get Area/Iteration Programmatically Over the last posts I talked about TFS API Part 7: Use IEventService To Get User Event Subscriptions... read more...

add a comment |category: |Views: 169

tags: another

TFS API Part 10: Add Area/Iteration Programmatically(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 3 months ago

TFS API Part 10: Add Area/Iteration Programmatically In my last post I talk about TFS API Part 9: Get Area/Iteration Programmatically . In this... read more...

add a comment |category: |Views: 182

tags: another

IWin32Window Owner For WPF Window(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 4 months ago

IWin32Window Owner For WPF Window I wrote a Word Plugin in WPF, when raise the window with ShowDialog it’s seems that all Word instances... read more...

add a comment |category: |Views: 119

tags: another

TFS API Part 5: WorkItemStore - Get Project Details (WorkItemTypes, Qu(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 4 months ago

TFS API Part 5: WorkItemStore - Get Project Details (WorkItemTypes, Queries) In TFS API Part 3: Get Project List Using ICommonStructureService... read more...

add a comment |category: |Views: 193

tags: another

TFS API Part 4: Get TFS User List (Mail, Sid, Account, Domain)(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 4 months ago

TFS API Part 4: Get TFS User List (Mail, Sid, Account, Domain) In my previous posts TFS API Part 2: Domain Picker Using Registered Servers (Cache... read more...

add a comment |category: |Views: 214

tags: another

TFS API Part 3: Get Project List Using ICommonStructureService(blogs.microsoft.co.il)

submitted by shai_raishai_rai(185) 3 years, 4 months ago

TFS API Part 3: Get Project List Using ICommonStructureService In the first post about TFS API Part 1: Domain Picker we saw how to take TFS projects... read more...

add a comment |category: |Views: 207

tags: another