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


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admReindexIssue(issueKey) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | reindexIssue(issueKey) |

## Description

> Macro (excerpt)
> 
> Triggers a re-index for the issue with the given key.

Triggers a re-index for the issue with the given key.

## Parameters

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

## Return Type

**Number**

Returns 'true' if the re-index succeeds and 'false' if some exception appears.

## See also

> Macro (contentbylabel)