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


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

## Description

> Macro (excerpt)
> 
> Checks to see if the provided issue key relates to an existing issue.

Checks to see if the provided issue key relates to an existing issue.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| Issue Key | String | Yes | Issue key of issue to check. |

## Return Type

**Boolean (true/false)**

Returns "true" if the issue exists and "false" otherwise.

## Example

```
return issueExists("TST-123");
```

## See also

> Macro (contentbylabel)