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


## Description

> Macro (excerpt)
> 
> Returns the project components.

Returns the project components.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getComponents(pkey) | **Package** | adm |
| **Alias** | admGetProjectComponents(pkey) //deprecated | **Pkg Usage** | getComponents(pkey) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| pkey | String | Yes | Project key. |

## Return Type

**String []**

All the project components names, as returned by the underlying Jira layer.

## See also

> Macro (contentbylabel)