Grant Access to a Jira Cloud Project Using a Shared Permission Scheme
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Learn how to grant access to specific users for a single Jira project using a shared permission scheme to simplify administration.
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 with those roles, and adding the relevant users to those roles in Project Gamma only.
The permissions associated with the role will not carry over to Project Alpha unless users are also manually added to the same role in Project Alpha.
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 the name and description of your desired role.
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?