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

> Macro (button-handy)



> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | admAssociateIssueTypeScreenScheme(projectKey, issueTypeNameOrId, screenSchemeNameOrId) | **Package** | adm |
> | **Alias** |  | **Pkg Usage** | associateIssueTypeScreenScheme(projectKey, issueTypeNameOrId, screenSchemeNameOrId) |

## Description

> Macro (excerpt)
> 
> Associates an issue type with a screen scheme.

Associates an issue type with a screen scheme in the context of a certain project's Issue Type Screen Scheme.

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | projectKey | String | Yes | The project key |
> | issueTypeNameOrId | String | Yes | The issue type name or id |
> | screenSchemeNameOrId | String | Yes | The screen scheme name or id |

## Return Type

**Boolean**

Returns 'true' if the association was created and 'false' if not.

## Example

```javascript
boolean result = admAssociateIssueTypeScreenScheme("DEMO", "Epic", "DEMO: Project Management Screen Scheme");
```

## See also

> Macro (contentbylabel)