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


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admUnArchiveIssue(issueKey) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | unarchiveIssue(issueKey) |

## Description

> Macro (excerpt)
> 
> Restores a single archived issue.

Restores a single archived issue.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| issueKey | string | Yes | Key of issue to archive. |

## Return Type

**Boolean**

Returns 'true' if operation succeeded and 'false' otherwise.

## Example

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

Returns: true

## See also

> Macro (contentbylabel)