diff --git a/routers/api/v1/org/team.go b/routers/api/v1/org/team.go index 0e11acc901..6b0c91ef34 100644 --- a/routers/api/v1/org/team.go +++ b/routers/api/v1/org/team.go @@ -241,7 +241,7 @@ func CreateTeam(ctx *context.APIContext) { return } - apiTeam, err := convert.ToTeam(ctx, team) + apiTeam, err := convert.ToTeam(ctx, team, true) if err != nil { ctx.InternalServerError(err) return