views:

379

answers:

1

We're using Team Foundation Server 2008 and we have a few users that do not have CALs but we'd like them to be able to enter their own work items and view them. We have the Team System Web Access installed and once the users are in the TFS Valid Users group they can get to the site. I've seen mention of a particular view at http://server:8090/wiwa that would restrict access to the appropriate level for the users that don't have CALs, but they get a page not found error if they try that.

I'm also trying to figure out what permissions I'll need to set on the TFS side to allow them create/edit their work items. In short, we are trying to comply with the licensing restrictions but doin so doesn't seem at all straight forward. If anyone has already been through this and could point me in the right direction, I'd very much appreciate it.

In the interim, I'll continue wading through the docs to see if there's some clear guidance hidden somewhere.

+1  A: 

WIWA is a separate web application that has only recently been packaged into the TSWA installer. Make sure you have the latest one. That's 2008 SP1 + this security patch.

Note that the security patch may break attachment downloads in WIWA. I'm not sure if the fix for the latter issue is available yet.

Once WIWA is working, anyone who uses that URL will only be able to create & edit their own work items. All you have to do is keep non-CAL users from accessing the main TSWA site.

Richard Berg