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


## Description

> Macro (excerpt)
> 
> Returns the ITSS mappings.

Gets the mappings between the screen schemes and issue types for an Issue Type Screen Scheme (ITSS)

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetITSSMappings(issueTypeScreenSchemeId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | getITSSMappings(issueTypeScreenSchemeId) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| issueTypeScreenSchemeId | integer | Yes | The ID of the issue type screen scheme. |

## Return Type

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

Array of mappings between the issue type id and screen scheme id. If the issue type is zero (0) it's the default mapping

## See also

> Macro (contentbylabel)