Welcome to MSDN Blogs Sign in | Join | Help

Updates to Team System Web Access

A few days ago we released a couple of Community Technology Previews (CTPs) for the next release of Team System Web Access.  They include a set of new enhancements for the existing Team System Web Access UI and the promised additional capability to supplement the new TFS 2008 licensing policy that enables limited TFS access for the purpose of "filing a bug" without having a Client Access License (CAL).  You can read more about the licensing change in this post.  The new feature is tentatively being called "Work Item Web Access" - We'll see if it sticks by the time we ship it :)

You can download the CTPs here:

Download the CTP for TSWA 2008 update

Download the CTP for WIWA 2008

We are targeting releasing both of the updates with our Power Tool release coming this summer.  Please don't confuse these with the VS/VSTS/TFS 2008 SP1 release that is also in progress.  The development and release cycles for these is completely separate.  These are on our Power Tool ship cycle (which is roughly every 3 months).

 

New features in TSWA

Single instance with multiple languages - A single instance of TSWA now supports multiple languages. By default, the UI language is based on the user's browser settings (accept-language header). The UI language can be overwritten in profile settings. In total, 9 languages are available: ENU, CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR. Please note that the CTP release doesn’t have all the resources localized completely yet.

Direct links to new work items with initial values - Adding a capability someone similar to the work item templates feature in the TFS Power Tools Visual Studio UI, you can now use links to create new work items and pre-populate fields with specified values.  For example,

http://<server>/wi.aspx?pname=MyProject&wit=Bug&[Title]=Bug Bash&[AssignedTo]=Hakan Eskici&[Iteration Path]=MyProject\Iteration2&[FoundIn]=9.0.30304

will open a new work item editor window with the following initial values:

    • Team Project = MyProject
    • Work Item Type = Bug
    • Title = Bug Bash
    • Assigned To = Hakan Eskici
    • Iteration Path = MyProject\Iteration2
    • Found in Build = 9.0.30304

Shelveset viewer - TSWA now enables searching for and displaying the contents of shelvesets.  Combined with the TSWA diff viewer, we've found this very useful for code reviews.

A list of shelvesets looks like this...

clip_image002

An individual shelveset looks like...

clip_image002[5]

Improved search support - Now it's even easier to search for work items with the advanced search syntax. Similar to Outlook search syntax, you can reference any work item field by either using the field name, or by using some shortcuts.  For example,

northwind a=@me s=resolved t=bug

searches for resolved bugs assigned to me which contain the word "northwind" in the Title or Description.

Share ad-hoc work item queries - Now you can share a work item query with someone with out saving it to a .wiq file and sending it to them for them to import into TFS.  Instead, you can encode the query in an url using the TFS work item query language.  For example:

/q.aspx?pname=MyProject&wiql=SELECT">http://<server>/q.aspx?pname=MyProject&wiql=SELECT ID, Title, State FROM WorkItems WHERE [Team Project]='MyProject' AND [Work Item Type]='Bug' AND [Found In]='9.0.30304'

You can read more about it and give feedback on Hakan's blog post.

 

The new Work Item Web Access feature

When we announced the new licensing policy for limited TFS access without a CAL, I promised that we would also be releasing some software to enable users to more easily understand when they are in compliance with the new licensing policy.  The new Work Item Web Access feature is the result of that promise.  It is a simplified web UI that enables you to create bug reports (or any other work item type), query for work items you have entered and update the status of work items you have entered.  The scenario we are attempting to enable is for application end users who would like to report a problem or request an improvement to do so without purchasing a TFS CAL.  Ultimately both this feature and the Team System Web Access feature will be integrated into the base Team Foundation Server installation but for now they are Power Tools.

Here's a screen shot of the "home page" for the work item web access feature:

WiwaHomePage

When a work item is viewed or edited, it looks just like as in Team System Web Access...

WiwaWorkItemEditor

You can read the spec for this new feature and you can provide feedback on our spec feedback forum.

These are going to be some great additions to our TFS web access capability.  We are taking the unusual step of releasing a CTP for a Power Tool release because these tools are so popular and we really want to make sure we get them right before we release them as "official" Power Tool Updates.

Please try them out and let us know what you think.

Brian

Published Tuesday, April 15, 2008 12:20 PM by bharry

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# New TFS Specs Available

Tuesday, April 15, 2008 12:38 PM by bharry's WebLog

We continue in our effort to publish specs for features that are under development very early in the

# New TFS Features

Wednesday, April 16, 2008 2:55 PM by Erics Blog

In Team Foundation Server 2008 there is a new licensing policy that enables limited TFS access so that

# re: Updates to Team System Web Access

Thursday, April 17, 2008 1:28 AM by Buck Hodges

# VSTS Links - 04/17/2008

Thursday, April 17, 2008 11:22 AM by Team System News

Brian Harry on Updates to Team System Web Access and New TFS Specs Available and April '08 DevDiv Dogfood...

# Team System Web Access の更新abc

Friday, June 27, 2008 1:47 AM by bharry's WebLog

数日前に、Team System Web Access の次期リリースのための Community Technology Preview (CTP) が 2 つリリースされました。どちらにも、既存の Team

# 新しい TFS 仕様が公開されましたabcdef

Friday, June 27, 2008 1:50 AM by bharry's WebLog

私たちは、皆さんのフィードバックを組み込むことができるように、コーディングの完了前であっても、開発中の機能の仕様をプロセスの初期段階で公開する努力を続けています。思っていたほどの数は公開されていませんが、引き続きチーム内でその重要性を強調しており、実際に機運が高まり始めています。私がサバティカル休暇をとっている間に、新しい仕様が

# July '08 TFS Power Tool Preview

Tuesday, July 08, 2008 10:12 AM by bharry's WebLog

We are approaching the release date of our next release of the Team Foundation Server Power Tools.&#160;

# Team System Web Access update released!

Tuesday, September 02, 2008 7:20 AM by bharry's WebLog

On Saturday, we released an updated version of Team System Web Access. You will find the download here:

# HOW TO: Link directly to TSWA (2008 or 2010 Beta1) work items or queries

Thursday, May 28, 2009 5:47 PM by Ken O' Bonn

To link directly to work items or to run queries in TSWA (Team System Web Access, a component of Team

# re: Updates to Team System Web Access

Monday, June 08, 2009 5:30 PM by Ian

I'm just getting into TFS 2008 and was wondering if the Web Access feature could be used for customers to report bugs ("Incidents" more correctly as we are going the ITIL route) and if so can the interface they use be tailored for industry specific data that needs to be captured and attachments?

# re: Updates to Team System Web Access

Tuesday, June 09, 2009 9:16 AM by bharry

Yes, it can be used for that.  You'll need to make sure you understand the licensing implications.  No, the interface is not very customizable.  If you don't want basically what it provides, you are better off building a custom web front-end app using our SDK.  This will get a little better in 2010 as we have componentized some of the TSWA features for use in other scenarios (like Sharepoint web parts).

Brian

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker