---
title: "Assign field configuration scheme to project"
method: PUT
path: "/rest/api/3/fieldconfigurationscheme/project"
tags: ["Issue field configurations"]
deprecated: true
---

# Assign field configuration scheme to project

`PUT /rest/api/3/fieldconfigurationscheme/project`

> **Deprecated.**

Deprecated, use [ Field schemes](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-field-schemes/#api-group-field-schemes) which supports field association schemes.

Assigns a field configuration scheme to a project. If the field configuration scheme ID is `null`, the operation assigns the default field configuration scheme.

Field configuration schemes can only be assigned to classic projects.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Request body

- FieldConfigurationSchemeProjectAssociation — Associated field configuration scheme and project.
  - `fieldConfigurationSchemeId` string — The ID of the field configuration scheme. If the field configuration scheme ID is `null`, the operation assigns the default field configuration scheme.
  - `projectId` string, required — The ID of the project.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if the project is not a classic project.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permissions.
- `404` — Returned if the project is missing.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/revisions/b40ed01fef25/schema)
