Skip to content

Teams/ID/Clone fails to clone tabs #3812

@BenjaminInUt

Description

@BenjaminInUt

Using PS SDK or Graph explorer, the Teams clone function is not cloning Channel tabs. I'm able to see the tabs in the original, and I'm specifying that tabs should be cloned in the parameters, but only the default tabs appear in the cloned Team. (To clarify, this is NOT the known limitation of not configuring the tabs.)

The TEAM is created, and the owner is copied.

Graph URL: https://graph.microsoft.com/v1.0/teams/{TEAMID}/clone
Method: POST
Sample Body:
{
"displayName": "TEST 04/16 04:12:00 Team",
"description": "TEST 04/16 04:12:00 Team",
"mailNickname": "TEST 04/16 04:12:00 Team",
"partsToClone": "apps,tabs,settings,channels",
"visibility": "private"
}

Expected behavior
Channel Tabs should be copied (in an unconfigured state)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions