How do I manage acces to two seperate projects, where Project A can be browsed by all users and Project B can only be viewed by a subbset of users?
With permission schemes, as per the documentation - http://confluence.atlassian.com/display/JIRA/Managing+Project+Permissions
You need some way to identify the subset of users (groups or roles) and you will need two permission schemes if you use groups to do it (one naming the group with "browse" permission and the other one not. If you use roles, you only need one scheme)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.