---
title: "admGetIssueTypeScreenSchemeAssociations"
canonical: "https://support.appfire.com/space/PSJ/720473803/admGetIssueTypeScreenSchemeAssociations"
format: markdown
---
> Macro (aura-html)

> Macro (button-handy)



> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | admGetIssueTypeScreenSchemeAssociations(projectKey) | **Package** | adm |
> | **Alias** |  | **Pkg Usage** | getIssueTypeScreenSchemeAssociations(projectKey) |

## Description

> Macro (excerpt)
> 
> Returns an array of indexed issue types and screen schemes that are associated for the specified project.

Returns an array of indexed issue types and screen schemes that are associated in the context of a certain project's Issue Type Screen Scheme. Only the issue types that belong to the project are considered.

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | projectKey | String | Yes | The project key |

## Return Type

**String []**

Returns an array of indexed issue types and screen schemes.

## Example

```javascript
string[] result = admGetIssueTypeScreenSchemeAssociations("DEMO");
```

## See also

> Macro (contentbylabel)