Grant access to single Jira project that uses a shared permission scheme
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Some Jira instances use as few permission schemes as possible to reduce administrative complexity.
Sometimes, your Jira projects share a permission scheme, but you need certain users to work on one of those projects and not the others.
Solution
Use project roles to assign permissions isolated to one project
Prerequisites
Let's say there are two projects that share a permission scheme:
Project Alpha
Project Gamma
You need some users to be able to work in Project Gamma without being able to access work items in Project Alpha.
We'll accomplish this by creating project roles, associating permissions to those roles, and adding the relevant users to those roles in Project Gamma only.
The permissions associated with the role won't carry over to Project Alpha unless users are also added to the same role in Project Alpha manually.
Create project role(s)
If you don't already have the roles you'd like to use in your projects:
Navigate to ⚙️Settings > System
Under SECURITY, select Project roles
The Project Role Browser displays, which contains a list of all the project roles in your Jira site
Under Add Project Role at the bottom of the page, enter your desired role's name and a description
Select Add Project Role
Grant permissions to project role(s) in your shared permission scheme
Navigate to ⚙️Settings > Issues
Select Permission schemes in the navigation sidebar
Find your shared permission scheme in the list and select Permissions
For all of the relevant permissions, click Update and add the project role of your choice
For detailed descriptions of what each permission does, please refer to Permissions for company-managed projects
Add selected users to the project role(s)
Navigate to Project Gamma
Select Project Settings > People
Choose Add people
Search for the relevant users and choose the project role that was granted permissions
Select Add
Now, the users you've chosen will have permissions in Project Gamma only. Even though the project role and associated permissions exist in Project Alpha, users will not have those permissions until they are specifically added to the project role.
Was this helpful?