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


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | insight_getObjectsForIssue(issueKey) | **Package** | insight |
| **Alias** |  | **Pkg Usage** | getObjectsForIssue(issueKey) |

## Description

> Macro (excerpt)
> 
> Retrieves all the objects linked to that issue.

Retrieves all the objects linked to that issue.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| issueKey | String | Yes | The key of the Jira issue being queried. |

## Return Type

**[IObject []](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15488625)**

Returns an array of IObject predefined structure types.

## See also

> Macro (contentbylabel)