Teams let you group organization members and control what they can do within specific projects. This is how you manage who can merge code, create projects, and access specific work.Documentation Index
Fetch the complete documentation index at: https://docs.codecobra.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create a team
Team permissions
Each team has four permission toggles that control what its members can do:| Permission | What it controls | Default |
|---|---|---|
| Merge to staging | Team members can merge task branches to staging branches for testing | Off |
| Merge to production | Team members can merge staging branches to production for deployment | Off |
| Create projects | Team members can create new projects within the organization | Off |
| Auto-add to new projects | The team is automatically assigned to any new project created in the organization | Off |
Example team configurations
Here are some common team setups:| Team name | Staging | Production | Create projects | Auto-add |
|---|---|---|---|---|
| Developers | Yes | No | No | Yes |
| Project leads | Yes | Yes | Yes | Yes |
| Stakeholders | No | No | No | Yes |
| Contractors | Yes | No | No | No |
Assign members to teams
To add organization members to a team:- Open the team
- Click Add Member
- Select members from the organization
Assign projects to teams
Teams control which projects Members can see. (Owners and admins always see everything.)- Open the team
- Go to the Projects section
- Assign or unassign projects
Organization owners and admins can always see all projects, regardless of team assignments. Team-based project visibility only applies to users with the Member role.
Set a default team
If you enable the Auto-add to new projects permission on a team, that team will automatically be assigned to any new project created in the organization. This is useful for teams that should always have access to everything — like a project leads team.Delete a team
To delete a team:- Open the team settings
- Click Delete Team
- Confirm the deletion
How permissions work together
Here’s a complete picture of how roles, teams, and permissions interact:- Role determines baseline access (Owner/Admin see everything; Member access is team-dependent)
- Team membership determines which projects a Member can see
- Team permissions determine what actions a Member can take (merge, create projects)
- Multiple teams combine — a member gets the union of all their teams’ permissions