1

I have users in the [Work Item Only View]. Is there a way to let them see all work items instead of just the items they submitted?

Edward Thomson
  • 74,857
  • 14
  • 158
  • 187
Toad
  • 115
  • 12

1 Answers1

3

No. The TFS work item only view is there only to allow you to enforce CAL licensing.

Work Item Only View allows any user, without a TFS Client Access License (CAL), to access TFS for the specific purpose of creating work items and viewing work items that they've created.

In order for users to see all work items, they will need a CAL. At that point, they should not be a user in Work Item Only View, you should just create a group that has the appropriate permissions to view work items.

Edward Thomson
  • 74,857
  • 14
  • 158
  • 187
  • Thanks Edward. After doing some more reading it all makes since. I'm just a little unsure on what would be the appropriate permissions for the new group. – Toad Feb 07 '12 at 15:05