---
title: "admAppendFieldConfigITMapping"
canonical: "https://support.appfire.com/space/PSJC/860848297/admAppendFieldConfigITMapping"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Appends the issue type - field configuration mapping

Appends the issue type - field configuration mapping for a field configuration scheme

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admAppendFieldConfigITMapping(schemeId, issueTypeId, fieldConfigId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [appendFieldConfigITMapping(schemeId, issueTypeId, fieldConfigId)] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| schemeId | int | Yes | Id of the config scheme |
| issueTypeId | int | Yes | Id of the issue type |
| fieldConfigId | int | Yes | Id of the field configuration |

## Return Type

**boolean**

Returns true if operation succeeded

## See also

> Macro (contentbylabel)