# Change Status for Projects and Tasks

**URL:** https://community.awork.com/t/change-status-for-projects-and-tasks/2422
**Category:** Developer Forum
**Created:** [4. Dezember 2024 um 09:03 UTC](https://community.awork.com/t/change-status-for-projects-and-tasks/2422 "2024-12-04T09:03:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tim.guersch](https://avatars.discourse-cdn.com/v4/letter/t/c0e974/32.png) [@tim.guersch](https://community.awork.com/u/tim.guersch)
#### Post date: [4. Dezember 2024 um 09:03 UTC](https://community.awork.com/t/change-status-for-projects-and-tasks/2422/1 "2024-12-04T09:03:18Z")

</div>

We have several projects/tasks in awork and the statuses in the projects/tasks are all called differently. For example, Project A is called Done and Project B is called Erledigt(Other Word for Done in German) and Project C is called Fertig(Other Word for Done in German) etc. We now have a fixed project template where we have assigned statuses and would like the same statuses to be maintained everywhere on the current projects. So that the status Id on the respective staties are also the same across the project. We need this for an API customisation.

---

<div class="post-metadata">

### Author: ![Sebastian](https://dub1.discourse-cdn.com/flex013/user_avatar/community.awork.com/sebastian/32/89_2.png) [@Sebastian](https://community.awork.com/u/Sebastian)
#### Post date: [4. Dezember 2024 um 10:55 UTC](https://community.awork.com/t/change-status-for-projects-and-tasks/2422/2 "2024-12-04T10:55:20Z")

</div>

Hi @tim.guersch. Task and project statuses are always unique to the project, so the id will always be different for each project. They have a `type` property though which could help you solve this. [Returns all project statuses. — awork API | Documentation](https://developers.awork.com/apiv1/project-statuses/returns-all-project-statuses)

If you have multiple statuses of the same type, e.g. `type: done`, you would have to use the order or name to uniquely identify the status.
