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


## Description

> Macro (excerpt)
> 
> Returns a String array of entity property keys.

Returns a string array of entity property keys.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getIssueEntityPropertyKeys(issueKey) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| issueKey | String | Yes | Key of the selected issue. |

## Return Type

**string[]**

The entity property keys are the returned values.

## Example

```javascript
return getIssueEntityPropertyKeys("JSD-2");
```

## See also

> Macro (contentbylabel)