About teams
A team is your workspace in Complex QA. Each team has its own subdomain and isolated data (projects, cases, runs).
text
https://{team-slug}.webapp.complexqa.comYou need at least one team before you can manage test documentation.
Team fields
| Field | Description |
|---|---|
team_name | Display name (max 90 characters) |
team_slug | Subdomain identifier (max 90, unique) |
team_type | PERSONAL, ORGANIZATION, or SCHOOL |
team_status | PENDING, APPROVED, BANNED, FROZEN, TRIAL |
team_root_user_id | User who created the team |
team_country_code | Country code (default RU on create) |
During beta, new teams are created with status APPROVED. See Limits.
Team types
| Type | Typical use |
|---|---|
| PERSONAL | Individual or small solo workspace |
| ORGANIZATION | Company or product team |
| SCHOOL | Training or educational group |
Subdomain (slug) rules
The slug becomes part of your URL. It must be unique. Reserved or blocked fragments include (among others): admin, profile, team, cqa, support, manage, and certain country or politics-related strings.
Check availability with Is team slug available before create.
Membership
Users join a team as team members with:
- Status:
PENDING,ACCEPTED,BANNED,REJECTED - Role: team admin (
ADMINISTRATOR) or member (MEMBER)
The user who creates the team is added as ACCEPTED + team admin automatically. See Team admin role.
Creating a team
- Sign in on webapp.complexqa.com.
- Open Create team (
/web/en/team/createor equivalent in your locale). - Enter team name and choose a slug.
- Submit — you are redirected to
https://{slug}.webapp.complexqa.com.
Related
| Version | 1.0 |
| Last updated | 2026-06-06 |