Is it possible to have an issues list in sharepoint where users can only see their assigned issues (and not others)?
I don't think it's possible, since I believe views cannot be permission based.
Update:
My security restraint has been relaxed after review, so I won't have to worry about the saavy user manipulating the url ids, etc. I just don't want the user to be able to see a view called "All Issues" in the drop down list. Somehow hide this view by obscurity. Ideally, the user would only see a view called "My Issues". However, I need an "All Issues" view for the contribute user to assign issues. The users being assigned issues only need read-access to their issues.
I was thinking of adding a "master" issues list where the contribute user would maintain and have a sync routine (that I've already written) that would sync all the items to another issues list that only exposes the "Assigned To equal to [Me]" view (default) or can this be done easier by just having one list and somehow hide the "All" view from regulars users or something? I don't want the user clicking "All Site Content" and selecting the list to find the "All" view.