# Transfer Assignment Ownership

In some cases, a labeler may leave a project or become unavailable before completing their assignment. Instead of adding a new labeler who has to start from scratch, you can transfer assignment ownership so another labeler can continue the work from where it was left off.

{% hint style="info" %}
This feature is available only in team workspaces and is disabled by default. Reach out to **<support@datasaur.ai>** if your team needs this feature.
{% endhint %}

## Transfer assignment

{% hint style="info" %}
You cannot transfer an assignment to a member who was previously assigned to the project and then unassigned.
{% endhint %}

In a project, go to **File > Settings > Assignment** to manage assignments. Only workspace admins can update project assignments.

![](/files/UcseDZ40VPaPUKuE2xH7)

If assignment transfer is enabled, an additional column, **Transfer work to**, appears.

* Only labeler work can be transferred.
* Eligible roles: **Labeler** and **Labeler & Reviewer**.
* Reviewer assignments do not require transfer. Reviewers share the same work, so assigning a new reviewer allows them to continue progress immediately.

## Limitation

Transferring work may affect analytics, especially inter-annotator agreement ([IAA](/workspace-management/analytics/inter-annotator-agreement.md)). Label ownership is derived from document ownership, so after a transfer, labels created by the previous labeler are attributed to the new labeler. An info icon appears next to the labeler name to indicate that a transfer has occurred.

<figure><img src="/files/TefG8hUj8JFcDEcawXSt" alt=""><figcaption></figcaption></figure>

This can affect IAA results because agreement is calculated between labelers. When labelers do not work on the same document from start to finish due to transfers, the results may be skewed.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasaur.ai/workspace-management/project-management/transfer-assignment-ownership.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
