How to filter out JIRA project that only certain users can see and access?

jira

Solution

Personally I'm all for project roles. I have a general permission scheme that allows all users/groups defined in project roles to browse the project, which leaves the project administrator/manager to define which groups can view their project. So by removing or adding jira-users (default group that a user would have to be a part of to even log into JIRA) to thier project's "users" project role, the project manager can control if all users can view their project or not.

Problem

Currently we have mutiple projects sharing a JIRA instances. We want to make it such that the users only view the projects that they are doing testing. But however we are currently groupging these users to the standard grouping jira-users. What is the best way to filter out JIRA project that only certain users can see and access

Original source