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


## Description

> Macro (excerpt)
> 
> Issue type ids for a scheme.

Returns an array of issue type ids for a scheme scheme.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetIssueTypesFromScheme(id) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | issueTypesFromScheme(id) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| id | int | Yes | Id of the issue type scheme. |

## Return Type

**int []**

Returns the issue types from a scheme.

## Example

```javascript
return admGetIssueTypesFromScheme(10204);
```

## See also

> Macro (contentbylabel)