Members
The Members tab shows everyone with access to the project.Member information
| Column | Description |
|---|---|
| User | Member’s email with role badge (Admin if applicable) |
| Groups | Permission groups the member belongs to |
| Actions | Edit membership or remove from project |
Inviting members
Add organization users to your project:- Click “Invite member”
- Select users from the dropdown
- Optionally assign to one or more groups
- Check “Admin” to grant full project access
- Click Invite
Project admins
Members with the Admin flag have full access to the project, including:- All permissions regardless of group membership
- Ability to manage other members and groups
- Access to all project settings
Removing members
Click the remove action next to any member to revoke their project access. This doesn’t affect their organization membership.Groups
Groups bundle permissions together for easier management. Assign members to groups instead of managing individual permissions.Creating a group
- Go to the Groups tab
- Click “Create”
- Enter name and description
- Select permissions from the tree
- Configure file permissions (optional)
- Click Create
Group properties
| Property | Description |
|---|---|
| Name | Group identifier |
| Description | Purpose of the group |
| Permissions | Selected capabilities |
| File Permissions | Path-based access rules |
Permission categories
Select permissions from these categories:| Category | Available permissions |
|---|---|
| Project Manage | Members, groups, tokens, approvers, configuration |
| Documents (v1) | Full, Edit Content, View Content, Edit View |
| Branches (v2) | Create, Merge, Delete |
| Releases | Manage, Deploy, Delete |
| Environments | Manage, Delete |
File permissions
Add granular access rules for specific files or folders. Configuration:| Field | Options |
|---|---|
| Effect | Allow or Deny |
| Patterns | Glob patterns matching files |
| Actions | Visible, Modify, Write (create/update), Delete |
| Pattern | Matches |
|---|---|
** | All files in the project |
folder/* | Files directly in folder |
folder/** | All files in folder and subfolders |
pricing/* | All files in the pricing folder |
*.json | All JSON files |