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


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admSetIssueTypeScheme(pkey, schemeName) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | setIssTypeScheme(pkey, schemeName) |

## Description

> Macro (excerpt)
> 
> Updates the project issue types scheme.

Updates the project issue types scheme. Both the scheme and the project must exist.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| pkey | String | Yes | Project key. Must exist. |
| schemeName | String | Yes | Scheme name. The scheme must exist. |

## Return Type

**Boolean (true/false)**

Returns 'true' if the project was updated and 'false' if not.

## See also

> Macro (contentbylabel)