Skip to content

Allow deleting a team / a project from the admin panel #8523

Open
@jankeromnes

Description

@jankeromnes

It would be useful to be able to delete a team or a project from the admin panel.

Deleting a team should also chain-delete every owned resource (like projects).


To illustrate one use case: There are currently 128 undeleted teams without any members in our DB:

mysql> SELECT id, name FROM d_b_team where id not in (select distinct teamId from d_b_team_membership) and markedDeleted = 0;

These member-less teams also have some projects associated to them, thus preventing these projects from being added by other users.

To "free up" these projects, it would be useful to be able to click on "Delete" on a member-less team in the admin panel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions