Use groups for project access
Groups are the easiest way to keep project access maintainable. Add people to a group once, then grant that group access to the projects it owns or reviews.
You can create and maintain groups in Organisation Settings > Groups. Project group grants are supported by the backend, but the current project Members panel only exposes direct user grants. Use API/admin tooling for group grants until the project settings UI exposes them.
When to use a group
Use a group when:
- Several people need the same project access.
- Team membership changes over time.
- Onboarding should automatically give access to a set of projects.
- You want access to match real teams such as Engineering, Customer Success, Leadership, or Finance.
Use direct project grants for one-off exceptions.
Create a group
- Open Organisation Settings.
- Open Groups.
- Enter a clear group name.
- Add a short description when the purpose is not obvious.
- Create the group.
- Add members.
Good group names are boring and specific:
EngineeringCustomer SuccessLeadershipFinance ReviewProject Phoenix Delivery
Avoid vague names such as Special Access or Important People.
Add a person to a group
- Open Organisation Settings.
- Open Groups.
- Find the group.
- Add the person.
- Confirm the group member count changed.
- Tell the person which projects the group can access.
Group membership can grant access to several projects. Check the group purpose before adding someone.
Remove a person from a group
- Open Organisation Settings.
- Open Groups.
- Find the group.
- Remove the person.
- Review whether they also have direct project grants.
- Remove direct grants if they should no longer have access.
Removing someone from a group does not remove direct project grants.
Grant a group access to a project
- Create or update the group in Organisation Settings > Groups.
- Grant the group access through API/admin tooling.
- Choose the project role:
- Viewer for read-only stakeholders.
- Member for people who should edit tickets.
- Lead or Admin for project owners.
- Ask one group member to confirm they can access the project.
- Ask one non-group member to confirm they cannot access it if the project is restricted.
If you need to do this only through the current UI, add the same people directly in Project Settings > Members and choose the matching role.
Change a group's project role
- Update the group grant through API/admin tooling.
- Change the role.
- Tell the group what changed.
Changing a group role affects every member of that group.
Use groups for read-only stakeholders
- Create a stakeholder group, such as
Leadership Review. - Create the project as Restricted, or have an admin update an existing project through API/admin tooling.
- Grant
Leadership Reviewthe Viewer role through API/admin tooling. - Grant the delivery team the Member role.
- Grant project owners Lead or Admin.
This keeps stakeholders informed without letting them accidentally change tickets.
Keep groups clean
Review groups when:
- A person joins or leaves the organisation.
- A person changes teams.
- A customer project starts or ends.
- A project becomes sensitive.
- A group is used for more than one project.
For each group, check:
- Does the name still match the team?
- Are all members still correct?
- Does the group have access to the right projects?
- Is the group role too powerful anywhere?
Related guides: Control who can access a project, Review access before sensitive work, Onboard a workspace and teammates.