---
title: "Changes the project of the task list with the specified id."
method: POST
path: "/projects/{projectId}/tasklists/{taskListId}/changeproject"
tags: ["taskLists"]
---

# Changes the project of the task list with the specified id.

`POST /projects/{projectId}/tasklists/{taskListId}/changeproject`

This endpoint also moves all tasks and time entries to the new project.
            This will also change the tracked time sum of the old and new projects.
            The task status mapping will move all tasks of a certain status to the new provided status on the mapping.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Path parameters

- `projectId` string, uuid, required
- `taskListId` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- ChangeProjectFormForTaskLists
  - `projectId` string, uuid, required — The id of the project the list will be moved to.
  - `taskStatusMapping` TaskStatusMappingForm[], required — The task status mapping from old task status to new task status.
    - `oldStatusId` string, uuid, required — The old task status id.
    - `newStatusId` string, uuid, required — The new task status id.

## Response `204`

No Content

- object

---

[API](https://skmtc.dev/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.dev/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/revisions/a13e7c704262/schema)
