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

## Description

> Macro (excerpt)
> 
> Returns the issue type - field configuration mappings

Returns the issue type - field configuration mappings for a field configuration scheme

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetFieldConfigITMappings(schemeId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [fieldConfigITMappings(schemeId)] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| schemeId | int | Yes | Id of the config scheme |

## Return Type

**[JFieldConfigITMapping []](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

Returns a list of issueTypeId - fieldConfigId for the scheme. If issueTypeId is 0 (zero) it means it's the default issue type

## See also

> Macro (contentbylabel)