/api/v2/folders/{id}/move

PATCH
Tasks • Folders

Move a folder

Description

Moves a folder — and all of its task lists and tasks — to a different project. Provide the target project_id.

When the target project uses a different workflow than the source, a map of workflow status IDs is required: keys are the source workflow's status IDs, values are the target workflow's status IDs. The map must cover every status in the source workflow.

Tasks are reassigned to the target project and their statuses remapped accordingly. Assignees and subscribers who are not members of the target project are removed from the moved tasks.

{
  "data": {
    "type": "folders",
    "attributes": {
      "project_id": 31055,
      "map": { "101": 205, "102": 206, "103": 207 }
    }
  }
}
Loading parameters…
Loading request bodies…
Loading responses…