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

> Macro (button-handy)



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

## Description

> Macro (excerpt)
> 
> Removes all associations between issue types and screen schemes.

Removes all the associations between issue types and screen schemes in the context of a certain project's Issue Type Screen Scheme. Only the issue types that belong to the project are affected.

## Parameters

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

## Return Type

**Boolean**

Returns 'true' if the associations were removed and 'false' if not.

## Example

```javascript
boolean result = admRemoveAllIssueTypeScreenSchemeAssociations("DEMO");
```

## See also

> Macro (contentbylabel)