---
title: "Assign issue types to field configurations"
method: PUT
path: "/rest/api/2/fieldconfigurationscheme/{id}/mapping"
tags: ["Issue field configurations"]
deprecated: true
---

# Assign issue types to field configurations

`PUT /rest/api/2/fieldconfigurationscheme/{id}/mapping`

> **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 issue types to field configurations on field configuration scheme.

This operation can only modify field configuration schemes used in company-managed (classic) projects.

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

## Path parameters

- `id` integer, required

## Request body

- AssociateFieldConfigurationsWithIssueTypesRequest — Details of a field configuration to issue type mappings.
  - `mappings` FieldConfigurationToIssueTypeMapping[], required — Field configuration to issue type mappings.
    - `fieldConfigurationId` string, required — The ID of the field configuration.
    - `issueTypeId` string, required — The ID of the issue type or *default*. When set to *default* this field configuration issue type item applies to all issue types without a field configuration. An issue type can be included only once in a request.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.
- `404` — Returned if the field configuration scheme, the field configuration, or the issue type is not found.

---

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