Question

When I follow instructions to find a shelveset, I'm given a list of all my personal shelvesets. But what I want is to view and unshelve from another user's selection. Other developers can simply change the user to whoever they want. No such option exists for me.

I've told my TFS admin about this issue. The response I got was that "We haven’t locked anything down, you should be able to view others' shelvesets." Nevertheless, I can't see others' shelvesets.

What could be causing this? What specific issue or permission(s) should the TFS admin check to confirm "we havn't locked anything down?"

Was it helpful?

Solution 2

You should be able to simply type in a different user name in the Find Shelvesets window and hit Enter (if that's not working whats the error message):

enter image description here

OTHER TIPS

I also had this issue, and typing in other names didn't yield any results.

Instead I found that if I search for * then I can see all shelfsets and their name, and I can hover over the name to see the owner.

Using star to view all shelfsets

There is a UserVoice idea for improvements to the Visual Studio Find Shelvesets Search box UI. Suggest you up vote that idea and add a comment regarding your specific issue. That might get some action from Microsoft.

In my current project environment (VS2015/TFS2013) you have to provide an exact user/AD account name. If you try a partial name you get an error msg

Could not retrieve shelvesets: TF14045: The identity calvert is not a recognized identity.

A wildcard character * works but generates too many results and you can't filter them.

The wildcard does not work when ot combined with a fragment; "calvert*" gives an error msg

Could not retrieve shelvesets: TF10131: The shelveset name calvert* contains more than 64 characters, contains one of the following characters: "/:<>\|*?; or ends with a space. Type a valid name and try again.

All in all a poor experience.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top